Leven is a lightweight Markdown-based static site generator for blogs. It's a lot like Jekyll or Hugo, but it's much simpler, much faster, and made specifically for blogs.
static site generator
/ˈstatɪk sʌɪt ˈdʒɛnəreɪtə/
takes in your blog posts and converts them into a standalone HTML website that you can upload to GitHub Pages or Neocities or just about anywhere else
Install Rust if you haven't already.
sh
cargo install leven
leven new amazing-blog
More instructions are included in a sample post.
Even if you're unsure, opening an issue would really help us make this project better!