diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-21 23:25:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-22 00:11:01 +0900 |
| commit | 302cb5323cb28a04a005be2d382b6349c6fde302 (patch) | |
| tree | 8ddfb4e68cf4b7e358c494fa3122bae3a0bfe213 | |
| parent | af8b61cf2816ea330ee35b1e3fcb3d2b24a0f05d (diff) | |
| download | blog.nsfisis.dev-302cb5323cb28a04a005be2d382b6349c6fde302.tar.gz blog.nsfisis.dev-302cb5323cb28a04a005be2d382b6349c6fde302.tar.zst blog.nsfisis.dev-302cb5323cb28a04a005be2d382b6349c6fde302.zip | |
chore: update TODO list
| -rw-r--r-- | NOTE.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,8 @@ $ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].md * [ ] Add /tags/ page * [ ] Add / page * [ ] Add /about/ page +* [ ] Add slide page +* [ ] Add /slides/ page * [ ] Add navigation bar * Site name * Posts @@ -50,6 +52,8 @@ $ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].md * [x] Stylesheet cache busting * [x] templates * Define custom converter using ERB +* [ ] Allow users to access old revisions + * [ ] Redirect from /posts/foo/ to /posts/foo/?v=1 |
