31 lines
861 B
Markdown
31 lines
861 B
Markdown
[](https://git.klemek.fr/klemek/md-blog/actions?workflow=lint.yml) [](https://git.klemek.fr/klemek/md-blog/actions?workflow=deploy.yml)
|
|
|
|
# md-blog
|
|
|
|
## Minimal setup
|
|
|
|
```bash
|
|
git clone $REPOSITORY articles
|
|
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
|
|
- [x] config in sub repo
|
|
- [x] copyright
|
|
- [x] nav bar on top
|
|
- [x] date updated
|
|
- [ ] archive page
|
|
- [x] about page
|
|
- [ ] link to previous/next article
|
|
- [ ] proper docs
|