开源实例之Minimal
前言
Minimal is a static personal website and blog generator for Go, Node.js and Python. It has no external dependencies and requires only a few hundred lines of code to run.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | Minimal |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
仓库地址:https://github.com/lutzroeder/minimal
#克隆代码
git clone https://github.com/lutzroeder/minimal.git
#生成静态文件
cd minimal
./task start --runtime node
实例体验
后记
本实例仅供参考,不定期重置数据。