GrigorenkoPV / releases-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Changelogs

Generates the pages at https://releases.rs/. A GitHub workflow regenerates the pages periodically.

Building

Note: this requires hugo

git clone --recurse-submodules git@github.com:releases-rs/releases-rs
cd rust-changelogs
cargo run

When done you will have your generated pages in hugo/rust-changelogs/public.

Serving Locally

cd hugo/rust-changelogs
hugo serve --theme hugo-book

The site will be available at http://localhost:1313

About

License:MIT License


Languages

Language:Rust 99.0%Language:HTML 1.0%