Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gethinode/mod-utils
A Hugo module with common utilities for your Hinode site
https://github.com/gethinode/mod-utils
Last synced: 3 months ago
JSON representation
A Hugo module with common utilities for your Hinode site
- Host: GitHub
- URL: https://github.com/gethinode/mod-utils
- Owner: gethinode
- License: mit
- Created: 2023-12-30T06:07:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:25:39.000Z (3 months ago)
- Last Synced: 2024-10-27T08:07:28.222Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 973 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hinode Module - Utilities
A Hugo module with common utilities for your Hinode site
## About
![Logo](https://raw.githubusercontent.com/gethinode/hinode/main/static/img/logo.png)
Hinode is a clean blog theme for [Hugo][hugo], an open-source static site generator. Hinode is available as a [template][repository_template], and a [main theme][repository]. This repository maintains a Hugo module that define common utilities compatible with your Hinode site. Visit the Hinode documentation site for [installation instructions][hinode_docs].
## Configuration
This module supports the following parameters (see the section `params.modules` in `config.toml`):
| Setting | Default | Description |
|-------------------------|---------|-------------|
| utils.filter | `[^0-9A-Za-zŽžÀ-ÿ ;.,\/'’"]` | Defines the regular expression for characters to remove from page descriptions. These page descriptions are used to define card content and metadata for search indexes. Adjust the filter to define which characters to support. You may need to adjust these settings to support specific diacritical letters. |
| utils.raw | false | Flag to indicate page descriptions should be returned as-is. In this setting, the filter is ignored. |[hugo]: https://gohugo.io
[hinode_docs]: https://gethinode.com[repository]: https://github.com/gethinode/hinode.git
[repository_template]: https://github.com/gethinode/template.git