Releases: HexmosTech/glee
Releases · HexmosTech/glee
Release v2.1.3
multi title
Release v2.1.2
workflow fix
Release v2.1.1
create release
Release v1.1.12
fix: in multi title
Release v1.1.11
New Feature
Check out here platform-specific-titles
Release v1.1.10
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
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
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
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, ifsidebar_toc
istrue
in global configuration, every blog post published through glee will havesidebar_toc
, you can alter this option for any blogs using thesidebar_toc
option present in markdown file yaml structure tofalse
.
Release v1.1.5
Fix
- Fixed the Readability issue for code blocks, changed the theme to monokai