f9a5dc59bCode Toggle block added to doc site final batch Templates ✅ Variables ✅4d4107968Add eSolia as new sponsor000fed94eAdd missing closing tags for li in menu template examplef462b620fClarify that local CSV files cannot be inside data dirae083641aAdded hugo-search-index to list of search toolse2b64d0b7Remove extra link2fb4c9af5Release 0.38.259b1c9853releaser: Prepare repository for 0.39-DEV92f6a05eareleaser: Add release notes to /docs for release of 0.38.276244729ereleaser: Bump versions for release of 0.38.20960c5fb3Adjust gray color of tab vs pane in code-toggle.8ae3aadd7use code-toggle shortcode when relevant Content Management ✅455b8b53bUpdate related.md6e8d19090Release 0.38.1079ba044creleaser: Prepare repository for 0.39-DEV6f23e6ec1releaser: Add release notes to /docs for release of 0.38.1c51692cebreleaser: Bump versions for release of 0.38.1d37ea6a5eUpdate related.mdfaa2707d0Update index.md9ce901dcbAdd a forgotten language tag (go-html-template) for codeb05aaed14Update where.md4d4760819Fix typo in code-toggle.mdc5a5250a1Use the new go-html-template Chroma lexer2de831f4bAdd the full list of Chroma lexers18114d4b4Update Output Formatsb069d7f84Release 0.38caaa8355areleaser: Prepare repository for 0.39-DEVe45b7cc9freleaser: Add release notes to /docs for release of 0.3840f40906ereleaser: Bump versions for release of 0.382d52e2e4eMerge commit 'ed8bf081fdbf336e026517b7e1b123c039014ab5'1439f64a0docs: Generate docshelper data5b0edfd79Add .Site.IsServerfdb579ad1Merge commit '0a23baa6a90901f772c234107c4f12c16c76f4aa'7b71da1f8hugolib: Add Reset method to delete key from Scratch63a131664docs: Add docs for lang.Merge55cba056dMerge commit '3886fc1fef6ac19d58b9ba1bb642d0c6c9a54031'6f301ebccdocs: Add docs on the new front matter configuration7ba35ef56Merge commit 'c0290655825e7bb36e13fb39f89d85b392cf1adc'3d2cab754releaser: Prepare repository for 0.38-DEV095e888e1releaser: Add release notes to /docs for release of 0.37.1593fa0dcbreleaser: Bump versions for release of 0.37.1c18c1df54releaser: Prepare repository for 0.38-DEV git-subtree-dir: docs git-subtree-split:f9a5dc59b7
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.
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
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