Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladris/tinkerer
Python blogging engine
https://github.com/vladris/tinkerer
Last synced: 29 days ago
JSON representation
Python blogging engine
- Host: GitHub
- URL: https://github.com/vladris/tinkerer
- Owner: vladris
- License: other
- Archived: true
- Created: 2013-05-18T10:18:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T23:59:25.000Z (about 2 years ago)
- Last Synced: 2024-08-04T01:27:51.813Z (4 months ago)
- Language: Python
- Homepage: https://vladris.com/tinkerer
- Size: 2.3 MB
- Stars: 305
- Watchers: 28
- Forks: 81
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Announcement
============Tinkerer is retired in favor of `Baku `_.
Tinkerer has been around since 2011 but hasn't been actively developed for
a few years now. The project is using Sphinx for rendering, unfortunately
some of the core functionality required by Tinkerer stopped working in newer
Sphinx versions. The Sphinx dependency has been pinned at version 1.7.1, but
this is quite old and it is no longer working properly with the latest
Python versions.A lot has changed since 2011. Markdown is now ubiquitous and it supports
some of the content types that used to only work with reStructuredText, like
math, footnotes, and tables. Developing for the web is easier.`Baku `_ takes the learnings from Tinkerer and
provides the same familiar command line interface but uses Markdown for content,
achieves the same look & feel with much lighter HTML/CSS, and fewer
dependencies. It is a modern take on Tinkerer which I hope you try and enjoy.You can migrate an existing blog using reStructuredText to Markdown by using
`Pandoc `_.