https://github.com/bep/hugo-bulma-hero
Work In progress
https://github.com/bep/hugo-bulma-hero
Last synced: 11 months ago
JSON representation
Work In progress
- Host: GitHub
- URL: https://github.com/bep/hugo-bulma-hero
- Owner: bep
- License: mit
- Created: 2020-02-11T08:29:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T08:45:23.000Z (about 6 years ago)
- Last Synced: 2025-02-13T14:41:37.196Z (over 1 year ago)
- Language: HTML
- Size: 45.9 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Niote:** Work In progress.
View on [Netlify](https://hugo-bulma-hero.netlify.com/).
This is a thme with lots of powers, but an extremely simple build, thanks to [Hugo Modules](https://gohugo.io/hugo-modules/). Only one (optional) NPM dependency (PostCSS).
Some bullet points:
* Styling via [Bulma](https://bulma.io/) with custom `SCSS` palette/variable file.
* Font Awesome 5 icons.
* DOM manipulation and other JS goodness via [AlpineJS]( https://github.com/alpinejs/alpine).
* [Turbolinks](https://github.com/turbolinks/turbolinks) for navigation.
* PostCSS (TODO)
* Navigation: Top level [Hugo menu](https://gohugo.io/content-management/menus/), left side section-tree, section breadcrumbs.
* Cover and featured image handling with image processing.
## Tips
* Add class `data-turbolinks-permanent` to any DOM node with JavaScript state you want to preserve. This node must have an `id`.
## Credits
The layout of this theme is based on the [Bulma Hero Template](https://github.com/BulmaTemplates/bulma-templates/blob/master/templates/hero.html), MIT licensed, copyright (c) 2016 Daniel Supernault, see [License](https://github.com/bulmatemplates/bulma-templates/blob/master/LICENSE).