HugoMods Blog
github.com/hugomods/search/v0.4.0
0.4.0 (2023-05-13) Features generate the hash for search indices (#140) (03db352)
HugoMods Blog
github.com/hugomods/search/v0.3.1
0.3.1 (2023-05-13) Bug Fixes check if the taxonomies exist before rendering (6f6dd63) ignore invalid years (f87cb77) set z-index as 1 for dropdown menu to avoid overlapping with others (52584dc)
HugoMods Blog
github.com/hugomods/search/v0.3.0
0.3.0 (2023-05-13) Features add support for filtering by years (dc8567d) add the filter_years parameter (34d9f83) add the taxonomies filter (55f6947) Bug Fixes correct the margin-bottom of dropdown menus (bcb43a0)
HugoMods Blog
github.com/hugomods/i18n-js/v0.2.0
What’s Changed feat: add the fallback parameter on translate method by @razonyang in https://github.com/hugomods/i18n-js/pull/9 chore(main): release 0.2.0 by @github-actions in https://github.com/hugomods/i18n-js/pull/10 New Contributors @github-actions made their first contribution in https://github.com/hugomods/i18n-js/pull/10 Full Changelog: https://github.com/hugomods/i18n-js/compare/v0.1.0...v0.2.0
HugoMods Blog
github.com/hugomods/search/v0.2.1
What’s Changed Chore: adding German translation by @deining in https://github.com/hugomods/search/pull/127 language dutch nl by @onknows in https://github.com/hugomods/search/pull/129 New Contributors @deining made their first contribution in https://github.com/hugomods/search/pull/127 @onknows made their first contribution in https://github.com/hugomods/search/pull/129 Full Changelog: https://github.com/hugomods/search/compare/v0.2.0...v0.2.1
HugoMods Blog
How to Configure Giscus
Unlike Utterances, it’s a little bit complex to configure Giscus, since we have to configure the GitHub repository’s ID and the discussion category’s ID. This article describes how to set up Giscus properly.
Integrate Docsy With the Search Module
Integrate Docsy With the Search Module
This guide shows how to integrate the Hugo Docsy theme with the search module.
HugoMods Blog
github.com/hugomods/search/v0.2.0
What’s Changed chore(deps): update dependency stylelint-config-standard-scss to v8 by @renovate in https://github.com/hugomods/search/pull/117 chore(deps): update module github.com/hugomods/icons/vendors/bootstrap to v0.5.0 by @renovate in https://github.com/hugomods/search/pull/120 chore(deps): update dependency stylelint-scss to v5 by @renovate in https://github.com/hugomods/search/pull/121 chore(deps): update dependency stylelint-config-standard-scss to v9 by @renovate in https://github.com/hugomods/search/pull/118 feat: add the modal_toggle_selector parameter by @razonyang in https://github.com/hugomods/search/pull/123 fix: correct the search result heading style by @razonyang in https://github.com/hugomods/search/pull/125 fix: remove multiple active results and keep only one by @razonyang in https://github.com/hugomods/search/pull/126 chore(main): release 0.2.0 by @github-actions in https://github.com/hugomods/search/pull/124 New Contributors @github-actions made their first contribution in https://github.com/hugomods/search/pull/124 Full Changelog: https://github.com/hugomods/search/compare/v0.1.2...v0.2.0
Go and Hugo Proxy Servers
Go and Hugo Proxy Servers
Go’s official module proxy server is blocked by GFW, so it can’t be used properly in China without VPN. However, this can be solved by setting a proxy server, and this article will list some available Go proxy servers. The same applies to the Hugo modules.
HugoMods Blog
github.com/hugomods/search/v0.1.2
What’s Changed chore(deps): update module github.com/hugomods/icons/vendors/bootstrap to v0.4.1 by @renovate in https://github.com/hugomods/search/pull/115 fix: do not prevent default events of navigation keys by @razonyang in https://github.com/hugomods/search/pull/116 Full Changelog: https://github.com/hugomods/search/compare/v0.1.1...v0.1.2
HugoMods Blog
github.com/hugomods/search/v0.1.1
What’s Changed fix: auto focus to search input after initialization by @razonyang in https://github.com/hugomods/search/pull/114 Full Changelog: https://github.com/hugomods/search/compare/v0.1.0...v0.1.1
Merge Renovate's PRs via Mergify Automatically
Merge Renovate's PRs via Mergify Automatically
The other day I successfully set up Renovate (automated dependency update application) for my Hugo modules and modular sites. But I soon realized that manually merging these PRs was very tedious. So I started looking for a way to automatically merge PRs.
Set Up Renovate for Hugo Modules and Modular Sites
Set Up Renovate for Hugo Modules and Modular Sites
Renovate is a bot for automated dependency updates, it’s useful for Hugo modules and modular sites to check and update the dependencies automatically.
HugoMods Blog
How to Use Hugo Modules
You'll need to make some minor preparations before using the Hugo modules.