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

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

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