hugo-ui-shortcode/README.md

394 B

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