| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rust Edu is an organization dedicated to supporting Rust education in the academic environment. This website is built using Zola, a blazing-fast static site generator in Rust.
To contribute or run this website locally, follow the steps below.
git clone https://github.com/rust-edu/rust-edu.github.io.git
cd rust-edu.github.ioInstall Zola using Cargo:
cargo install zolaIf that fails, download a binary from Zola Releases.
To load the external CSS themes (Bulma & Bulmaswatch):
git submodule update --init --recursiveStart a local development server:
zola serveYour site will be live at: http://127.0.0.1:1111
Zola will auto-reload when changes are made.
Ensure submodules are initialized:
git submodule update --init --recursiveEnsure your config.toml includes a [extra] section:
[extra]
navbar = [
{ name = "Home", url = "/" },
{ name = "News", url = "/news" },,
{ name = "Resources", url = "/resources" }
]
Interested in contributing or learning more?
| Back | FazBrowse Home | New Git URL |