hugo-ui-shortcode/README.md

22 lines
394 B
Markdown
Raw Permalink Normal View History

2023-07-17 02:15:52 +02:00
# Hugo UI ShortCode
Base ShortCodes for Hugo.
## Install
2023-09-26 14:15:12 +02:00
```sh
git submodule add 'https://github.com/pkgstore/hugo-ui-shortcode.git' 'themes/ui-shortcode'
2023-07-17 02:15:52 +02:00
```
## Update
2023-09-26 14:15:12 +02:00
```sh
2023-07-17 02:15:52 +02:00
git submodule update --remote --merge
```
## Uninstall
2023-09-26 14:15:12 +02:00
```sh
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}"
2023-07-17 02:15:52 +02:00
```