2c0125b52Remove .Site.Author2cf8841b3Update partialCached.md (#1924)385487191Update data-templates.md (#1926)ce207e141Remove redundant markdown and fix a few typos (#1936)3687c2953Make heading id linkable, take 245c79bea7Make heading id linkableb22079344Delete duplicates the lines 557-569 and 570-582. (#1934)0a90dc122Rework the taxonomy variables page (#1935)7f8979c50Update theme26e682a3aUpdate multilingual.mdd40e7693fUpdate postcss.md375d75c01Update postcss npm instructions (#1931)63020094aEmphasize Window shell selection (#1930)56824be2cUpdate configuration.mdb7b8f16b3Docu 'Theme components': minor fix (#1929)09dc81a05Remove Docker from BSD page (#1927)205fea204netlify: Hugo 0.108.06abe49c28Merge commit 'da670c38ee63a7fef25e2b9f42519232055b60dc'12b59a4c5docs: Add basic doc for wrapStandAloneImageWithinParagraph etc.ba07bd970dartsass: Add sourceMapIncludeSources option git-subtree-dir: docs git-subtree-split:2c0125b529
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 codebase 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