杜郎俊赏 - dujun.io

开源实例之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.

实例地址

https://stasis.dujun.eu.org

实例配置

配置描述
系统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

实例体验

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 个人开源实例 Node.js开源实例 静态博客开源实例
日期:2023-07-19