efc0b1bb6c
51c4f3184 update figure shortcode docs 2e9c8200d Fix mediatype table 040355013 Rework the index doc 6f0c67c08 Release 0.59.1 a1add2ad0 Merge branch 'temp591' e0ad971c0 releaser: Add release notes to /docs for release of 0.59.1 c03eb16e7 Fix automatic typo a623ccfd1 Update quick-start.md de36e6f8f Clarify that `print` takes 1+ arguments de439ab84 correct the themes url www.themes.gohugo.io > themes.gohugo.io 806102d10 Remove homepage Tweet (Account no longer exists) fc4c88513 Add extended version choco instructions (#703) 1b1e8b33c Fix environment typo (#950) 76932cb49 HTTPS relevant search link URLs (#951) 2ef6bdfa4 Update theme 336a6468a Fix consecutive typo (#949) f44183ddb Fix corresponding typo (#948) 995bf0048 Update index.md e99758f79 Release 0.59.0 36517d198 releaser: Add release notes to /docs for release of 0.59.0 3acb75f89 Merge commit '5ac0f751aa47e52625662215f66efa99a6abfc2e' 8b3cb611a Merge commit '5070ba6c9e6c492deade3c30cfe769b9dbf7151d' fd0127841 Merge commit 'b9bd35d72e14932fb6588ff62b90cddef0a060fc' as 'docs' |
||
---|---|---|
.github | ||
_vendor | ||
archetypes | ||
config | ||
content | ||
data | ||
layouts | ||
resources | ||
src | ||
static | ||
.editorconfig | ||
.gitignore | ||
config.toml | ||
go.mod | ||
go.sum | ||
LICENSE.md | ||
netlify.toml | ||
pull-theme.sh | ||
README.md | ||
requirements.txt |
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
master
branch is where the site is automatically built from, and is the place to put changes relevant to the current Hugo version. - The
next
branch 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