c3a99766d3
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com> |
||
---|---|---|
.github/workflows | ||
assets | ||
config | ||
content/en | ||
content-override/en | ||
hack | ||
i18n | ||
layouts | ||
scripts | ||
static | ||
themes | ||
tools/redir-gen | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
config.toml | ||
deploy.sh | ||
netlify.toml | ||
package-lock.json | ||
package.json |
README.md
Docker Get-Involved Site
This site uses Google docsy as a platform. Docsy is a Hugo theme for technical documentation sets, providing simple navigation, site structure, and more.
Running the website locally
Building and running the site locally requires a recent extended version of Hugo. You can find out more about how to install Hugo for your environment in our Getting started guide.
You need a recent extended version (we recommend version 0.75.0 or later) of Hugo to do local builds and previews of sites (like this one) that use Docsy. If you install from the release page, make sure to get the extended
Hugo version, which supports SCSS; you may need to scroll down the list of releases to see it.
For comprehensive Hugo documentation, see gohugo.io.
Once you've made your working copy of the site repo, from the repo root folder, run:
hugo server