aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-11-20 21:42:50 +0900
committernsfisis <nsfisis@gmail.com>2022-11-20 22:20:42 +0900
commit75402b673c0f630b620904ce3153f8645d89d700 (patch)
tree18dc3e091765267fbd59c4f76702a827c69c1eed /NOTE.md
parenta0738cdd46d6e52463687b903b1e7d09a541aaa1 (diff)
downloadblog.nsfisis.dev-75402b673c0f630b620904ce3153f8645d89d700.tar.gz
blog.nsfisis.dev-75402b673c0f630b620904ce3153f8645d89d700.tar.zst
blog.nsfisis.dev-75402b673c0f630b620904ce3153f8645d89d700.zip
implement cache busting for stylesheets
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NOTE.md b/NOTE.md
index 7adbcb2..8cc3a17 100644
--- a/NOTE.md
+++ b/NOTE.md
@@ -20,6 +20,7 @@ $ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].md
* [x] Add /posts/ page
* [x] Stylesheets
* [x] Syntax highlight
+* [ ] Add /tags/ page
* [ ] Add / page
* [ ] Add /about/ page
* [ ] Add navigation bar
@@ -46,6 +47,10 @@ $ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].md
* https://www.sitemaps.org/protocol.html
* https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap?hl=ja
* [ ] Admonitions
+* [x] Stylesheet cache busting
+* [ ] templates
+ * Define custom converter using ERB
+
## Structure