Releases: 1bl4z3r/hermit-V2
Compatiblity check
What's changed
- Tested compatibility with hugo version 0.132.2
- Added check if
social-share.html
partial exists for social share flyout menu
Full Changelog: v1.1.7...v1.1.8
Just Translate It (Not Trademarked)
What's Changed
- Tested compatibility with Hugo v0.131.0
- Removed dependency on Translation key for English Language #72
- Added instructions in Readme on how to add Translation key for your language #72
Full Changelog: v1.1.6...v1.1.7
Making Sure I'm a human
What's Changed
- Update README.md to fix spelling on line 105 by @adamhsparks in #69
- Add Human Made mark badge to your posts and single pages, if you want to show that your posts/creation is human made in 5ee9c82
- Removed
.Site.DisqusShortname
as it is depreciated. Use.Site.Config.Services.Disqus.Shortname
WARN deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in a future release. Use .Site.Config.Services.Disqus.Shortname instead.
- Checked compatibility with Hugo Version : 0.128.2
New Contributors
- @adamhsparks made their first contribution in #69
Full Changelog: v1.1.5...v1.1.6
Nothing to see here
Theme was removed from listing. Trying to get it re-listed once more
Full Changelog: v1.1.4...v1.1.5
Add support for SVG favicons and RSS disabling. Also huge thanks to @xuhdev for Issues & PRs
What's Changed
- Correct the link to favicon by @xuhdev in #61
- Add "sizes" attribute to favicon.ico by @xuhdev in #63
- Add svg favicon instructions to README by @xuhdev in #64
- Add noindex to
404.html
in 91fef80 - Add SVG favicon support in a6b3dcb
- Add option it disable RSS in ad69ca4
New Contributors
Full Changelog: v1.1.3...v1.1.4
Fix: Hide mobile menu on button click by @antsanchez
What's Changed
- Fix: Hide mobile menu on button click by @antsanchez in #57
New Contributors
- @antsanchez made their first contribution in #57
Full Changelog: v1.1.2...v1.1.3
More changes for pinned posts & add hugo services
What's Changed
- Added hugo services for disqus and Google Analytics bf1a84d
[services]
[services.disqus]
shortname = ''
[services.googleAnalytics]
id = ''
- Fixed where pinned posts were showing in tags & categories pages 8f06b17
Full Changelog: v1.1.1...v1.1.2
@nalysius fixed page description in RSS feed
QoL changes for pinned posts, description in posts, code & text highlight
What's changed
-
Contents can show description in content list. This is toggleable by setting
descriptionInPosts = true
inhugo.toml
- Before
- After
-
Content can be now pinned in content list. Content pinned will not be shown in content list. This is toggleable by setting
pinned = "Pinned Posts"
inhugo.toml
. 'Pinned Posts' can be set to anything. Ifpinned
is not set and atleast one content is not set as pinned content, pinned posts section will not be shown. A content can be set as pinned by addingpin: true
to page Frontmatter.
-
Inline code highlight is changed to increase contrast
- Before
- After
-
Lastmod has been changed, where Date will always show the latest date. This allows for the content which is updated to have latest date. Initial publish date has been shifted inside
[]
for record keeping. The section for initial publish can be customized by settinginitialPublish = "Initally Posted on: "
inhugo.toml
. As usual, "Initally Posted on: " can be changed as per your liking- Before
- After
-
Text selection highlight has been changed to better reflect hermit-V2's color scheme.
- Before
- After
-
Mathjax support has been simplified in accordance with hugo's LaTeX suggestions.
Full Changelog: v1.0.15...v1.1.0