1
Fork 0
moonythm/content/echoes/the-realm-s-secrets.dj
2024-11-06 08:34:21 +01:00

21 lines
628 B
Plaintext

{ role=description }
:::
An overview of the inner workings and technical decisions behind this website, including my reasons for choosing [djot](https://djot.net/) over markdown, rendering LaTeX quickly, templating without needless allocations, and more.
:::
# 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.