diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
| commit | 674fe965550444db87edc7937ff6932e1a918d9d (patch) | |
| tree | e8a80dd958d3e082485286bf5785a7992b6e6b0e /vhosts/blog/NOTE.md | |
| parent | fe4d1d625b53796c5f20399790e5ff8c7a7e1608 (diff) | |
| download | nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.gz nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.zst nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.zip | |
feat(meta): rename vhosts/ directory to services/
Diffstat (limited to 'vhosts/blog/NOTE.md')
| -rw-r--r-- | vhosts/blog/NOTE.md | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/vhosts/blog/NOTE.md b/vhosts/blog/NOTE.md deleted file mode 100644 index 4453c987..00000000 --- a/vhosts/blog/NOTE.md +++ /dev/null @@ -1,50 +0,0 @@ -# My note - -## Commands - -Generate the site. - -``` -$ ./nuldoc build -``` - -Create a new post. - -``` -$ ./nuldoc new post -``` - -Create a new slide. - -``` -$ ./nuldoc new slide -``` - -Update PDF.js. - -``` -$ curl -o static/pdf.min.mjs https://unpkg.com/pdfjs-dist@4.3.136/build/pdf.min.mjs -$ curl -o static/pdf.worker.min.mjs https://unpkg.com/pdfjs-dist@4.3.136/build/pdf.worker.min.mjs -``` - - -## Structure - -``` -public -├── sitemap.xml -├── 404.html -├── posts -│ ├── 2021-03-05 -│ │ └── my-first-post -│ │ └── index.html -│ ├── feed.xml -│ ├── _page -│ │ ├── 1.html -│ │ └── 2.html -└── tags - ├── index.html - └── vim - ├── feed.xml - └── index.html -``` |
