Personal static blog builder
blogbuilder blog_data/ output_dir/
blog_name.txt # Name of the blog
posts/
- some-post.md
- other-post.md
templates/
- base.tmpl
See src/blogbuilder/tests/example-test-app/
for an example.
# Activate venv - do this first, per shell
source .venv/bin/activate.fish
# Install
scripts/./install.fish
# Lint
scripts/./lint.fish
## Run tests
scripts/./run-tests.fish
## Install blogbuilder pip egg as editable install
scripts/./install-pip-editable.fish
## Install blogbuilder pip package as built package
scripts/./install-pip-release.fish