Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tadatuta/massage
- Owner: tadatuta
- Created: 2015-12-21T01:24:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T22:05:36.000Z (almost 9 years ago)
- Last Synced: 2024-10-23T20:52:46.611Z (22 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 screenshotspages:
- slug: index
source: README.md
title: Quick start- slug: configuration
source: doc/config.md
title: Configurationtheme: simple
outputDir: site
```