Source files for the website
Go to file
Doug Davis 99d96d765a
Merge pull request #91 from neuroglia-io/feat-add-cloudshapes
Add Cloud Shapes to integrations
2025-02-12 07:07:06 -05:00
archetypes Initial website version 2018-04-05 08:07:50 -05:00
assets/sass Make blog link display conditional 2020-02-28 13:55:06 -08:00
content/blog feat: added cesql v1 announcement blog (#88) 2024-07-16 11:15:21 -04:00
data Add Cloud Shapes to integrations 2025-02-12 12:23:28 +01:00
layouts Integrations to CloudEvents Adopters and add Voxie (#75) 2022-12-13 14:12:14 -05:00
static Add Cloud Shapes to integrations 2025-02-12 12:23:28 +01:00
.editorconfig New cloudevents.io site 2019-11-21 13:48:55 -08:00
.gitignore New cloudevents.io site 2019-11-21 13:48:55 -08:00
.gitmodules add/remove submodule links 2018-09-11 11:56:57 -05:00
LICENSE Initial website version 2018-04-05 08:07:50 -05:00
Makefile Add Alibaba Cloud EventBridge integration 2020-08-10 16:48:07 -07:00
README.md test 2022-10-18 17:48:36 +00:00
config.toml feat: extract params variables from config and add Multilingual support 2022-06-09 23:35:19 +08:00
netlify.toml Update Hugo version to 0.60.0 2019-12-01 13:32:27 -08:00
package.json New cloudevents.io site 2019-11-21 13:48:55 -08:00

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.