https://github.com/5aaee9/hugo-theme-index
Personal blog hugo theme
https://github.com/5aaee9/hugo-theme-index
Last synced: 29 days ago
JSON representation
Personal blog hugo theme
- Host: GitHub
- URL: https://github.com/5aaee9/hugo-theme-index
- Owner: 5aaee9
- License: mit
- Created: 2019-08-28T13:27:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T08:16:45.000Z (about 6 years ago)
- Last Synced: 2025-08-18T13:03:08.023Z (10 months ago)
- Language: CSS
- Size: 31.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hugo-theme-index
Personal hugo blog theme
## Quick start
```
git submodule add git@github.com:Indexyz/hugo-theme-index.git themes/hugo-theme-index
```
And add `theme: hugo-theme-index` in your config
### Update
```
pushd themes/hugo-theme-index
git pull
popd
```