hugo/testscripts/commands/new_content.txt

8 lines
147 B
Plaintext
Raw Normal View History

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