ddb7d8faeFix spelling in error message84f7e09ffAdd an "sharing image" to the 0.32 doca6d39884cAdd image processing examples717e25400Release 0.32.107a4fc1c1Merge branch 'temp321'401ed894breleaser: Add release notes to /docs for release of 0.32.1aa040d965releaser: Bump versions for release of 0.32.16d22558ecClose shortcode442afa7f5Add a link to the 0.32 HOWTO with a searchable title9a9a7e475Add a note about the shortcode issue76d731ce2Add title etc. to release noteseac596de8Release v0.32ede3e25dcMerge branch 'tmp32'c92f1701breleaser: Prepare repository for 0.33-DEVe498e97f9releaser: Add release notes to /docs for release of 0.321d476fc59Fix typo9bac78a2fMerge commit 'f3cd083961f36dc96d05e98aaf67f650102bc757'7d8c78391Add Pandoc support, refactor external helpers git-subtree-dir: docs git-subtree-split:ddb7d8fae0
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