hugo/testscripts/commands/new_content.txt
2023-08-30 16:39:06 +03:00

8 lines
147 B
Plaintext

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