1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-17 21:41:10 +00:00
hugo/testscripts/commands/new_content.txt

8 lines
147 B
Text
Raw Permalink 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