Tinkerer went international! Spanish and Catalan translations are now available. To have your Tinkerer blog displayed in Spanish, add the following line to your conf.py:
language = "es"
For Catalan, add:
language = "ca"
Limited support for Facebook Comments as an alternative to Disqus comments
RSS feed enhancements: RSS feed auto-discovery and feed categories
Multiple bugfixes and minor style tweaks to the Modern theme
There are a couple of steps required if upgrading from 0.1:
In your conf.py replace:
# Add file patterns to exclude from build
exclude_patterns = []
with:
# Add file patterns to exclude from build
exclude_patterns = ["drafts/*"]
This will make Sphinx stop warning you about drafts not being included in the build.
Make sure your master.rst file ends with a blank line. If not, append a blank line at the end of it.
A big Thank You to everyone who showed interest in the project and for the valuable feedback you provided.
Tinkerer is a blogging engine/static website generator powered by Sphinx.
It allows blogging in reStructuredText format, comes with out-of-the-box support for post publishing dates, authors, categories, tags, post archive, RSS feed generation, comments powered by Disqus and more.
Tinkerer is also highly customizable through Sphinx extensions.