diff --git a/config/_default/config.yaml b/config/_default/config.yaml new file mode 100644 index 0000000..1a8bfab --- /dev/null +++ b/config/_default/config.yaml @@ -0,0 +1,6 @@ +module: + imports: + # Add the Netlify CMS module below, if it has not already been added: + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 \ No newline at end of file diff --git a/content/admin/index.md b/content/admin/index.md new file mode 100644 index 0000000..39c116a --- /dev/null +++ b/content/admin/index.md @@ -0,0 +1,8 @@ +--- +# Generate the /admin/ page +type: wowchemycms +private: true +outputs: + - wowchemycms_config + - HTML +--- \ No newline at end of file