https://github.com/pkgstore/hugo-ui-shortcode
Hugo extension.
https://github.com/pkgstore/hugo-ui-shortcode
cmf hugo hugo-theme
Last synced: 6 months ago
JSON representation
Hugo extension.
- Host: GitHub
- URL: https://github.com/pkgstore/hugo-ui-shortcode
- Owner: pkgstore
- License: mit
- Created: 2023-07-16T23:42:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:19:28.000Z (about 1 year ago)
- Last Synced: 2025-03-13T12:34:41.151Z (about 1 year ago)
- Topics: cmf, hugo, hugo-theme
- Language: HTML
- Homepage: https://ihub.to
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo UI ShortCode
Base ShortCodes for Hugo.
## Install
```sh
git submodule add 'https://github.com/pkgstore/hugo-ui-shortcode.git' 'themes/ui-shortcode'
```
## Update
```sh
git submodule update --remote --merge
```
## Uninstall
```sh
m='ui-shortcode'; git submodule deinit -f "themes/${m}"; git rm -r --cached "themes/${m}"; rm -rf ".git/modules/themes/${m}"; rm -rf "themes/${m}"
```