flake is a simple blog-aware static site generator perfect for personal, project, or organization sites. It's like a file based CMS without the complexity of databases.
-
Clone or download this repository and copy it to your github pages repo
username.github.io
-
Install requirements.txt
pip install -r requirements.txt
-
Run
./flake.py
to run flake. -
More options
USAGE: ./flake.py [FLAGS] [OPTIONS] FLAGS: -h, --help Displays the help section -b, build Freezes to static files at root -n, new New post/page -u, update Updates flake from root repository -r, run Runs on local server OPTIONS: post Used with new to create a new post port Set desired port number for run
- Base application built
- Example blog-aware theme.
- Github and Digital Ocean Integration
- Convert to CLI application
Do a Pull Request .
See the License file.