aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-15 00:47:59 +0900
committernsfisis <nsfisis@gmail.com>2023-03-15 00:47:59 +0900
commit1fa2ed103dc521698cff261c97ecf275708be58c (patch)
tree64d2ccd3556415cc044a8d486d891fce518b3aeb
parentde13d68cddef5bb321469bcffb868f27ddd5390e (diff)
downloadblog.nsfisis.dev-1fa2ed103dc521698cff261c97ecf275708be58c.tar.gz
blog.nsfisis.dev-1fa2ed103dc521698cff261c97ecf275708be58c.tar.zst
blog.nsfisis.dev-1fa2ed103dc521698cff261c97ecf275708be58c.zip
chore: update NOTE.md
-rw-r--r--NOTE.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/NOTE.md b/NOTE.md
index 4c27d3e..66f654e 100644
--- a/NOTE.md
+++ b/NOTE.md
@@ -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