hugoDocs/README.md
2017-07-18 10:54:47 +02:00

593 B

Hugo Docs

Documentation site for Hugo, the very fast and flexible static site generator built with love in GoLang.

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.