Generates the pages at https://releases.rs/. A GitHub workflow regenerates the pages periodically.
Note: this requires hugo
git clone --recurse-submodules git@github.com:glebpom/rust-changelogs
cd rust-changelogs
cargo runWhen done you will have your generated pages in hugo/rust-changelogs/public.
cd hugo/rust-changelogs
hugo serve --theme hugo-bookThe site will be available at http://localhost:1313