Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unacro/hugo-shortcodes

Custom Shortcodes of Hugo
https://github.com/unacro/hugo-shortcodes

hugo hugo-shortcodes

Last synced: about 1 month ago
JSON representation

Custom Shortcodes of Hugo

Awesome Lists containing this project

README

        

# Hugo Shortcodes

Custom [Shortcodes of Hugo](https://gohugo.io/content-management/shortcodes/)

## Usage

Edit `config/_default/module.toml`:

```toml
[[imports]]
disable = false
path = "github.com/unacro/hugo-shortcodes"
```

Then run `hugo server` to download automatically.

## Update

```bash
hugo mod get -u
```