diff --git a/starters/landing-page/README.md b/starters/landing-page/README.md index f54c987f..237ddaf8 100644 --- a/starters/landing-page/README.md +++ b/starters/landing-page/README.md @@ -10,7 +10,7 @@ The Hugo **Landing Page Template** empowers you to easily create startup website [![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) [![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/GetResearchDev) -[Check out the latest demo](https://hugoblox.com/templates/) of what you'll get in less than 10 minutes, or [view the showcase](https://hugoblox.com/creators/). +[Check out the latest demo](https://theme-landing-page.netlify.app) of what you'll get in less than 10 minutes, or [view the showcase](https://hugoblox.com/creators/). The integrated [**Hugo Blox**](https://hugoblox.com) website builder and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. diff --git a/starters/portfolio/config/_default/module.yaml b/starters/portfolio/config/_default/module.yaml index 791bfafc..a2a3e2eb 100644 --- a/starters/portfolio/config/_default/module.yaml +++ b/starters/portfolio/config/_default/module.yaml @@ -5,6 +5,5 @@ ############################ imports: - - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 diff --git a/starters/portfolio/content/admin/index.md b/starters/portfolio/content/admin/index.md deleted file mode 100644 index 2729ebd1..00000000 --- a/starters/portfolio/content/admin/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Generate Wowchemy CMS -type: wowchemycms -private: true -outputs: - - wowchemycms_config - - HTML ---- diff --git a/starters/portfolio/go.mod b/starters/portfolio/go.mod index 305fab72..8b91c2ef 100644 --- a/starters/portfolio/go.mod +++ b/starters/portfolio/go.mod @@ -3,7 +3,6 @@ module my_website go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.2 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.0.1-0.20231102170729-56446cc94882 - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7-0.20231203174848-dced0cd82487 + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231203174848-dced0cd82487 )