tumblelog is a static microblog generator. There are two versions available, one written in Perl and one written in Python. Which version you use is u

john-bokma/tumblelog

submited by
Style Pass
2022-06-21 17:00:08

tumblelog is a static microblog generator. There are two versions available, one written in Perl and one written in Python. Which version you use is up to you; I make an effort to keep the output of both versions identical.

The input is a single "Markdown" file divided into pages by starting a line with a date followed by a title. Each date page can further be split up into multiple articles using a single % on a line by itself.

Parameters to control the blog are given via command line arguments. The program creates the blog HTML5 pages and both a JSON and RSS feed.

Generate a stylesheet. I use steel for example. See the directory styles for others you can use (except the ones that start with an underscore).

Both containers run in a GMT timezone. To change this set the TZ variable, e.g. TZ="Europe/Amsterdam". See Timezones in Alpine Docker Containers.

Leave a Comment