Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gethinode/mod-template
A template to define a Hugo module compatible with Hinode
https://github.com/gethinode/mod-template
hugo hugo-theme hugo-theme-component
Last synced: about 1 month ago
JSON representation
A template to define a Hugo module compatible with Hinode
- Host: GitHub
- URL: https://github.com/gethinode/mod-template
- Owner: gethinode
- License: mit
- Created: 2023-07-10T14:35:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T03:06:00.000Z (2 months ago)
- Last Synced: 2024-10-19T05:34:21.641Z (2 months ago)
- Topics: hugo, hugo-theme, hugo-theme-component
- Language: HTML
- Homepage: https://gethinode.com
- Size: 724 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hinode Module - Template
A template to define a Hugo module compatible with Hinode
## 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]. Visit the Hinode documentation site for [installation instructions][hinode_docs].
## Contributing
This module uses [semantic-release][semantic-release] to automate the release of new versions. The package uses `husky` and `commitlint` to ensure commit messages adhere to the [Conventional Commits][conventionalcommits] specification. You can run `npx git-cz` from the terminal to help prepare the commit message.
[hugo]: https://gohugo.io
[hinode_docs]: https://gethinode.com[repository]: https://github.com/gethinode/hinode.git
[repository_template]: https://github.com/gethinode/template.git
[conventionalcommits]: https://www.conventionalcommits.org
[husky]: https://typicode.github.io/husky/
[semantic-release]: https://semantic-release.gitbook.io/