https://github.com/michaelliao/gitsite
Generate web site from git repo.
https://github.com/michaelliao/gitsite
docs-generator git site-generator
Last synced: 7 months ago
JSON representation
Generate web site from git repo.
- Host: GitHub
- URL: https://github.com/michaelliao/gitsite
- Owner: michaelliao
- License: mit
- Created: 2023-10-27T13:44:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T11:47:24.000Z (11 months ago)
- Last Synced: 2025-03-22T15:49:49.249Z (8 months ago)
- Topics: docs-generator, git, site-generator
- Language: JavaScript
- Homepage: https://gitsite.org
- Size: 13.9 MB
- Stars: 49
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitsite
  
GitSite can build your well-organized Markdown documents and other resources to static web site deployed to GitHub pages, S3 bucket, CloudFlare pages, etc.
### [https://gitsite.org](https://gitsite.org)
```mermaid
flowchart LR
md[Markdown Docs]
gitsite[gitsite-cli Tool]
build{Build}
deploy{Deploy}
html[Static Web Site]
md --> build
gitsite --> build
build --> html
html --> deploy
deploy --> github[GitHub Page]
deploy --> gitlab[GitLab Page]
deploy --> cloudflare[CloudFlare Page]
deploy --> s3[S3 Website Hosting]
deploy --> vercel[Vercel]
deploy --> nginx[Self-Hosted Nginx]
```