# md-blog ## Minimal setup ```bash git clone $REPOSITORY articles cp .env.example .env $EDITOR .env bun run build ``` ## TODO - [x] render code highlight - [x] render ~~mathjax~~ katex - [x] render ~~plantuml~~ mermaid - [x] custom css in sub repo - [x] build RSS feed - [x] link to home - [x] set page title - [x] SPA and opengraph - [x] build with github actions - [ ] proper docs - [ ] custom layout in sub repo ? - [ ] link to previous/next article