- β¬οΈ Support Ghost V5
- π fixed header
- π fixed header not centered, as mentioned in (#70)
- π Tamil translated (#43)
- π French translated (#39)
- π fixed search button display logic when set
show_search = false
. (#37)
v1.3.0 (2019.10.23)
- β¬οΈ Support Ghost V3
- π
footer_text
includes html instruction - π fixed wrong icon for tag pages
- π improved overall layout for post content
- β‘οΈ added default image background as placeholder
- π Turkish translated (#35)
- π fixed image size configuration
- β‘οΈ crop images to improve page loading performance (feature image, author avatar)
- π in post aside section, fixed post card width if no other posts exist in its primary_tag
- β¨ added a new branch for Chinese optimization
- π improved bookmark card style
- π± improved responsiveness of layout in all pages
- π fixed bug in post archive page caused earlier this version
- π fixed when clicking inside of the search form will cause the form to disappear, and improved vertical padding of the button.
- π added "No results" translation in
./locales
,zh_CN
provided.
- π improved post archive template: post title font, add author(s) to the right side of title (multiple authors enabled).
- β‘οΈ improved post archive template page (featured icon position, better date display, flex layout)
- β‘οΈ replaced FontAwesome by iconfont
- π improved featured post icon style
- π add instruction for creating a link page with bookmark cards.
- β¨ add version number at footer
v1.2.0 (2019.09.09)
- π improved bookmark card style
- β¨ add roadmap link to "Get Fizzy Theme" button
- π fixed "Get Fizzy Theme" button flash when
fizzy_credit
set tofalse
. - β¨ add yellow badge (now supported colors: red, yellow, green, blue, purple)
- π improved float TOC's background and spacing
- β‘οΈ make it easier to click the post title in
list_card
- β‘οΈ improved
hr
divider's color - π updated: badge color, roadmap link, contribute instruction, icons
- π± bookmark card responsive support
- β¨ open external links in post content with new tabs.
- β¨ added CSS style support for ghost bookmark cards (#32)
- π fixed Katex font size inconsistent in display and inline
- π removed post float toc first item's first sub-item has 10px padding-top
v1.1.1 (2019.09.02)
- β¬οΈ localize assets and CDN: Google Font (Montserrat), bulma css.
- βοΈ fix some typos and bug caused by them.
- π Updated README: localization instructions.
- and everything since v1.0.0.
- π Fixed rounded card background in topic archive page
- π Add mask for tag card in topic archive page, mask removed when hovering.
- π Fixed the scale effect of post card in post aside section.
- π Improved code block padding and font size.
- π Improved table style.
- π change file permission
- π add bottom line to tag images in tag archive page
- π Improved main canvas style (navbar, body background, footer)
- π fixed showcase tag's display to inline-block.
- π fixed table font size.
- π Improved table style.
- π Improved Katex block style.
- π© the table wider than the screen will make the page scrollable in mobile devices.
- π fixed table in mobile.
- π± enable horizontal scroll for too long Katex block.
- π± wrap inline code that is too long in mobile.
- π Improved table style in desktop & mobile.
- β¨ Allow code blocks to show line-numbers.
- π± Support
nginx
highlight in code block. - π Updated README.
- βοΈ Fixed typos in README.
- β¨
home.hbs
modified to support collection. - π₯ removed feature posts archive pagination due to issue.
- β¨ [showcase] add author to carousel card; add primary_tag to featured item
- π [feature posts archive] add author and primary_tag
- π fix toc display block even when disabled
- π fix bugs in year & month break by @TaikerLiang. (close: #25)
- π list_card.bhs: set card layout with featured image to 5/12 + 7/12.
- π‘ README-zh: list card excerpt modification guide for Chinese-like languages.
- π squared rectangle avatar in list_card, post_author, post_aside, author.
- π updated credit button style and hide with scroll
v1.0.0 (2019.06.24)
- Instant Search: support search system (close: #18) (testing)
- Post Archive: create a page to list all posts. (testing)
- Custom Template: Featured Posts Archive
- Fizzy Credit Switch: add a switch to enable/disable the top right "Get Fizzy Theme" dropdown menu.
- Custom Footer Text: set the default value to @site.description.
- Custom CSS Variable: customize CSS variables in
Site Header
- Updated various UI Styles.
- Fixed several bugs.
- Improved some component layouts for post pages.
v0.3.0 (2019.05.28)
- comment: support gitalk (close: #19); site switch
show_comment
(see README) - i18n: translation support
- showcase: showcase section for homepage use site switch
show_showcase
(see README) - css variable: main-color, etc. (testing)
- custom footer text: custom footer text by define a
var footer_text
(see README).
- optimization: boost loading speed for pages and posts (move js position).
- LaTeX: switch to KaTeX. (close: #13)
- Navbar: TOC scrolling with offset the top navbar
- post: style modifications
- carousel: replaced by showcase
- deprecated CSS: deleted unused CSS stylesheets to minify theme's file size.
v0.2.2 (2019.05.17)
- template: added a template
post-with-toc
- TOC: use code injection to enable/disable TOC (maybe there are more elegant ways to do this)
- font: heading font improved; tested Chinese display
- Global configuration: enable global variable (TOC, Comment) configuration in Ghost Admin -> Code injection -> Site Header (important update, please read the README.md file for instructions)
- partialization: post_comment, post_author, post_toc, post_aside, list_card
- custom template:
custom-full-width.hbs
responsiveness
v0.2.1 (2019.05.12)
This release fixed some minor bugs caused from v0.2.0
- listing: [card] styling for posts without a featured image
- post: [code block]fixed the conflict caused by bulma and Prismjs
- post: [previous & next post card] styling for posts without a featured image
v0.2.0 (2019.05.11)
- post: featured label for featured-post (close: #4)
- template: template for single tag (close: #5)
- template: template for single author page (close: #6)
- custom template: full-width (close: #15)
- error pages: 404 and others (close: #12, demo)
- css: smooth scrolling for id anchors
- font: support Chinese (tested in v0.2.2)
- component: badge support (HTML block only).(demo)
- tag list: smaller featured image size (close: #11)
- post typography: inline code style, code block font-size
- code highlight: changed to Prism.js highlighter.
- responsive: fix wide table responsive display in mobile devices (temporary fix: #16)
- default: default.hbs simplified, loading speed increased.
v0.1.2 (2019.05.05)
- global: Math equation support by MathJax
- comment: integrated with Disqus
- logo: show icon if it is uploaded but logo is not
- post: style additions and modifications
- author box: fixed spacing issue (close: #10)
- pagination: style improved (close: #7)
- post: list spacing (close: #8)
v0.1.1 (2019.04.15)
- home: exclude posts with
#noindex
tag
- post: paragraph style; code block style; list style
v0.1.0 (2019.04.14)
- template: tag archive template (demo) (close: #2)
- post: image support (size: regular, wide, full-width)
- post: content gallery support
- post: embedded content support
- post: blockquote style (close: #1)
- post: headings size (H1,H2,H3,H4,H5,H6) (close: #1)
- global: link hover transition style
- post: author box fixed with a avatar placeholder (close: #1)
- unused templates and images
v0.0.1 (2019.04.12)
- First release