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:
parent
b7a6660e32
commit
1d0ec653af
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue