mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
Delay the creation of cache directories until they're used
Fixes #11390
This commit is contained in:
7
testscripts/commands/new_content.txt
Normal file
7
testscripts/commands/new_content.txt
Normal file
@@ -0,0 +1,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
|
||||
|
||||
|
Reference in New Issue
Block a user