Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelliao/gitsite

Generate web site from git repo.
https://github.com/michaelliao/gitsite

docs-generator git site-generator

Last synced: about 2 months ago
JSON representation

Generate web site from git repo.

Awesome Lists containing this project

README

        

# gitsite

![npm](https://img.shields.io/npm/v/gitsite-cli) ![build](https://github.com/michaelliao/gitsite/actions/workflows/gitsite.yml/badge.svg
) ![license](https://img.shields.io/github/license/michaelliao/gitsite)

GitSite can build your well-organized Markdown documents and other resources to static web site deployed to GitHub pages, S3 bucket, 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]
```