diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-15 00:47:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-15 00:47:59 +0900 |
| commit | 1fa2ed103dc521698cff261c97ecf275708be58c (patch) | |
| tree | 64d2ccd3556415cc044a8d486d891fce518b3aeb | |
| parent | de13d68cddef5bb321469bcffb868f27ddd5390e (diff) | |
| download | blog.nsfisis.dev-1fa2ed103dc521698cff261c97ecf275708be58c.tar.gz blog.nsfisis.dev-1fa2ed103dc521698cff261c97ecf275708be58c.tar.zst blog.nsfisis.dev-1fa2ed103dc521698cff261c97ecf275708be58c.zip | |
chore: update NOTE.md
| -rw-r--r-- | NOTE.md | 41 |
1 files changed, 0 insertions, 41 deletions
@@ -15,47 +15,6 @@ $ mkdir -p content/posts/$(date +'%Y-%m-%d') $ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].xml ``` -## TODO - -* [x] Add /posts/ page -* [x] Stylesheets -* [ ] Syntax highlight -* [ ] Add /tags/ page -* [ ] Add / page -* [ ] Add /about/ page -* [ ] Add slide page -* [ ] Add /slides/ page -* [ ] Add navigation bar - * Site name - * Posts - * Tags - * About -* [ ] Paging - * /posts/ - * /posts/?p=1 => /posts/ -* [ ] RSS feed - * /posts/feed.xml - * /tags/<tag>/feed.xml -* [ ] Redirect - * [x] Old URLs - * [ ] /posts/?p=1 - => /posts/ - => /posts/_page/1.html - * [ ] /posts/?p=2 - => /posts/_page/2.html - * [ ] / - => /posts/ -* [ ] Sitemap - * https://www.sitemaps.org/protocol.html - * https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap?hl=ja -* [ ] Admonitions -* [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 - - ## Structure |
