aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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