27 lines
892 B
Markdown
27 lines
892 B
Markdown
# [blog.jutty.dev](https://blog.jutty.dev)
|
|
|
|
A responsive, bilingual, RSS-ready and system-themed blog with zero lines of JavaScript powered by the [Zola](https://getzola.org) static site engine.
|
|
|
|
## Next
|
|
- [ ] Refactor `posts` to `content`
|
|
- [ ] Add tags
|
|
|
|
## Done
|
|
- [x] Add footers to more pages
|
|
- [x] Add links RSS feed to header metadata
|
|
- [x] Columnar widescreen articles
|
|
- [x] Show language toggle only if localized page exists
|
|
- [x] Add source code link to footer
|
|
- [x] Improve mobile responsiveness
|
|
- [x] Light mode
|
|
- [x] Set page titles dynamically
|
|
- [x] Handle header accessibility
|
|
- [x] Add post date
|
|
- [x] Add post author
|
|
- [x] Style inline `<code>` tags
|
|
- [x] Create a custom syntax highlighting style
|
|
- See: <https://pandoc.org/chunkedhtml-demo/13-syntax-highlighting.html>
|
|
- [x] Add an RSS feed
|
|
- [x] Links RSS feed
|
|
- [x] No-JavaScript browsing support
|
|
- [x] Add a 404 page
|