No description
- HTML 100%
| .github/workflows | ||
| docs | ||
| i18n | ||
| layouts | ||
| .gitignore | ||
| .mailmap | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| hugo.yml | ||
| LICENSE | ||
| README.md | ||
Hugo UI ShortCode
Base ShortCodes for Hugo.
Install
git submodule add 'https://github.com/pkgstore/hugo-ui-shortcode.git' 'themes/ui-shortcode'
Update
git submodule update --remote --merge
Uninstall
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}"