Skip to content

Latest commit

 

History

History
147 lines (99 loc) · 2.93 KB

CHANGELOG.rst

File metadata and controls

147 lines (99 loc) · 2.93 KB

Changelog

0.0.15

Compare changes

  • Move the license block to after the head block in base.html.

0.0.14

Compare changes

  • Remove references to kura.io

0.0.13

Compare changes

  • Removed Google Plugs from share template.

0.0.12

Compare changes

  • Updated share colours to be from the Material Design palette.

  • Added some automatic colouring of links/icons for AUTHOR_CARD

  • Added ability to disable comments and author_card for a specific page or article using metadata.

    With RST this translates to:

    Example title
    #############
    :slug: example
    :author_card: False
    :comments: False

    And Markdown:

    Title: Example title
    Slug: example
    Author_card: False
    Comments: False

0.0.11

Compare changes

  • Stop using base64 fonts, dumb idea to begin with.
  • Tidy up font sizes in headers.

0.0.10

Compare changes

  • Bug fixes in template styles.

0.0.9

Compare changes

  • Huge overhaul of theme... Too much to list, check out the documentation.

0.0.8

Compare changes

  • Added better templates for tags and categories.

0.0.7

Compare changes

  • Fixed RSS and Atom having the wrong types.

0.0.6

Compare changes

  • Updated archive templates so they aren't terrible.
  • archive will automatically links to year and month archives if YEAR_ARCHIVE_SAVE_AS or MONTH_ARCHIVE_SAVE_AS are set.
  • partial_archives template now works as expected instead of showing every article.
  • Added archive to header and footer menus.

0.0.5

Compare changes

  • Template clean up, mostly making the HTML itself look prettier to edit.
  • Added aria labels to elements to improve accessibility.
  • Added structures to articles and pages, using schema.org additional markup.

0.0.4

  • Accidentally messed up Disqus and variable names where not used, so comments didn't actually work properly...
  • Load fonts from base64 in the CSS file.

0.0.3

  • Add ability to use muut instead of Disqus using MUUT_SITENAME variable.
  • Make the share buttons nicer.
  • Added "back to top" links.

0.0.2

  • Replace vh definitions with em for ribbon.
  • Replace truetype fonts with woff2 and woff.

0.0.1

  • Eevee released