diff options
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/ |
