29 lines
525 B
Markdown
29 lines
525 B
Markdown
# 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
|
|
- [ ] date updated
|
|
- [ ] archive page
|
|
- [ ] about page
|
|
- [ ] contact/links
|
|
- [ ] link to previous/next article
|
|
- [ ] proper docs |