开源实例之squido
前言
squido is a dead simple static website builder which can be hosted anywhere for super fast websites and very little effort.
squido has baked in everything you need to run and host a website. You simply do the writing and customisation of style and layout.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | squido 1.0.25 |
数据 | squido-docs |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
程序仓库:https://github.com/mrvautin/squido
数据仓库:https://github.com/mrvautin/squido-docs
git clone https://github.com/mrvautin/squido-docs.git
cd squido-docs
npm i
npm run build
实例体验
后记
本实例仅供参考,不定期重置数据。