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