https://github.com/pkgstore/hugo-ui-base
https://github.com/pkgstore/hugo-ui-base
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore/hugo-ui-base
- Owner: pkgstore
- License: mit
- Created: 2023-09-25T07:06:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:01:48.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:54:45.713Z (almost 2 years ago)
- Language: HTML
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo UI Base
Base theme for Hugo.
## Install
```sh
git submodule add 'https://github.com/pkgstore/hugo-ui-base.git' 'themes/ui-base'
```
## Update
```sh
git submodule update --remote --merge
```
## Uninstall
```sh
m='ui-base'; git submodule deinit -f "themes/${m}"; git rm -r --cached "themes/${m}"; rm -rf ".git/modules/themes/${m}"; rm -rf "themes/${m}"
```