Htmd

Latest version: v5.0.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.1.0

Changed
- `.js` files in the static directory are combined and minified and combined.min.js is used in `_layout.html`
- `.css` files in the static directory are combined and minified and combined.`min.css` is used in `_layout.html`

1.0.0

Added
- posts are sorted
- routes for tags and authors
- tags are sized based on number of times used
- custom meta tags and use in templates
- override templates
- separate folders for posts (think blog) and pages (think about, contact)
- Atom feed for all posts
- multiple author support


Release Steps

- Change version in pyproject.toml
- Add changes to CHANGELOG.md

shell
git add -u
git commit -m "Version X"
git tag vX
git push origin main
git push origin vX
rm -r dist
rm -r venv
rm -r htmd.egg-info
find . -type d -name "__pycache__" -exec rm -r {} +
python3 -m venv venv
venv/bin/python -m pip install pip setuptools wheel --upgrade
venv/bin/python -m pip install build --upgrade
venv/bin/python -m build
venv/bin/python -m pip install twine
venv/bin/twine check dist/*
venv/bin/twine upload dist/*



- Create new release in GitHub

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.