From 30d794a93bc7a1ac2c7d2bcc6bcaa15006126940 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 12 Jul 2023 06:22:08 -0700 Subject: [PATCH] Remove starter kits page Fixes #2138 --- .../en/getting-started/directory-structure.md | 1 - content/en/tools/starter-kits.md | 31 ------------------- 2 files changed, 32 deletions(-) delete mode 100644 content/en/tools/starter-kits.md diff --git a/content/en/getting-started/directory-structure.md b/content/en/getting-started/directory-structure.md index 673e8abf86..2902af99c6 100644 --- a/content/en/getting-started/directory-structure.md +++ b/content/en/getting-started/directory-structure.md @@ -86,7 +86,6 @@ From **Hugo 0.31** you can have multiple static directories. [partials]: /templates/partials/ [searchconsole]: https://support.google.com/webmasters/answer/9008080#zippy=%2Chtml-file-upload [singles]: /templates/single-page-templates/ -[starters]: /tools/starter-kits/ [taxonomies]: /content-management/taxonomies/ [taxonomy templates]: /templates/taxonomy-templates/ [types]: /content-management/types/ diff --git a/content/en/tools/starter-kits.md b/content/en/tools/starter-kits.md deleted file mode 100644 index 69c8f3e0b7..0000000000 --- a/content/en/tools/starter-kits.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Starter Kits -description: A list of community-developed projects designed to help you get up and running with Hugo. -keywords: [starters,assets,pipeline] -menu: - docs: - parent: tools - weight: 30 -weight: 30 -aliases: [/developer-tools/migrations/,/developer-tools/migrated/] ---- - -Know of a Hugo-related starter kit that isn't mentioned here? [Please add it to the list.][addkit] - -{{% note %}} -The following starter kits are developed by active members of the Hugo community. If you find yourself having issues with any of the projects, it's best to file an issue directly with the project's maintainer(s). -{{% /note %}} - -* [Wowchemy]. Wowchemy is the 5,500+ star open source Hugo starter kit and website builder trusted by 750,000+ sites since 2016. Create _any_ kind of site with [50+ templates, widgets, and extensions](https://wowchemy.com/). Translated into 35+ languages and backed by a large, active community of 150+ contributors. -* [Hugo Wrapper][hugow]. Hugo Wrapper is a POSIX-style shell script which acts as a wrapper to download and run Hugo binary for your platform. It can be executed in variety of [Operating Systems][hugow-test] and [Command Shells][hugow-test]. -* [GOHUGO AMP]. GoHugo AMP is a starter theme that aims to make it easy to adopt [Google's AMP Project][amp]. The starter kit comes with 40+ shortcodes and partials plus automatic structured data. The project also includes a [separate site with extensive documentation][gohugodocs]. -* [Hyas]. Hyas is a Hugo starter helping you build modern websites that are secure, fast, and SEO-ready — by default. It is Netlify-ready (functions, redirects, headers) and comes with [documentation](https://gethyas.com/) to easily make it your own. - -[Wowchemy]: https://github.com/wowchemy/wowchemy-hugo-modules -[addkit]: https://github.com/gohugoio/hugo/edit/master/docs/content/en/tools/starter-kits.md -[amp]: https://amp.dev -[GOHUGO AMP]: https://github.com/wildhaber/gohugo-amp -[gohugodocs]: https://github.com/wildhaber/gohugo-amp.gohugohq.com -[hugow]: https://github.com/khos2ow/hugo-wrapper -[hugow-test]: https://github.com/khos2ow/hugo-wrapper#tested-on -[Hyas]: https://github.com/h-enk/hyas