maren

2.1.0 • Public • Published

Maren

A simple, fast, customizable, theme based static site generator.

-> Documentation

Install

Global

~ $ npm install -g maren

Local (preferred)

~ $ mkdir myblog
~ $ cd myblog

~/myblog $ npm init -y
~/myblog $ npm install maren

CLI

~/myblog $ npx maren init
~/myblog $ npx maren build
~/myblog $ npx maren watch
~/myblog $ npx maren serve [--port]

Folder structure

.gitignore

/_build # Generated, don't touch
/documents
/draft
/static
/themes

/maren.json
/package-lock.json
/package.json

/maren/

    Package Sidebar

    Install

    npm i maren

    Homepage

    maren.io

    Weekly Downloads

    2

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    8.38 kB

    Total Files

    15

    Last publish

    Collaborators

    • penge