Skip to content

Releases: 1bl4z3r/hermit-V2

January Jamboree: A Month of Mayhem

29 Jan 07:46
Compare
Choose a tag to compare

What's Changed

  • Add : layouts/_default/_markup/render-heading.html to separate Heading rendering from main layout. 46a1f23
  • Moved : userstyles.scss to end of styles.scss to have higher priority over in-built styles. 46a1f23
  • Add : layouts/posts/rss.xml to help rss.xml generate links of images in RSS a42ca01
  • Remove : Meta author and description tags from layouts/_default/baseof.html 5cc24ab
  • Add : Meta author and description tags in layouts/partials/site-meta.html 5cc24ab
  • Modify : Footer now uses .Site.Title and not .Site.Params.author.name 5cc24ab
  • Add : Option to add customized footer in different sections of the site by creating below partials in /layouts/partials eb40552
    • For homepage (or landing page), index-footer.html
    • For article list pages, list-footer.html
    • For single pages (which are not articles), single-footer.html
    • For posts/articles pages, posts-footer.html
  • Modify : Proper logic to show Last Modified date 19bd342
  • Scroll to top now uses CSS only (for chromium based browsers, or any browser that supports animation-timeline: scroll()). If support is not found, fallback to JavaScript implementation 4d32428
  • Modify : Google tag manager scripts is consolidated into one layout layouts/partials/google-tag-manager.html 41d414f

Full Changelog: v1.1.18...v1.1.19

Hue's the change: Colour customisation is now in palette!

02 Jan 16:26
Compare
Choose a tag to compare

What's Changed

  • Add Threads icon by @ukscone in #104
  • Add customisation for the colours throughout the theme e5cff1c
  • Add another optional site variable accentColor

New Contributors

Compatibility

  • With Hugo version 0.140.2

Full Changelog: v1.1.17...v1.1.18

Menu-ally & Robot-tically fixed. That Figures

17 Dec 12:14
Compare
Choose a tag to compare

What's Changed

  • Fix : mobile menu staying open when resizing from Mobile to Desktop view. Issue #99
  • Fix : Figure shortcode can work with images in /static folder. See Figure Shortcode for detailed example. Issue #101
  • Add : Robots.txt template. Set enableRobotsTXT to true in hugo.toml to auto generate. Commit d4f7612

‼️‼️Next Release would be breaking colors.scss if you're using it. 3 more weeks to go.

Full Changelog: v1.1.16...v1.1.17

TOC-ing Along: A Short Tale of Endless Reading

22 Nov 15:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.15...v1.1.16

Optional About, or is it?

19 Nov 14:37
Compare
Choose a tag to compare

What's Changed

  • .Site.Params.author.about is now optional. Previously it was causing build fail if not provided 🥳

Compatibility

  • With Hugo version 0.139.0

Full Changelog: v1.1.14...v1.1.15

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