25 lines
456 B
Markdown
25 lines
456 B
Markdown
# 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
|
|
- [ ] build with github actions
|
|
- [ ] proper docs
|
|
- [ ] custom layout in sub repo ?
|
|
- [ ] link to previous/next article |