Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tadatuta/massage

MArkdown Site StAtic GEnerator
https://github.com/tadatuta/massage

Last synced: 10 days ago
JSON representation

MArkdown Site StAtic GEnerator

Awesome Lists containing this project

README

        

# massage

MArkdown Site StAtic GEnerator.

## Installation

```
npm i @tadatuta/massage
massage
```

## Configuration

Put `site.yml` to the root of your repo.

```yaml
siteName: gemini
description: Utility for regression testing of web pages using screenshots

pages:
- slug: index
source: README.md
title: Quick start

- slug: configuration
source: doc/config.md
title: Configuration

theme: simple

outputDir: site
```