<bomb>HTML</bomb>
simple html/css templating / static site generator system written in python
Keep your html DRY! This tool helps to bomb away useless repetitions.
Alpha warning
things may break or will not work properly. Things may break, so consider making a backup of your work the first time trying to use this.
Usage
Install/update
NOTE: you might want to make this in a virtual environment.
$ pip install -U wheel
$ pip install -U bombhtml
Config and Usage
Moved here
Development
This guide assumes you have already a virtual enviroment set up and activated.
You can for example us emailbomb/bombdotemail to test your changes, as the repository uses this build system.
- Optional: debug infos in terminal
in the config file set
build.debug_print = True
$ python3 -m build
$ pip install --force-reinstall dist/bombhtml-v.v.v-py3-none-any.whl
replace v.v.v with the actual version number. The version number can be found in ./bombhtml/__init__.py
- Test pypi only required before upload un actual pypi PLEASE NOTE: make sure only one version is inside the dist directroy
$ python3 -m twine upload --repository testpypi dist/*
$ test test test
not available yet
LICENSE
Double licensed as GPLv3+ and MIT (before version 0.4.0 only as GPLv3+)