Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilord/md2html
Yet another static site generator.
https://github.com/agilord/md2html
Last synced: about 3 hours ago
JSON representation
Yet another static site generator.
- Host: GitHub
- URL: https://github.com/agilord/md2html
- Owner: agilord
- License: bsd-2-clause
- Created: 2015-12-27T21:30:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T07:15:42.000Z (almost 9 years ago)
- Last Synced: 2024-11-15T08:14:19.055Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# md2html
Yet another static site generator, which takes YAML config files,
per-page frontend matter and markdown, and generates HTML pages using
mustache templates.## Why Another Static Site Generator?
It is easier to develop ~300 lines of code, than to figure out
ten times more how to plug the requirements into another framework.## Setup
````
python3 -m virtualenv -p python3 /path/to/env
. /path/to/env/bin/activate
pip install markdown pystache pyyaml
````## Usage
TODO(isoos): document
# Who is using it?
- [Agilord (company)](https://agilord.com/) ([sources](https://github.com/agilord/agilord.com-source/))
- [Drillio (blog)](https://drillio.com/) ([sources](https://github.com/agilord/drillio.com-source/))