mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
94fbab2a88
Fixes #11390
7 lines
147 B
Text
7 lines
147 B
Text
hugo new site myblog
|
|
cd myblog
|
|
hugo new content --kind post post/first-post.md
|
|
! exists resources
|
|
grep 'draft = true' content/post/first-post.md
|
|
|
|
|