diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-23 23:27:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-06 01:46:04 +0900 |
| commit | 88ba6cfe220216f371f8756921059fac51a21262 (patch) | |
| tree | f272db2a0a3340f103df6618f19a101e65941b37 /NOTE.md | |
| parent | 8f988a6e899aed678406ddfac1be4ef105439274 (diff) | |
| download | blog.nsfisis.dev-88ba6cfe220216f371f8756921059fac51a21262.tar.gz blog.nsfisis.dev-88ba6cfe220216f371f8756921059fac51a21262.tar.zst blog.nsfisis.dev-88ba6cfe220216f371f8756921059fac51a21262.zip | |
AsciiDoc to DocBook
Diffstat (limited to 'NOTE.md')
| -rw-r--r-- | NOTE.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -12,14 +12,14 @@ Create a new post. ``` $ mkdir -p content/posts/$(date +'%Y-%m-%d') -$ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].adoc +$ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].xml ``` ## TODO * [x] Add /posts/ page * [x] Stylesheets -* [x] Syntax highlight +* [ ] Syntax highlight * [ ] Add /tags/ page * [ ] Add / page * [ ] Add /about/ page @@ -77,8 +77,3 @@ public ├── feed.xml └── index.html ``` - - -## References - -* https://docs.asciidoctor.org/asciidoctor/latest/ |
