Skip to content

Releases: HexmosTech/glee

Release v2.1.3

13 Feb 16:07
Compare
Choose a tag to compare
multi title

Release v2.1.2

13 Feb 13:57
Compare
Choose a tag to compare
workflow fix

Release v2.1.1

10 Feb 14:42
Compare
Choose a tag to compare
create release

Release v1.1.12

06 Feb 16:51
Compare
Choose a tag to compare
fix: in multi title

Release v1.1.11

06 Feb 15:36
Compare
Choose a tag to compare

New Feature

Check out here platform-specific-titles

Release v1.1.10

21 Jan 14:20
Compare
Choose a tag to compare

Bug fixes

  • Now Able to add Blog Excerpt from markdown.
  • images in img tag are now supported
<img
         style="border-radius: 5px"
         class="hex-ad-img-fluid"
         src="https://karma-src-x02msdf8-23.s3.ap-south-1.amazonaws.com/product-menu-logo/365bannersmall.png"
/>

Release v1.1.8

10 Oct 16:17
Compare
Choose a tag to compare

Fixes

  • Minor typo fix in the configuration file.
  • Existing users need to update the blog-configuration section in .glee.toml file

Full Changelog: v1.1.7...v1.1.8

Release v1.1.7

05 Oct 16:00
Compare
Choose a tag to compare

Fixes

glee supports five themes for code hilite: Monokai, Native, Pastie, Vim, and Fruity, for highlighting your code block. You can configure the theme globally in the glee configuration file inside blog-post-configuration or for a specific blog post using the code_hilite_theme option in the YAML structure. The default theme is Monokai.

Release v1.1.6

03 Oct 16:27
Compare
Choose a tag to compare

Fixes

  • Added a optional new section(blog-configuration) in configuration file. Options in blog-configuration will act as global configuration for all blog posts in glee, for example, if sidebar_toc is true in global configuration, every blog post published through glee will have sidebar_toc, you can alter this option for any blogs using the sidebar_toc option present in markdown file yaml structure to false.

Release v1.1.5

01 Oct 05:10
Compare
Choose a tag to compare

Fix

  • Fixed the Readability issue for code blocks, changed the theme to monokai