Maren
A simple, fast, customizable, theme based static site generator.
Create a blog
~ $ mkdir myblog
~ $ cd myblog
~/myblog $ npm init -y
~/myblog $ npm install maren
~/myblog $ npx maren init
~/myblog $ echo "# My blog" > documents/index.md
~/myblog $ echo "# 404" > documents/404.md
~/myblog $ npx maren build
~/myblog $ npx maren serve
Visit http://localhost:8080
Docs
~ Created using Maren ~