Files
klemek 1b626c1e89
Lint / Oxlint (push) Successful in 4m19s
Lint / ESLint (push) Successful in 4m23s
Deploy / Build (push) Successful in 4m26s
Deploy / Deploy to Stapler (push) Successful in 4m9s
Lint / Type Check (push) Failing after 3m11s
ci: lint CI
2026-05-01 23:44:54 +02:00

31 lines
861 B
Markdown

[![](https://git.klemek.fr/klemek/md-blog/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/md-blog/actions?workflow=lint.yml) [![](https://git.klemek.fr/klemek/md-blog/actions/workflows/deploy.yml/badge.svg?branch=main&style=flat-square)](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