
A static tumblelog generator available as both a Perl and Python version
Tumblelog is a static microblog generator available in both Perl and Python versions. The input for the generator is a single "Markdown" file divided into pages by dates and titles. The program can be controlled through command line arguments and it outputs HTML5 pages, a JSON feed, and an RSS feed.
$ brew install sass
$ brew install python3
$ make stylesheets/steel.css
$ make examplesite-notags
$ make examplesite-tags
Installation instructions for the Perl version are currently unavailable. Please refer to the Create a static tumblelog with Perl guide.
Tumblelog is a static microblog generator that allows users to create microblogs using a single "Markdown" file as input. It supports both Perl and Python versions and offers command line arguments to control the blog's generation. The program outputs HTML5 pages, a JSON feed, and an RSS feed. The installation process is straightforward, with specific instructions provided for both the Perl and Python versions.

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.