ABlog v0.8 released

ABlog v0.8.0 is released with additions and changes:

  • Added -a argument to ablog build command, with which you can force rewriting all pages when rebuilding your project. Default is writing only pages that have changed.

  • Added -f argument to ablog deploy command, with which you can amend to latest commit to keep GitHub pages repository small. Thanks to uralbash for this contribution.

  • Added -p argument to ablog deploy command, with which you can specify the path to your GitHub pages repository, i.e. username.github.io.

  • Changed fontawesome_link_cdn to be a string argument to enable linking to desired version of Font Awesome. Thanks to Albert Mietus for this contribution.

  • Post lists font style is now controlled through CSS. Thanks to Albert Mietus for this contribution as well.

  • Fixed internal link resolution issue that affected atom feeds of collections, i.e. feeds of posts under a category, tag, or author.

ABlog v0.8.1 released

ABlog v0.8.1 is released to fix atom feed linking in HTML header (issue 54).

ABlog v0.8.2 released

ABlog v0.8.2 is released to fix date parsing (issue 58) and Python 2.6 installation (issue 59) issues.

ABlog v0.8.3 released

ABlog v0.8.3 is released to bring you recent enhancements: