mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
32 lines
703 B
Markdown
32 lines
703 B
Markdown
---
|
|
title: zs starter template
|
|
description: A starter template for the Zen Static (zs) site generator
|
|
keywords: zen, static, zs, starter, template, site, website, template, generator, ssg
|
|
---
|
|
|
|
# zs starter template
|
|
|
|
This is a [zs](https://git.mills.io/prologic/zs) starter template.
|
|
|
|
It includes:
|
|
|
|
- A basic index page
|
|
- A basic layout using [SimpleCSS](https://simplecss.org/) for style
|
|
|
|
## Quick Start
|
|
|
|
```console
|
|
git clone https://git.mills.io/prologic/zs.git
|
|
cd zs
|
|
make dev
|
|
```
|
|
|
|
Open your browser to http://localhost:8000
|
|
|
|
## Demo
|
|
|
|
A demo of this starter template can be found here: https://zs.mills.io/
|
|
|
|
## License
|
|
|
|
`zs-starter-template` is licensed under the terms of the [WTFPL License](/LICENSE) |