Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 849 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 849 Bytes

gitsite

npm build license

GitSite can build your well-organized Markdown documents and other resources to static web site deployed to GitHub pages, S3 bucket, etc.

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]
Loading