/python-melthon

Minimalistic static website generator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This project is no longer maintained

Currently I don't have a good alternative. Experimenting with static site generation using Golang in https://github.com/JenswBE/tuinfeestbeerse.be.

Overview

docs Documentation Status
tests
Requirements Status

package

Minimalistic static site generator

  • Free software: GNU GPLv3 license

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

Documentation

https://python-melthon.readthedocs.io/