Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 574 Bytes

Introduction

A sad little static blog generator. Nothing fancy.

Installation

Run:

pip install harmonique

Example blog project

Clone/download this repository and check out the example directory.

Commands

Compile everything, including drafts

harmonique dev

Compile published, skip drafts

harmonique prod

Append serve on the commands above to run the local server that serves the output files at localhost:8889. The server also watches for file changes and rebuilds. Works with both dev and prod modes.