a042b67b5Update installation instructions for Fedora, CentOS, Red Hate99dcb0b5Document `:sections` placeholder for permalinksf33c88a27Fix and clarify documentation about Blackfriday extensions (mask)5cab109c2Add .Page.File documentation62df7bb80Add .Page.CurrentSection and .Page.Sections documentation60b4414deAdd .Page.Dir documentation22038d1a8shortcode-templates.md: Update year example850d5ca41Add note about theme versions in hosting-on-netlify.md0509b8055Update permalink example URLc68d61d3aMention the available 'width' argument in 'figure' shortcodeed83b483aUpdate Nanobox deployment tutoriala7422f35dshortcode-templates.md: Remove stray periodaf2905fe4Fix order of releases in news section19d3ea064Bump to 0.30.2bbfa10343Merge branch 'next'36ed7cbe4releaser: Prepare repository for 0.31-DEVf689770f6releaser: Add release notes to /docs for release of 0.30.20045e712areleaser: Bump versions for release of 0.30.2a9efc3bbdAdd slug to 0.30.1 relnotes9cf47a4a1Release 0.30.11fa0bb23dreleaser: Prepare repository for 0.31-DEV5582208b6releaser: Add release notes to /docs for release of 0.30.109693d155releaser: Bump versions for release of 0.30.158adf5d0dMerge commit '325009c3fd4ac90021897b7e3e025c14e70ce162'4ef5dcb9breleaser: Prepare repository for 0.31-DEV02938a788releaser: Add release notes to /docs for release of 0.30.17cfd01fc6releaser: Bump versions for release of 0.30.1db3a68e24Fix typo95a5d8b46Fix format of summaryLength in TOML example config2ad649a92Make terms in taxonomy examples more coherent1fac1e662Make a link specifically point to Pygments HTML Formatter docs11ae6be03Fix minor typos in v0.30 release notes git-subtree-dir: docs git-subtree-split:a042b67b5b
Hugo Docs
Documentation site for Hugo, the very fast and flexible static site generator built with love in GoLang.
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.
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