summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/new_content.txt
blob: 2170583533408c02f063575927995121598272b9 (plain)
1
2
3
4
5
6
7
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