Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unacro/hugo-shortcodes
- Owner: unacro
- License: mit
- Created: 2024-08-10T15:22:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T15:03:59.000Z (2 months ago)
- Last Synced: 2024-09-27T17:04:03.539Z (about 2 months ago)
- Topics: hugo, hugo-shortcodes
- Language: HTML
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```