aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-15 17:02:30 +0900
committernsfisis <nsfisis@gmail.com>2022-05-15 17:02:30 +0900
commite1c3afb93c158d9c9825e6bf9ceaecf73c20d447 (patch)
tree7efd46fa44b6473acf0ee9c35fbd3190196d0c24 /NOTE.md
parent571dda565f1536bcbaa716e37b701ea9f14cf0ed (diff)
downloadnsfisis.github.io-e1c3afb93c158d9c9825e6bf9ceaecf73c20d447.tar.gz
nsfisis.github.io-e1c3afb93c158d9c9825e6bf9ceaecf73c20d447.tar.zst
nsfisis.github.io-e1c3afb93c158d9c9825e6bf9ceaecf73c20d447.zip
update highlight.min.js
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NOTE.md b/NOTE.md
index 13a069d..727cc36 100644
--- a/NOTE.md
+++ b/NOTE.md
@@ -13,3 +13,10 @@ Create a new post.
```
$ hugo new posts/$(date +'%Y-%m-%d')/[TITLE].md
```
+
+
+Update `highlight.min.js`.
+
+```
+$ curl -sL https://raw.githubusercontent.com/highlightjs/cdn-release/main/build/highlight.min.js >| themes/mypaper/static/highlight.min.js
+```