A Tumblelog update
In the afternoon I pushed an update of tumblelog
to GitHub. The days
before I had made some minor changes and a major rewrite of the README
today. The most important changes are:
- Added a Dockerfile for Sass.
- Added
meta name="generator"
set to tumblelog plus version number to example HTML files. - Removed commented out code from tumblelog.py.
- I now test differently if the
OPT_UNSAFE
constant is missing. - The program now verifies that at least one tag is given if tags are enabled.
- I now use
enumerate()
in tumblelog.py (4x) - Added notes on images to tumblelog.md and tumblelog-tags.md.
- Rewrote the README.md almost completely
The latest version is available as always on GitHub.