diff options
Diffstat (limited to 'NOTE.md')
| -rw-r--r-- | NOTE.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 +``` |
