angeldollface / mandy

A hypersonic static-site generator written in Rust. :rocket: :pill: :fire:

Home Page:https://angeldollface.boo/mandys-house

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MANDY πŸš€ πŸ’Š πŸ”₯

Mandy CI Mandy Release CI

A hypersonic static-site generator written in Rust. πŸš€ πŸ’Š πŸ”₯

ABOUT πŸ“š

Mandy is fast, easy to use, easy to deploy, and very flexible! Get her today! Visit Mandy's website!

GETTING STARTED πŸ“š

Showcase

Get a binary!

You can download a compiled binary for 64-bit desktop systems from this repository's Releases section.

Alternatively, if you have the Rust toolchain installed, you can install Mandy via Cargo using this command:

cargo install --git https://github.com/angeldollface/mandy.git mandy-bin --tag v.0.3.4

Get up and running!

# Check that Mandy is installed.
mandy -v

# Set the $MANDY_ENV environment variable. (For *Nix systems.)
export MANDY_ENV="development"

# Set the $MANDY_ENV environment variable. (For Windows systems.)
set MANDY_ENV="development"

# Start a new Mandy-powered site in "mysite".
mandy -i mysite -w angeldollface/mandy-template-site

# Compile your Mandy site.
mandy -c mysite

# Clean your Mandy project.
mandy -r mysite

# Test your site on "localhost".
mandy -s mysite

INSTALLATION πŸ“₯

To view all installation options for Mandy please view the project's official installation page.

MANDY TEMPLATE SITES 🎨

You can find all available template sites for starting a new Mandy-powered site here.

DEPLOYING A MANDY-POWERED SITE ON GITHUB PAGES πŸš€

Mandy has her own GitHub Action to deploy your Mandy-powered site on GitHub Pages. You can find out more about that here. Other deployment services are also supported.

CHANGELOG βœ’οΈ

There is a detailed log of current features and past ones here.

HELP AND COMMUNITY πŸ«‚

NOTE πŸ“œ

  • Mandy πŸš€ πŸ’Š πŸ”₯ by Alexander Abraham πŸ–€ a.k.a. "Angel Dollface" 🎎 πŸŽ€
  • Licensed under the MIT license.

About

A hypersonic static-site generator written in Rust. :rocket: :pill: :fire:

https://angeldollface.boo/mandys-house

License:MIT License


Languages

Language:Rust 100.0%