Mandy Template Site

A beautiful, modern, and minimalist template for the Mandy SSG.

YOUR TITLE

Mandy and this theme have support for most Markdown features that GitHub also supports. Below are samples of a some of these features.

A RANDOM LIST

Here’s a random unordered list.

A RANDOM CODE SAMPLE

Since Mandy is written in Rust, here’s a Hello World code-sample in Rust:

pub fn main() -> () {
    let msg: String = String::from("Hello World!");
    println!("{}", &msg);
}

Syntax highlighting will have to be added by theme- and site-developers individually.