2 KiB
2 KiB
- process source code blocks to syntax highlight them
- skylighting https://hackage.haskell.org/package/skylighting
- More boring therefore more better
- tree sitter https://hackage.haskell.org/package/tree-sitter
- Alternatively do the Rust <-> Haskell binding myself
- https://crates.io/crates/tree-sitter-highlight
- Or potentially https://docs.rs/arborium/latest/arborium/
- skylighting https://hackage.haskell.org/package/skylighting
- Refactor template handling so templates include other templates via lambda rather than implicitly https://hackage-content.haskell.org/package/mustache-2.4.3.1/docs/Text-Mustache.html#v:overText
- Make a function which takes IR and spits out some kind of table of contents
- Add rst or org support and convert markdown handling to custom parser instead of pandoc
- Add in functionality for footnotes
- There should be a per footnote template as well and also either the default or post template should have an attribute which handles footnotes
- Add in functionality for footnotes
- swap from using
draftto usingdatefor determing draft status, lack of date = draft - Fix time via timestamps potentially meaning something (via preshim?) and use local offset instead of absolute time https://www.rfc-editor.org/rfc/rfc3339#section-4.2
- setup font subsetting (font file minimization)
- dev server setup (with live reloading)
- see if performance can be improved, it shouldn't be necessary but if I'm looking at doing something for this and everything above this got checked off then this is a sensible next thing