Flux is a personal blog engine (currently a markdown SSG). It does what I want from it at this moment, and is bound to change with my requirements. Or, you know, be abandoned... hence it is in flux.
- Write posts in markdown.
- Index and post pages.
- Simple HTML templating system.
- Site-wide and post-specific constants.
- File inclusion.
- Development server.
- Clone this source tree or download a release.
pip install <source dir / release file>
.- Create a site with
flux create site "<site name>"
,cd
into the created directory. - Read the
help.txt
file.
I'll review any PRs improving what exists here. If you want to add new functionality let's talk before-hand.