0.2.0-ALPHA
Notable changes
- De-bundlize every external scripts/css (#66) for many reasons:
- To use browser cache
- To reduce git repo size
- To easily upgrade dependencies without installing dev env
- First iteration for i18n support (#9), theme currently support following language:
en-us
fr-fr
es-es
ja
pt-br
ru
zh-cn
zh-tw
vi
(thank you @Kiennh)de-de
(thank you @Martin1001)
- Allow some customization on copyright section (#48)
using
[params.footer]
copyright = ...
like
[params.footer]
copyright = "<a href=\"https://github.com/kakawait\">kakawait</a>"
- Add fallback to
monospace
whenMenlo
font is not installed (#68) - Update fontawesome to 4.7.0 (#58)
- Add horizontal scrolling for scrollblock (#71) (thank you @jeremywho)
- Fix missing blog post title when using caption (#65)
- Fix vertical scrolling page opening on Firefox (#69)
Breaking changes
Replace
[author]
gravatar_email = "your@email.com"
google_plus = "+YourGooglePlus"
to
[author]
gravatarEmail = "your@email.com"
googlePlus = "+YourGooglePlus"
Replace
[params]
clear_reading = ...
hierarchical_categories = ...
sidebar_behavior = ...
cover_image = ...
image_gallery = ...
thumbnail_image = ...
thumbnail_image_position = ...
auto_thumbnail_image = ...
fb_admin_ids = ...
fb_app_id = ...
category_pagination = ...
archive_pagination = ...
tag_pagination = ...
to
[params]
clearReading = ...
hierarchicalCategories = ...
sidebarBehavior = ...
coverImage = ...
imageGallery = ...
thumbnailImage = ...
thumbnailImagePosition = ...
autoThumbnailImage = ...
fbAdminIds = ...
fbAppId = ...
categoryPagination = ...
archivePagination = ...
tagPagination = ...
Replace
[params.header.right_link]
to
[params.header.rightLink]