f887bd7bAdd script to pull theme changese89bbb2fUpdate README78155decMerge commit '9301947b25099dd402065104b340b1a480906a74' as 'themes/gohugoioTheme'9301947bSquashed 'themes/gohugoioTheme/' content from commit 7dd8a302e7557a34Remove gohugoioTheme submodulea78bbe22Add link to Go issue31d1ef40Add example for taxonomy terms with metadatada978cc7Fix links in Blackfriday extension documentation950ad115Fix reference to Blackfriday Extensions section12d1d026Add documentation for Blackfriday Extensions8c2b8fb5Fix explaination for uglyURLs config option378aded7Use community repository for Arch Linux installation guide56455e7eImprove 0.26 release notesbe7db03anetlify: Build with the new 0.26d430b2d3Bump version to 0.2661adaca0releaser: Prepare repository for 0.27-DEVabef29a6releaser: Add release notes to /docs for release of 0.265937fe41releaser: Bump versions for release of 0.26033752f1Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'bec2bd12Make the title case style guide configurablef1739a44Merge commit '50ec65fbe1a48475d3320775dab2c47389c02114'a1aac0e5helpers: Add support for French Guillemetsb8dc1592doc: Merge commit '2c0d1ccdcd95de0bddeb39dca2e4d08f0d8056d7'7b3e31b8Merge commit '6dbde8d731f221b027c0c60b772ba82dad759943'a37e7201Bump versions to 0.26-DEV git-subtree-dir: docs git-subtree-split:f887bd7b4e
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.
Build
To view the documentation site locally, you need to clone this repository with submodules:
git clone --recursive https://github.com/gohugoio/hugoDocs.git
Or if you already have a clone locally:
git submodule update --init
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