acatalepsie/README.md

24 lines
810 B
Markdown
Executable File

my personal website, made with [achille](https://acatalepsie.fr/projects/achille).
```
nix-shell --attr env release.nix
nix-env -if release.nix
```
- [ ] custom math rendering (to MathML Core)
- [ ] better agda literate support
- [x] dark theme
- [x] generic feed generation
- [x] draft builds + live server
(draft builds with `-D`, live server with [slod])
- [x] bin packing / grid system for galery
(uses `masonry` css-grid value, only supported in firefox under a flag)
- [ ] faster thumbnail generation with openCV
- [ ] indieweb interactions (webmentions, etc)?
- [ ] better gallery (albums, webzines, media types, layouts, etc)
- [ ] tag/category/search engine
- [ ] parallelization
- [ ] remove pandoc and use custom (extensible-ish) solution
[slod]: https://acatalepsie.fr/projects/slod