Skip to content

Releases: 1bl4z3r/hermit-V2

Compatiblity check

15 Aug 16:12
Compare
Choose a tag to compare

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)

06 Aug 09:17
Compare
Choose a tag to compare

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

11 Jul 12:07
Compare
Choose a tag to compare

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

Full Changelog: v1.1.5...v1.1.6

Nothing to see here

24 Apr 04:31
Compare
Choose a tag to compare

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

15 Apr 15:05
Compare
Choose a tag to compare

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

28 Mar 14:55
3cb8e5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

More changes for pinned posts & add hugo services

13 Mar 16:36
Compare
Choose a tag to compare

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

11 Mar 05:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

QoL changes for pinned posts, description in posts, code & text highlight

03 Mar 07:25
Compare
Choose a tag to compare

What's changed

  • Contents can show description in content list. This is toggleable by setting descriptionInPosts = true in hugo.toml

    • Before

    Screenshot from 2024-03-03 11-48-49

    • After

    Screenshot from 2024-03-03 11-49-37

  • 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" in hugo.toml. 'Pinned Posts' can be set to anything. If pinned 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 adding pin: true to page Frontmatter.

Screenshot from 2024-03-03 11-55-48

  • Inline code highlight is changed to increase contrast

    • Before

    Screenshot from 2024-03-03 11-59-11

    • After

    Screenshot from 2024-03-03 11-59-23

  • 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 setting initialPublish = "Initally Posted on: " in hugo.toml. As usual, "Initally Posted on: " can be changed as per your liking

    • Before

    Screenshot from 2024-03-03 12-01-32

    • After

    Screenshot from 2024-03-03 12-16-39

  • Text selection highlight has been changed to better reflect hermit-V2's color scheme.

    • Before

    Screenshot from 2024-03-03 12-19-00

    • After

    Screenshot from 2024-03-03 12-20-23

  • Mathjax support has been simplified in accordance with hugo's LaTeX suggestions.

Full Changelog: v1.0.15...v1.1.0

@zzjin fixed default `pre code background color`

29 Feb 20:19
13a4193
Compare
Choose a tag to compare

What's Changed

  • Fix default pre code background color. by @zzjin in #55

New Contributors

  • @zzjin made their first contribution in #55

Full Changelog: v1.0.14...v1.0.15