aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
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
```