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

https://github.com/ygmpkk/git-static

Git pages for hosting repository
https://github.com/ygmpkk/git-static

git-pages gitea-pages github-pages gitlab-pages gitpages gogs-pages static-pages

Last synced: 5 months ago
JSON representation

Git pages for hosting repository

Awesome Lists containing this project

README

          

# Git pages static

A github pages implements for any git repository hosting

## Usage

up command

```
export GITSTATIC_CONF=/etc/gitstatic/config.cfg
gunicorn -w 4 -b 127.0.0.1:5000 app:app
```

config.cfg

```
REPOSITORY_PATH = "/Users/timothy/Workspace"
BRANCH = "gh-pages"
```

# License MIT