mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
Delay the creation of cache directories until they're used
Fixes #11390
This commit is contained in:
parent
c3f273b2d7
commit
94fbab2a88
3 changed files with 46 additions and 4 deletions
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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue