Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```