Generates the pages at https://releases.rs/. A GitHub workflow regenerates the pages periodically.
Note: requires hugo extended 0.146.7 or higher.
git clone --recurse-submodules git@github.com:releases-rs/releases-rs
cd releases-rs
cargo runNote: if the GitHub API rate limit is reached, a personal access token (classic)
can be provided via the GITHUB_TOKEN env.
When 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