This commit is contained in:
Ajeet Singh Raina, Docker Captain, RedisLabs 2021-03-15 11:35:23 +05:30 коммит произвёл GitHub
Родитель 091b44a927
Коммит 66970d2b76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 17 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,20 @@
# Docker Community Website Roadmap
# Docker Get-Involved Site
- Eventhandbooks File Structure
This site uses [Google docsy](https://www.docsy.dev/) 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](https://github.com/gohugoio/hugo/releases) (we recommend version 0.75.0 or later) of [Hugo](https://gohugo.io/) 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](https://sass-lang.com/documentation/file.SCSS_FOR_SASS_USERS.html); you may need to scroll down the list of releases to see it.
For comprehensive Hugo documentation, see [gohugo.io](https://gohugo.io/).
Once you've made your working copy of the site repo, from the repo root folder, run:
```
hugo server
```