gitsite-cli
Version:
Tools for generate static web site from Markdown files in git repository.
25 lines (20 loc) • 730 B
Markdown
# GitSite Command Line Application
 
GitSite build your well-organized Markdown documents and other resources to static web site that can be deployed simply to GitHub page, etc.
```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 --> cloudflare[CloudFlare Page]
deploy --> s3[S3 Website Hosting]
deploy --> nginx[Self-Hosted Nginx]
```
Read the [user guide](https://gitsite.org).