Skip to content

WIP: Use hugo

Lars Mai requested to merge use-hugo into master

Explore using Hugo as static html generator. This is WIP and should not be merged as is - changes will be landed using separate PRs.

Intended outcome:

  • easier adding of new content by making use of shortcodes and generated pages
  • reduced boilerplate for better maintainability

To run:

brew install hugo
hugo server
open http://localhost:1313

Tasks:

  • Migrate existing site to default Hugo directory structure
  • Move emission sectors into separate pages
  • Generate charts for sectors from datasets
  • Autogenerate sidebar navigation
Edited by Lars Mai

Merge request reports