diff --git a/www/Makefile b/www/Makefile index 261f02897..c8281aa30 100644 --- a/www/Makefile +++ b/www/Makefile @@ -16,11 +16,11 @@ clean_all: rm -rf chef-web-docs/results/ preview_netlify: chef_web_docs_submodule - pushd chef-web-docs && make assets; hugo --gc --minify --enableGitInfo && popd + pushd chef-web-docs && make assets; hugo --gc --minify --enableGitInfo --buildFuture && popd make reset_chef_web_docs serve_chef_web_docs: chef_web_docs_submodule - pushd chef-web-docs && make assets; hugo server --buildDrafts --noHTTPCache && popd + pushd chef-web-docs && make assets; hugo server --buildDrafts --noHTTPCache --buildFuture && popd chef_web_docs_submodule: git submodule update --init --recursive @@ -33,7 +33,7 @@ reset_chef_web_docs: serve: assets cd chef-web-docs - hugo server --buildDrafts --noHTTPCache + hugo server --buildDrafts --noHTTPCache --buildFuture lint: assets hugo -D diff --git a/www/archetypes/default.md b/www/archetypes/default.md index 1e00ff405..f3c68fa56 100644 --- a/www/archetypes/default.md +++ b/www/archetypes/default.md @@ -2,6 +2,8 @@ title = "{{ replace .Name "-" " " | title }}" draft = true +publishDate = "" + [menu] [menu.workstation] title = "{{ replace .Name "-" " " | title }}" diff --git a/www/chef-web-docs b/www/chef-web-docs index 7907f3d57..accd74f67 160000 --- a/www/chef-web-docs +++ b/www/chef-web-docs @@ -1 +1 @@ -Subproject commit 7907f3d57c4bd68138ebd0cbe1222718a7d38c46 +Subproject commit accd74f67d1183b4e7437887aace367def63b963