hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

starter-kits.md (1968B)

    1 ---
    2 title: Starter Kits
    3 linktitle: Starter Kits
    4 description: A list of community-developed projects designed to help you get up and running with Hugo.
    5 date: 2017-02-22
    6 publishdate: 2017-02-01
    7 lastmod: 2018-08-11
    8 keywords: [starters,assets,pipeline]
    9 menu:
   10   docs:
   11     parent: "tools"
   12     weight: 30
   13 weight: 30
   14 sections_weight: 30
   15 draft: false
   16 aliases: [/developer-tools/migrations/,/developer-tools/migrated/]
   17 toc: false
   18 ---
   19 
   20 Know of a Hugo-related starter kit that isn't mentioned here? [Please add it to the list.][addkit]
   21 
   22 {{% note "Starter Kits are Not Maintained by the Hugo Team"%}}
   23 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).
   24 {{% /note %}}
   25 
   26 * [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].
   27 * [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].
   28 * [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.
   29 
   30 
   31 [addkit]: https://github.com/gohugoio/hugo/edit/master/docs/content/en/tools/starter-kits.md
   32 [amp]: https://amp.dev
   33 [GOHUGO AMP]: https://github.com/wildhaber/gohugo-amp
   34 [gohugodocs]: https://gohugo-amp.gohugohq.com/
   35 [hugow]: https://github.com/khos2ow/hugo-wrapper
   36 [hugow-test]: https://github.com/khos2ow/hugo-wrapper#tested-on
   37 [Hyas]: https://github.com/h-enk/hyas