Source for the Grid Coordination website — an initiative defining the architecture of the future electric grid through open standards, policy advocacy, and working software.
- Production: https://grid-coordination.energy
- Live OpenADR 3 price server (API base):
https://price.grid-coordination.energy/openadr3/3.1.0/, see the user guide
Static site rendered by Jekyll and deployed via GitHub Pages. The site is the Markdown files at the repo root (index.md, vision.md, software.md, …) plus the layout in _layouts/default.html. Presentations live under presentations/ and the placeholder logo under images/. Decks are authored as Marp Markdown and rendered to the .html and .pdf the site serves; the .md sources are listed in the exclude: block of _config.yml so Jekyll does not render them as pages.
Local preview:
bundle install
bundle exec jekyll serve