Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/penge/maren

A simple, fast, customizable, theme-based static site generator written in Nodejs.
https://github.com/penge/maren

blog html maren markdown md npm npm-package render static-site-generator template theme

Last synced: 3 days ago
JSON representation

A simple, fast, customizable, theme-based static site generator written in Nodejs.

Awesome Lists containing this project

README

        

# Maren

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

# [-> Documentation](https://maren.io)

# 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
```