This repository contains a static web page created with Hugo
Static Web Page for the Rust Compiler Team This repository contains a static web page created with Hugo using the Book Theme
In order to run this project you need to have already installed:
Hugo v0.55.6
Update the Hugo Theme:
git submodule update --init
Generate the web site:
hugo -d dist --minify --theme book
Run the web locally:
hugo server --minify --theme book