v1.0 announce |
||
---|---|---|
archetypes | ||
content | ||
layouts | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
config.toml |
README.md
cloudevents-web
Source files for the CloudEvents website.
Installation
- Install hugo. Linux:
apt install hugo
, MacOS:brew install hugo
, Windows:choco install hugo
- Clone repo.
git clone --recurse-submodules -j8 https://github.com/cloudevents/cloudevents-web.git
- Run local hugo dev server.
hugo serve
- Open dev site.