acf70cdd9Update CSS after removing Purge74c0bb7f2Remove purge from Webpack, temporarily397b7284fMerge commit 'ccb1e38f3822e9b5e4fb89a296324daf3400f23b'ccb1e38f3Squashed 'themes/gohugoioTheme/' changes from 042112e2d..b7853ae70bca84e914Fix search box text being invisible in Safari3f21d0957FAQ: "this feature is not available in your current Hugo version"d8b318f90Remove Gulp from Victor Hugo description09d9b4c24Update contribute/development.md4d0f6ba47Theme Components Support on the Hugo Themes Site (#769)f2ec3f2a6Fix broken link 404af82c56c5config: Remove superflous param8dc14f563Update theme total on homepage (#765)7838fd7e2Update description of Atlas to reflect new changes6abab23c6update: total of hugo themes1dba24fdeClarify: summaryLength uses words not characters8c54f45d6Add missing punctuationd17000481Remove Hugo Frontend caddy-plugina7094ae62remove unneeded meta tagsf8b0f31c6Fix typo in cross references61781bab9Fix: use gh shortcode correctly357bfca43Update files.mdd1d2406ccUpdated Hugo convert to clarify for and not ..86850f3c3Fix typos in multilingual.mdb68d0d892Fix typo8cba70e28Document disableAliases00e440260Remove extra whitespace212d63e4cUpdate with latest Theme Submission Guidelines (#744)c24ea638fUpdate frontends.md942bc1972Add one more video2e1e1091dUpdate the rest of the videosa7dc70f2bAdd new installation video1a78f8487Hosting on AWS amplify112420c46Fix typof723425e4Add fireship.io bio to showcase574f43503Fixed typo88e0e0cb7Release 0.54.0303edf19eMerge branch 'temp54'c38debebdreleaser: Prepare repository for 0.55.0-DEV5c6c56fa1releaser: Add release notes to /docs for release of 0.54.0f86e05950releaser: Bump versions for release of 0.54.06a2684fe4Add the default cache configurationf75c0125aMerge commit 'f27faf9afd0a8db768a21954b8755f1bf1a14f1b'e440dc6a4Merge commit '5e078383a787e8b5ec3ba73f05ea4130840afbe2'981bf53f8Update _index.mdb54aea066tpl: Fix reflect41f8af5a6Merge commit '978856e2ad12d2bcaf37bb9e31f806b30a4c42f4' git-subtree-dir: docs git-subtree-split:acf70cdd9f
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
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