https://github.com/gethinode/mod-leaflet
A Hugo module to add maps powered by Leaflet to your Hinode site
https://github.com/gethinode/mod-leaflet
hugo hugo-theme hugo-theme-component
Last synced: 3 months ago
JSON representation
A Hugo module to add maps powered by Leaflet to your Hinode site
- Host: GitHub
- URL: https://github.com/gethinode/mod-leaflet
- Owner: gethinode
- License: mit
- Created: 2023-07-04T09:39:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T14:10:31.000Z (9 months ago)
- Last Synced: 2025-10-05T12:12:34.841Z (9 months ago)
- Topics: hugo, hugo-theme, hugo-theme-component
- Language: HTML
- Homepage: https://gethinode.com
- Size: 1.08 MB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hinode Module - Leaflet
A Hugo module to add maps powered by Leaflet to your Hinode site
## About

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 to add [Leaflet][leaflet] to a Hinode site. 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
[leaflet]: https://leafletjs.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/