gitsite-cli
v1.0.34
Published
Tools for generate static web site from Markdown files in git repository.
Downloads
145
Maintainers
Readme
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.
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.