From 5eb3832f205cb8aa3ae1d9ffc7ba49c45a85dda8 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 16 Oct 2023 01:25:15 +0100 Subject: [PATCH] starters(academic): remove deprecated Netlify CMS from demo --- starters/academic/config/_default/config.yaml | 1 - starters/academic/content/admin/index.md | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 starters/academic/content/admin/index.md diff --git a/starters/academic/config/_default/config.yaml b/starters/academic/config/_default/config.yaml index 58bfbdc8..a067991c 100644 --- a/starters/academic/config/_default/config.yaml +++ b/starters/academic/config/_default/config.yaml @@ -21,7 +21,6 @@ removePathAccents: true module: imports: - - 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-plugin-reveal - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 diff --git a/starters/academic/content/admin/index.md b/starters/academic/content/admin/index.md deleted file mode 100644 index 2729ebd1..00000000 --- a/starters/academic/content/admin/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Generate Wowchemy CMS -type: wowchemycms -private: true -outputs: - - wowchemycms_config - - HTML ----