A hypersonic static-site generator written in Rust. 🚀 💊 🔥
Mandy is fast, easy to use, easy to deploy, and very flexible! Get her today! Visit Mandy's website!
# 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
To view all installation options for Mandy please view the project's official installation page.
-
Mandy's Default Site Template: The default template site for creating new Mandy-powered sites. Start a new Mandy site with this site template like this:
mandy -i mysite -w angeldollface/mandy-template-site
. -
Mandy's main website: The Mandy site for the project page of the Mandy project. Start a new Mandy site with this site template like this:
mandy -i mysite -w angeldollface/mandys-house
. -
Mandy's fancy template site with in-browser 3D graphics: A single-page site template using three.js for the Mandy static-site generator. Start a new Mandy site with this site template like this:
mandy -i mysite -w angeldollface/mandy-threejs-site
. -
Mandy's minimalist elegant blog theme: A simple, beautiful, dark-themed, material-themed template site for the Mandy static-site generator. Start a new Mandy site with this site template like this:
mandy -i mysite -w angeldollface/mandy-dark-material
. -
Mandy's Deno Deploy template site: A small site template optimized for deployment on Deno Deploy. Start a new Mandy site with this site template like this:
mandy -i mysite -w angeldollface/mandy-deno-deploy
. -
Mandy's Netlify template site: A small site template optimized for deployment on Netlify. Start a new Mandy site with this site template like this:
mandy -i mysite -w angeldollface/mandy-netlify
.
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.
There is a detailed log of current features and past ones here.
- Mandy 🚀 💊 🔥 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
- Licensed under the MIT license.