diff options
author | Joe Mooring <[email protected]> | 2023-08-23 06:33:37 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-08-23 18:05:00 +0200 |
commit | 9a8c84d6000fab3ec6847a330c45bfe24b76265d (patch) | |
tree | bfd98bfe48b195463503f7670fcd7e2962721085 /testscripts | |
parent | a19d03b0e65c7f541517ea1cbe1a7389ec8b57fe (diff) | |
download | hugo-9a8c84d6000fab3ec6847a330c45bfe24b76265d.tar.gz hugo-9a8c84d6000fab3ec6847a330c45bfe24b76265d.zip |
create/skeletons: Move theme's site config to top level
Closes #11380
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/new.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testscripts/commands/new.txt b/testscripts/commands/new.txt index 955841fda..f44aaca20 100644 --- a/testscripts/commands/new.txt +++ b/testscripts/commands/new.txt @@ -26,8 +26,6 @@ cd mytheme checkfile archetypes/default.md checkfile assets/css/main.css checkfile assets/js/main.js -checkfile config/_default/hugo.toml -checkfile config/_default/menus.toml checkfile content/_index.md checkfile content/posts/_index.md checkfile content/posts/post-1.md @@ -48,6 +46,7 @@ checkfile layouts/partials/terms.html checkfile static/favicon.ico checkfile LICENSE checkfile README.md +checkfile hugo.toml checkfile theme.toml exists data exists i18n |