mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
8 lines
147 B
Text
8 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
|
||
|
|
||
|
|