aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/NOTE.md b/NOTE.md
index 12fec6a..099d014 100644
--- a/NOTE.md
+++ b/NOTE.md
@@ -5,16 +5,23 @@
Generate the site.
```
-$ ./nuldoc
+$ ./nuldoc build
```
Create a new post.
```
-$ mkdir -p content/posts/$(date +'%Y-%m-%d')
-$ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].xml
+$ ./nuldoc new post
```
+Create a new slide.
+
+```
+$ ./nuldoc new slide
+```
+
+Update PDF.js.
+
```
$ curl -o static/pdf.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.min.js
$ curl -o static/pdf.worker.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.worker.min.js