Generate multiple pages & metadata collection
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
10769956cf
commit
ec65fafa1a
15 changed files with 352 additions and 738 deletions
content
14
content/index.dj
Normal file
14
content/index.dj
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Hiii
|
||||
|
||||
Welcome to my ethereal realm (read: website). This place is still being conjured (read: under construction), so some things might be startlingly empty. Enjoy your stay on the moon!
|
||||
|
||||
I'm known as `prescientmoon`, or sometimes `PGW`. I study mathematics, but I also really like coding and all computer-related sorcery. I love games of all kinds, although rhythm games have a special place in my heart.
|
||||
|
||||
{ title="Contact me" character="canyou" }
|
||||
::: aside
|
||||
You can message me in the following places \^-\^
|
||||
|
||||
- via email at `hi@thisdomain`
|
||||
- on discord as `@prescientmoon`
|
||||
- on the ~ IRC network as `prescientmoon`
|
||||
:::
|
|
@ -1,5 +1,5 @@
|
|||
``` =toml
|
||||
created-at: 2024-10-31 15:28
|
||||
created-at = "2024-10-31T15:28:OO"
|
||||
```
|
||||
|
||||
# Why I love arcaea
|
1
content/posts/games.dj
Normal file
1
content/posts/games.dj
Normal file
|
@ -0,0 +1 @@
|
|||
# My game tier list
|
15
content/posts/the-realm-s-secrets.dj
Normal file
15
content/posts/the-realm-s-secrets.dj
Normal file
|
@ -0,0 +1,15 @@
|
|||
# The realm's secrets
|
||||
|
||||
## Djot (why not markdown?)
|
||||
- extensionability
|
||||
- writing my own html generator
|
||||
- templating
|
||||
- metadata
|
||||
|
||||
## Hosting
|
||||
- hosted on my nixos server
|
||||
- there's interesting stuff happening there too, but that deserves it's own post
|
||||
|
||||
## LaTeX
|
||||
- tried using `cached` with `latexmlmath`, but results were slow.
|
||||
- ended up using the `pulldown-latex` crate.
|
Loading…
Add table
Add a link
Reference in a new issue