A simple markdown to static site generator blog, with a locally hosted editor. Supports S3 and CloudFront for hosting. Shared for folks who may want a very light weight website.
pip install -r requirements.txtSetup a config.yaml in the root directory based on the config.yaml.example
maketo generate the static site
make cleanto clean the locally generated files
make allto clean the locally generated files and re-upload the site to S3 / wipe CF
python app.pyto launch the post editor service
surf to http://localhost:5000
Do not expose the editor to the internet. Deleting files using the editor will not delete / remove them from S3.
See it live baka.jp