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
- Host: GitHub
- URL: https://github.com/ygmpkk/git-static
- Owner: ygmpkk
- License: mit
- Created: 2018-11-07T01:23:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T02:39:39.000Z (over 7 years ago)
- Last Synced: 2025-07-26T23:18:13.071Z (10 months ago)
- Topics: git-pages, gitea-pages, github-pages, gitlab-pages, gitpages, gogs-pages, static-pages
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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