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

https://github.com/kagenti/.github

Project web site based on Hugo
https://github.com/kagenti/.github

html hugo website

Last synced: 4 months ago
JSON representation

Project web site based on Hugo

Awesome Lists containing this project

README

          

# .github
Kagenti website

### Local Run

Install Hugo submodule.
```sh
git submodule init
git submodule update --init --recursive
```

Install Hugo: https://gohugo.io/installation/

Start the server.
```sh
hugo server -D
```