Sign inSign up

jenswbe/melthon

By jenswbe

Updated over 5 years ago

Minimalistic static site generator

Image
0

435

jenswbe/melthon repository overview

Melthon

Minimalistic static site generator

Installation

Use Docker (preferred way)
# --rm           : Remove container after execution
# -u ${UID}      : Run container as current user
# -v"$(pwd):/src": Make source and output accessible inside container
docker run --rm -u ${UID} -v"$(pwd):/src" jenswbe/melthon
Use pip
pip install melthon

Tag summary

Content type

Image

Digest

Size

21 MB

Last updated

over 5 years ago

docker pull jenswbe/melthon