aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
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
+```