Go to file
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 2023-07-17 00:15:52 2023-07-17 00:15:52 +00:00
i18n 2023-11-16 23:03:05 2023-11-16 23:03:05 +00:00
layouts 2024-04-29 09:19:55 2024-04-29 12:19:55 +03:00
.gitignore 2023-07-17 00:15:52 2023-07-17 00:15:52 +00:00
.mailmap 2024-01-19 09:51:09 2024-01-19 09:51:09 +00:00
CHANGELOG.md 2023-07-17 00:15:52 2023-07-17 00:15:52 +00:00
CONTRIBUTING.md 2023-07-18 23:07:23 2023-07-18 23:07:23 +00:00
go.mod 2023-07-17 00:15:52 2023-07-17 00:15:52 +00:00
LICENSE 2023-07-17 00:15:52 2023-07-17 00:15:52 +00:00
README.md 2023-09-26 12:15:12 2023-09-26 12:15:12 +00:00
theme.yml 2023-09-29 11:50:10 2023-09-29 11:50:10 +00:00

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