2020-09-27 13:49:45 +00:00
|
|
|
my personal website, made with [achille](https://acatalepsie.fr/projects/achille).
|
|
|
|
|
2020-09-27 19:55:34 +00:00
|
|
|
```
|
|
|
|
nix-shell --attr env release.nix
|
|
|
|
nix-env -if release.nix
|
|
|
|
```
|
|
|
|
|
2024-02-15 17:56:40 +00:00
|
|
|
- [ ] 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
|
2020-09-25 23:45:58 +00:00
|
|
|
|
2024-02-15 17:56:40 +00:00
|
|
|
[slod]: https://acatalepsie.fr/projects/slod
|