diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-27 06:08:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-27 06:08:54 +0900 |
| commit | 327622573dcb8879b9dba934792403a9fb7239a7 (patch) | |
| tree | 5ebc60d503f915698e30de35ff3b0a5754197922 | |
| parent | c754d24b162ecd504f3c4bdd8632045dd0398768 (diff) | |
| download | nsfisis.dev-327622573dcb8879b9dba934792403a9fb7239a7.tar.gz nsfisis.dev-327622573dcb8879b9dba934792403a9fb7239a7.tar.zst nsfisis.dev-327622573dcb8879b9dba934792403a9fb7239a7.zip | |
chore: Update README
| -rw-r--r-- | services/nuldoc/NOTE.md | 22 | ||||
| -rw-r--r-- | services/nuldoc/README.md | 32 |
2 files changed, 4 insertions, 50 deletions
diff --git a/services/nuldoc/NOTE.md b/services/nuldoc/NOTE.md index 4453c98..a0d7e94 100644 --- a/services/nuldoc/NOTE.md +++ b/services/nuldoc/NOTE.md @@ -26,25 +26,3 @@ 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 -``` diff --git a/services/nuldoc/README.md b/services/nuldoc/README.md index c404432..fb33437 100644 --- a/services/nuldoc/README.md +++ b/services/nuldoc/README.md @@ -1,29 +1,5 @@ -Site: https://blog.nsfisis.dev +# My Sites - - -# License - -``` -MIT License - -Copyright (c) 2022 nsfisis - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -``` +* https://about.nsfisis.dev +* https://blog.nsfisis.dev +* https://slides.nsfisis.dev |
