Source files for the website
Go to file
Jie Ding 1fa3876e28 feat: add Multilingual data.params
Signed-off-by: Jie Ding <jie.ding@linkall.com>
2022-06-09 23:36:03 +08:00
archetypes
assets/sass
content/blog
data
layouts
static
.editorconfig
.gitignore
.gitmodules
LICENSE
Makefile
README.md
config.toml
netlify.toml
package.json

README.md

cloudevents-web

Netlify Status

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. Install npm dependencies. npm install
  4. Run local hugo dev server. hugo serve
  5. Open dev site.