Get Involved with Docker
Перейти к файлу
Gaurav Gahlot c3a99766d3
fixed typo
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
2021-04-08 21:26:54 +05:30
.github/workflows Update hugo.yml 2021-03-19 19:15:28 +05:30
assets Rename docker_community.svg to logo.svg 2021-02-11 16:50:37 +05:30
config nit picks 2021-04-08 21:21:08 +05:30
content/en fixed typo 2021-04-08 21:26:54 +05:30
content-override/en Update _index.html 2021-02-09 13:44:21 +05:30
hack Update update-codegen.sh 2021-02-05 13:34:35 +05:30
i18n Update en.toml 2021-01-25 04:14:20 +05:30
layouts Delete notice.html 2021-01-25 04:25:48 +05:30
scripts Update build.sh 2021-02-11 13:51:00 +05:30
static Create sweetalert-2.1.2.min.js 2021-01-25 01:46:49 +05:30
themes Added 2021-01-20 17:58:11 +05:30
tools/redir-gen Update main.go 2021-02-09 13:46:11 +05:30
.gitignore add dockerfile, compose files and vscode setting for dotnet example 2021-03-20 10:58:47 -05:00
.gitmodules Added 2021-01-20 17:58:11 +05:30
CONTRIBUTING.md Added 2021-01-20 17:18:11 +05:30
LICENSE Added 2021-01-20 17:18:11 +05:30
Makefile Added 2021-01-20 17:18:11 +05:30
OWNERS Update OWNERS 2021-01-21 00:06:05 +05:30
OWNERS_ALIASES Update OWNERS_ALIASES 2021-02-05 13:31:58 +05:30
README.md Update README.md 2021-03-15 11:35:23 +05:30
config.toml adding docker for dotnet 2021-03-16 02:05:03 +00:00
deploy.sh Added 2021-01-20 17:18:11 +05:30
netlify.toml Added 2021-01-20 17:18:11 +05:30
package-lock.json Added 2021-01-20 17:18:11 +05:30
package.json Added 2021-01-20 17:18:11 +05:30

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