aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-24 14:18:41 +0900
committernsfisis <nsfisis@gmail.com>2022-04-24 14:23:52 +0900
commitbea3b8b1785390077c041d7a8d77a079650d42a8 (patch)
tree78fe3d67b936786da99b315366e4940f558a77f0 /NOTE.md
parent13b78dc0d6b1795f77592be8c0d3212a0c63e173 (diff)
downloadnsfisis.github.io-bea3b8b1785390077c041d7a8d77a079650d42a8.tar.gz
nsfisis.github.io-bea3b8b1785390077c041d7a8d77a079650d42a8.tar.zst
nsfisis.github.io-bea3b8b1785390077c041d7a8d77a079650d42a8.zip
post: term-banner-write-tool-showing-banner-in-terminal
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTE.md b/NOTE.md
index 193d655..13a069d 100644
--- a/NOTE.md
+++ b/NOTE.md
@@ -11,5 +11,5 @@ $ hugo -d docs
Create a new post.
```
-$ hugo new posts/[TITLE].md
+$ hugo new posts/$(date +'%Y-%m-%d')/[TITLE].md
```