No description
Find a file
2026-03-15 20:37:46 +00:00
.github/workflows
docs
i18n Update template 2026-03-13 17:28:25 +03:00
layouts 2026-03-15 20:37:46 2026-03-15 20:37:46 +00:00
.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}"