Sedum is a static site generator written in Rust. It can be used locally or with a service like Netlify to generate websites on the fly.
You must have rust and cargo installed and available on the path.
git clone https://github.com/ellygaytor/Sedum.git
---
):title
description
language
author
list
('True' or 'False') [Optional]cargo run [source] [result]
, setting the source directory and the directory you want the generated files to be placed inwget -N https://github.com/ellygaytor/Sedum/releases/latest/download/sedum && chmod +x sedum && ./sedum [source] [result]
, setting the source directory and the directory you want the generated files to be placed in.[result]
that you chose in step one.---
):title
description
language
author
list
('True' or 'False') [Optional][source]
that you set in step one of setup