# gitsite-cli **Repository Path**: liaoxuefeng/gitsite-cli ## Basic Information - **Project Name**: gitsite-cli - **Description**: gitsite cli app. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-18 - **Last Updated**: 2025-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitSite Command Line Application ![npm](https://img.shields.io/npm/v/gitsite-cli) ![GitHub License](https://img.shields.io/github/license/michaelliao/gitsite-cli) 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).