Metadata-Version: 2.1
Name: gitstatic
Version: 0.0.1
Summary: Git pages for hosting repository
Home-page: https://github.com/ygmpkk/git-static
Author: Timothy
Author-email: ygmpkk@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: Flask (>=1.0.2)
Requires-Dist: GitPython (>=2.1.11)
Requires-Dist: gunicorn (>=19.9.0)

# 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


