Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unacro/hugo-theme-blowfish-mod
Personal modifications to the Hugo theme Blowfish.
https://github.com/unacro/hugo-theme-blowfish-mod
hugo hugo-shortcodes hugo-theme hugo-theme-component
Last synced: about 1 month ago
JSON representation
Personal modifications to the Hugo theme Blowfish.
- Host: GitHub
- URL: https://github.com/unacro/hugo-theme-blowfish-mod
- Owner: unacro
- License: gpl-3.0
- Created: 2024-08-15T10:32:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T11:04:39.000Z (2 months ago)
- Last Synced: 2024-09-29T05:40:55.446Z (about 2 months ago)
- Topics: hugo, hugo-shortcodes, hugo-theme, hugo-theme-component
- Language: HTML
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blowfish Mod
Personal modifications to the [Hugo](https://github.com/gohugoio/hugo) theme [Blowfish](https://github.com/nunocoracao/blowfish).
## Usage
Edit `config/_default/module.toml`:
```toml
[[imports]]
disable = false
path = "github.com/nunocoracao/blowfish/v2"[[imports]]
disable = false
path = "github.com/unacro/hugo-theme-blowfish-mod"
```Then run `hugo server` to download automatically.
## Update
```bash
hugo mod get -u
```