README: Add a todo to make visited links purple

This commit inspired by https://susam.net/more-purple-links-please.html
This commit is contained in:
jultty 2025-04-02 23:57:26 -03:00
commit 1d0ec653af

View file

@ -3,6 +3,7 @@
A responsive, bilingual, RSS-ready and system-themed blog with zero lines of JavaScript powered by the [Zola](https://getzola.org) static site engine. 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 ## Next
- [ ] Make visited links purple
- [ ] Refactor `posts` to `content` - [ ] Refactor `posts` to `content`
- [ ] Add tags - [ ] Add tags
@ -19,7 +20,7 @@ A responsive, bilingual, RSS-ready and system-themed blog with zero lines of Jav
- [x] Add post date - [x] Add post date
- [x] Add post author - [x] Add post author
- [x] Style inline `<code>` tags - [x] Style inline `<code>` tags
- [x] Create a custom syntax highlighting style - [x] Create a custom syntax highlighting style
- See: <https://pandoc.org/chunkedhtml-demo/13-syntax-highlighting.html> - See: <https://pandoc.org/chunkedhtml-demo/13-syntax-highlighting.html>
- [x] Add an RSS feed - [x] Add an RSS feed
- [x] Links RSS feed - [x] Links RSS feed