• v0.2.0 87fe9429da

    nytpu released this 2020-10-14 16:11:25 +00:00 | 2 commits to master since this release

    The big feature this update is you can now insert dividers between different years and months with $use_year_divider, $use_month_divider_nl, and $use_month_divider_hd. $use_year_divider will insert a level 2 header between years. $use_month_divider_nl will separate months with a single newline, while $use_month_divider_hd will insert level 3 headers with the month. For an example of $use_year_divider and $use_month_divider_nl, see my gemlog: gemini://nytpu.com/gemlog/

    Also, I'm committing my personal configuration on the branch personal-config now, so my random configuration updates shouldn't be clogging up the actual logic commits on master anymore.

    Downloads
  • 0.1.0 a1103c7c62

    v0.1.0 Pre-Release

    nytpu released this 2020-09-10 05:33:59 +00:00 | 12 commits to master since this release

    It's finally at a usable state, so I decided to make a real formal release! It should be fine to use, the only reason it's a prerelease is that it may change substantially in the future.

    Current features:

    • generates compliant atom feeds
    • has the option to make a new toot after making a new post (requires toot command line tool)
    • generally customizable (hopefully it's simple & commented enough to be able to modify to your needs at least)
    • outputs static content, so your server doesn't need to support cgi
    • automatically retrieves titles and dates from post and sorts accordingly
    Downloads