An open API service indexing awesome lists of open source software.

https://github.com/pkgstore/hugo-ui-shortcode

Hugo extension.
https://github.com/pkgstore/hugo-ui-shortcode

cmf hugo hugo-theme

Last synced: 6 months ago
JSON representation

Hugo extension.

Awesome Lists containing this project

README

          

# Hugo UI ShortCode

Base ShortCodes for Hugo.

## Install

```sh
git submodule add 'https://github.com/pkgstore/hugo-ui-shortcode.git' 'themes/ui-shortcode'
```

## Update

```sh
git submodule update --remote --merge
```

## Uninstall

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