d1157b687Fix typo -- missing word in title34c9a9ff3Remove Hartwell Insurance subpage broken linkd42f6d8ebFix strings.Repeat documentation09b49debbRelease 0.76.5149877735Merge branch 'tempv0.76.5'72ffeb026releaser: Add release notes to /docs for release of 0.76.54150d8ae8Fixed typo: update PrevPage to Prevc3e630db1Update index.mddeb7520a8Release 0.76.4f58bd7134Merge branch 'tempv0.76.4'2581fe4bcreleaser: Add release notes to /docs for release of 0.76.426d8417fcRelease 0.76.334c49e06aMerge branch 'tempv0.76.3'0de2af2efreleaser: Add release notes to /docs for release of 0.76.3cce12c0f7Add missing closing quotes and fix code-block lang (#1250)8c1c80d9fUpdate AMP link (#1251)7b1211ffaFix typos in multilingual.md29e9d70fdUpdate index.md172a5480bRelease 0.76.293ff424d3Merge branch 'temp762'3cad3c23areleaser: Add release notes to /docs for release of 0.76.2610221964Update index.md8a9d31709Release 0.76.164b245aa4Merge branch 'temp761'f19469ff8releaser: Add release notes to /docs for release of 0.76.197f0ed030Update front-matter.mdcca71f263Update index.md23c64f6a3Fix typo in 0.76.0 release note5f79e034dUpdate index.mdb66567de2netlify: Bump to Hugo 0.76.0a3e30300dRelease 0.76.03b057e8fereleaser: Add release notes to /docs for release of 0.76.07fa1cd912docs: Regen docshelper769712aecMerge commit 'e5568488051a571df48401e03f1304b95dbc9028'70ce6ae33pagemeta: Make BuildConfig.Render an enuma78d3849fAllow cascade to be a slice with a _target discriminator705fea656Add force flag to server redirects config04e4e1cc1tpl: Add Do Not Track (dnt) option to Vimeo shortcode025c19fe1Fix CLI example for PostCSS 80c70c47b2markup/asciidocext: Add preserveTOC option git-subtree-dir: docs git-subtree-split:d1157b687e
Hugo Docs
Documentation site for Hugo, the very fast and flexible static site generator built with love in Go.
Contributing
We welcome contributions to Hugo of any kind including documentation, suggestions, bug reports, pull requests etc. Also check out our contribution guide. We would love to hear from you.
Note that this repository contains solely the documentation for Hugo. For contributions that aren't documentation-related please refer to the hugo repository.
Pull requests shall only contain changes to the actual documentation. However, changes on the code base of Hugo and the documentation shall be a single, atomic pull request in the hugo repository.
Spelling fixes are most welcomed, and if you want to contribute longer sections to the documentation, it would be great if you had the following criteria in mind when writing:
- Short is good. People go to the library to read novels. If there is more than one way to do a thing in Hugo, describe the current best practice (avoid "… but you can also do …" and "… in older versions of Hugo you had to …".
- For example, try to find short snippets that teaches people about the concept. If the example is also useful as-is (copy and paste), then great. Don't list long and similar examples just so people can use them on their sites.
- Hugo has users from all over the world, so easy to understand and simple English is good.
Branches
- The
masterbranch is where the site is automatically built from, and is the place to put changes relevant to the current Hugo version. - The
nextbranch is where we store changes that are related to the next Hugo release. This can be previewed here: https://next--gohugoio.netlify.com/
Build
To view the documentation site locally, you need to clone this repository:
git clone https://github.com/gohugoio/hugoDocs.git
Also note that the documentation version for a given version of Hugo can also be found in the /docs sub-folder of the Hugo source repository.
Then to view the docs in your browser, run Hugo and open up the link:
▶ hugo server
Started building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop