Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 394 Bytes

File metadata and controls

21 lines (14 loc) · 394 Bytes

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