开源实例之Stasis
前言
Stasis is a simple and easy to use static site generator. It aims to provide production ready tools to create static website projects.
Stasis uses Handlebars templates to compile your Markdown source files into static HTML web pages. Scripts and styles are compiled using the powerful Parcel Bundler. It can handle sass, scss, ts and many more asset types and compiles them into pure javascript and CSS. You can read more about supported asset types at Parcel's documentation.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | Stasis 0.3.2 |
数据 | stasis-basic-example |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://getstasis.com
程序仓库:https://github.com/Gioni06/stasis-generator
数据仓库:https://github.com/Gioni06/stasis-basic-example
git clone https://github.com/Gioni06/stasis-basic-example.git
cd stasis-basic-example
npm i
npm run build
实例体验
后记
本实例仅供参考,不定期重置数据。