Skip to content

V3.0.0

Compare
Choose a tag to compare
@talha131 talha131 released this 03 Jul 18:33
· 895 commits to master since this release

3.0.0 (2019-07-03)

Bug Fixes

  • admonition: links should inherit the admonition color (60c9184)
  • freelists: use SUBSCRIBE_BUTTON_TITLE instead of generic GO (c346d1f)
  • home: remove redundant title (808cd1d)

Features

  • home: write about me in markdown, reST or asciidoc (9b5b2ec), closes #85
  • menu: set home URL to root if SITEURL is not (23e0b94)

BREAKING CHANGES

  • home: Previously LANDING_PAGE_ABOUT was a dictionary that contained html tags. We used it
    to create landing page. But users have demanded from the very beginning to be able to write the
    landing page in markdown. This patch adds this feature. But in order to use it, you have to update
    your configuration.