开源实例之Cuttlebelle
前言
Cuttlebelle is a static site generator that uses react for layouts, let you use one layout per page-partial and cleanly separates content from code.
Cuttlebelle是一个基于React的静态网站生成器,允许开发人员快速、轻松地建立灵活、动态的静态网站。
实例地址
http://cuttlebelle.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | Cuttlebelle 1.0.0 |
数据 | cuttlebelle website |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://cuttlebelle.com
程序仓库:https://github.com/cuttlebelle/cuttlebelle
数据仓库:https://github.com/cuttlebelle/website
#克隆代码
git clone https://github.com/cuttlebelle/website.git
cd website
#安装依赖
npm -g i yarn tyarn
tyarn
#生成静态文件
tyarn build
实例体验
后记
本实例仅供参考,不定期重置数据。