Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peaceiris/hugo-mod-bulma
Bulma packaged as a Hugo Module.
https://github.com/peaceiris/hugo-mod-bulma
bulma hugo hugo-module hugo-theme
Last synced: 3 months ago
JSON representation
Bulma packaged as a Hugo Module.
- Host: GitHub
- URL: https://github.com/peaceiris/hugo-mod-bulma
- Owner: peaceiris
- License: mit
- Archived: true
- Created: 2020-09-29T18:29:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T06:42:53.000Z (over 3 years ago)
- Last Synced: 2024-06-21T21:00:41.403Z (6 months ago)
- Topics: bulma, hugo, hugo-module, hugo-theme
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hugo-mod-bulma
[Bulma] packaged as a Hugo Module ([Hugo Modules]).
[Bulma]: https://bulma.io/
[Hugo Modules]: https://gohugo.io/hugo-modules/## Usage
`config/_default/config.yaml`
```yaml
module:
imports:
- path: github.com/peaceiris/hugo-mod-bulma
````assets/bulma.scss`
```scss
@import "mod/bulma/utilities/_all.sass";
@import "mod/bulma/base/_all.sass";
```In a Hugo template file.
```html
{{ $bulmaCSS := resources.Get "bulma.scss" | toCSS | minify }}
{{ $bulmaCSS.Content | safeCSS }}
```
## Releases
| peaceiris/hugo-mod-bulma | jgthms/bulma |
|---|---|
| [v0.2.0](https://github.com/peaceiris/hugo-mod-bulma/releases/tag/v0.2.0) | [0.9.2](https://github.com/jgthms/bulma/releases/tag/0.9.2) |
| [v0.1.2](https://github.com/peaceiris/hugo-mod-bulma/releases/tag/v0.1.2) | [0.9.1](https://github.com/jgthms/bulma/releases/tag/0.9.1) |