81847981fAdd notes for installing "extended" Sass/SCSS version02da3bb58Include usage of disqus internal template9b53380c4Update sitemap-template.mdf3417dd52Update sitemap-template.mdaae33d9a8Update sitemap-template.md834edc205Release 0.45.1fb93ab905Merge branch 'temp451'79f350906releaser: Prepare repository for 0.46-DEV25cd2352creleaser: Add release notes to /docs for release of 0.45.1e60377c71releaser: Bump versions for release of 0.45.1873f6dce2Update features.mdecc116642Update link for Azurecb88c3185Added .Site.Home to Site Variiables (#541)975a88791Document includePaths56c4e332fRelease Hugo 0.45c22b25210Merge branch 'temp45'0ffad3adareleaser: Prepare repository for 0.46-DEV08d494cc3releaser: Add release notes to /docs for release of 0.45ad546ba45releaser: Bump versions for release of 0.45971c46bb2Fixed "Sratch" to become "Scratch" on line 44a28255bf3Clarify the meaning of .Pages vs .Site.Pages127aeee09docs: Update ref, relref, GetPage docs350d674ecresources.Concat doesn't have an alias1fd1219b0docs: Document refLinksErrorLevel and refLinksNotFoundURLaf2252ff6Merge commit 'a3535c8486b2ce762b1a8a9c30b03985c3e02cee'a11486805Merge commit 'b6b37a1f00f808f3c0d2715f65ca2d3091f36495'1c8896cb1Fix addkit link to account for i18n468aef3fcreleaser: Prepare repository for 0.45-DEVc6f4b97a2releaser: Add release notes to /docs for release of 0.44d3985afb7releaser: Bump versions for release of 0.442c59a330cAdjust release notes83966769areleaser: Prepare repository for 0.44-DEVe539613f7releaser: Add release notes to /docs for release of 0.432bf648944releaser: Bump versions for release of 0.43d9d6e4bf7Fix typosd6798afdaMerge commit '98293eaa1570b5aff4452021c8b6d6c8560b3f06'37cc52261Add a newScratch template func1f7f09613Merge branch 'release-0.42.2'857b0b26areleaser: Prepare repository for 0.43-DEV git-subtree-dir: docs git-subtree-split:81847981f1
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 these 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 examples, try to find short snippets that teaches people about the concept. If the example is also useful as-is (copy and paste), then great, but 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 an 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 is 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