# vss vss is an easy to use static site generator. With `layout/index.html`, Markdown content, and a little configuration, you can easily build your website! - **Easy** to use - Create site content with **Markdown**
A static site generator
``` ## Example Examples can be found at the [example](https://github.com/zztkm/vss/tree/main/example) directory. ## Installation ### (Recommended) Install Script With Shell(For Mac & Linux): ```shell curl -fsSL https://raw.githubusercontent.com/vssio/vss_install/main/install.sh | sh ``` With PowerShell(for Windows): ```powershell irm https://raw.githubusercontent.com/vssio/vss_install/main/install.ps1 | iex ``` More information: https://github.com/vssio/vss_install ### Get the binary Download from [Releases](https://github.com/zztkm/vss/releases) ### Build from source ``` git clone https://github.com/zztkm/vss.git cd vss v install markdown v . -o vss ```