Go to file
Kai Kimera 141fb9f415
2024-04-29 09:19:55
2024-04-29 12:19:55 +03:00
.github/workflows 2024-04-29 09:19:55 2024-04-29 12:19:55 +03:00
docs
i18n
layouts 2024-04-29 09:19:55 2024-04-29 12:19:55 +03:00
.gitignore
.mailmap 2024-01-19 09:51:09 2024-01-19 09:51:09 +00:00
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
go.mod
theme.yml

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}"