github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/new_content.txt (about)

     1  hugo new site myblog
     2  cd myblog
     3  hugo new content --kind post post/first-post.md
     4  ! exists resources
     5  grep 'draft = true' content/post/first-post.md
     6  
     7