1
Fork 0

Generate multiple pages & metadata collection

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
prescientmoon 2024-10-31 18:43:13 +01:00
parent 10769956cf
commit ec65fafa1a
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
15 changed files with 352 additions and 738 deletions

14
content/index.dj Normal file
View 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`
:::

View file

@ -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
View file

@ -0,0 +1 @@
# My game tier list

View 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.