Skip to content

Releases: 1bl4z3r/hermit-V2

QoL changes [Adblock shenanigans, Ko-fi icon, Structured data schema]

04 Nov 06:39
Compare
Choose a tag to compare

What's Changed

  • Renamed the Div home-social to home-links by @MaikelChan in #94
  • Added ko-fi icon. by @MaikelChan in #95
  • Add structured data schema for easier understanding by Search providers. Issue #98

Celebration

100 Stargazers
Thank you all (old and new) the users of Hermit-V2 and original Hermit for Issues and PRs.

Full Changelog: v1.1.13...v1.1.14

+ Mermaid Support / - Animations (if you hate animations)

23 Oct 18:31
Compare
Choose a tag to compare

What's Changed

  • feat: support disabling animations by @paisleyrob in #90
  • feat: add mermaid for rendering mermaid diagram codes by @plutack in #92

New Contributors

Compatibility

  • With Hugo version 0.136.4

Full Changelog: v1.1.12...v1.1.13

Customized Footer & fixing WordCount

03 Oct 14:33
51beaa3
Compare
Choose a tag to compare

What's Changed

  • feat: add option to toggle footer theme name display by @v0y4g3r in #85
  • fix: display word count with i18n enabled by @paisleyrob in #89

New Contributors

Full Changelog: v1.1.11...v1.1.12

v1.1.11

30 Sep 16:10
Compare
Choose a tag to compare

What's Changed

Compatibility

  • With Hugo version 0.135.0

Full Changelog: v1.1.10...v1.1.11

Deny Robot takeover

10 Sep 05:24
Compare
Choose a tag to compare

What's Changed

  • You can now customize how you can use robots meta. See hugo.toml.example
    • denyRobots : Specify what directives to follow when denying crawlers. Default is noindex, nofollow, noarchive (Link)
    • allowRobots : Specify what directives to follow when allowing crawlers. Default is index, follow (Link)
  • To deny robots on user content: set noIndex to true in page Frontmatter, the page will have noindex, nofollow, noarchive (unless specified by denyRobots) added to robots meta tag. Else, robots tag will have index, follow (unless specified by allowRobots)
  • To deny robots on Hugo generated pages: set noIndexPages to the page title where crawlers will be denied. Pages specified will have noindex, nofollow, noarchive (unless specified by denyRobots) added to robots meta tag. (Link)
noIndexPages = ["404 Page not found","Tags","Categories"]

Use Page title to select pages

  • To deny whole site from crawling : set siteNoIndex to true. (Link)

Removed

  • revisit-after meta, as it is not widely used

Compatibility

  • With Hugo version 0.134.1

Full Changelog: v1.1.9...v1.1.10

Let's customize

27 Aug 16:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.8...v1.1.9

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