开源实例之meblog
前言
A simple blog engine for personal blogging. We use pug for templating, scss for styling and gulpjs for generating the site and automating the process.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 14 |
服务器 | Nginx |
程序 | meblog 2.2.3 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
仓库地址:https://github.com/sinzii/meblog
npm i --save meblog
npx meblog init
npx meblog sample --number-of-posts=20
npx meblog serve
实例体验
后记
本实例仅供参考,不定期重置数据。