Go to file
Kai Kimera db9b696408
2024-04-10 21:02:04
2024-04-11 00:02:04 +03:00
.github/workflows
docs
i18n 2023-11-16 23:03:05 2023-11-16 23:03:05 +00:00
layouts 2024-04-10 21:02:04 2024-04-11 00:02:04 +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}"