Skip to content

Set up static site generator

DDesouza requested to merge setup-hugo into master

Goals

Make the site easier to maintain & improve. A SSG adds a bit of complexity but eliminates duplication, ensuring consistency between pages, making the codebase more readable and as a bonus providing extra features out-of-box like resources minification.

What changed

  • Set up Hugo as a static site generator for the 2024 subsite.
  • Move the 2024 subsite (latest) to root and create redirects at 2024/ to /.
  • Set up Bootstrap with NPM.
  • Set up resources minifications.

Bug: T349774

Merge request reports