Source files for the website
Go to file
Doug Davis b6b69a7072
Merge pull request #12 from duglin/v1.0
v1.0 announce
2019-11-07 20:45:45 -05:00
archetypes Initial website version 2018-04-05 08:07:50 -05:00
content Adding content/ directory as it is needed for hugo to run 2018-09-11 11:56:57 -05:00
layouts Add new design 2018-09-11 11:56:57 -05:00
static Add new design 2018-09-11 11:56:57 -05:00
themes Add new design 2018-09-11 11:56:57 -05:00
.gitignore Initial website version 2018-04-05 08:07:50 -05:00
.gitmodules add/remove submodule links 2018-09-11 11:56:57 -05:00
.travis.yml Fixing Travis failure 2018-04-05 11:31:09 -05:00
LICENSE Initial website version 2018-04-05 08:07:50 -05:00
README.md finish readme install instructions 2018-09-11 11:56:57 -05:00
config.toml v1.0 announce 2019-11-07 20:41:28 -05:00

README.md

cloudevents-web

Source files for the CloudEvents website.

Installation

  1. Install hugo. Linux: apt install hugo, MacOS: brew install hugo, Windows: choco install hugo
  2. Clone repo. git clone --recurse-submodules -j8 https://github.com/cloudevents/cloudevents-web.git
  3. Run local hugo dev server. hugo serve
  4. Open dev site.