开源实例之Wintersmith
前言
Wintersmith is a simple yet flexible static site generator. It takes contents (markdown, less, scripts, etc), transforms them using plugins and outputs a static website (html, css, images, etc) that you can host anywhere.
Wintersmith 是一款静态站点生成器。它包括了内容(markdown,less,script 等),使用插件和输出静态网页(html,css,image 等等)来转换。它附带有 markdown 插件和 jade 模版。
实例地址
https://wintersmith.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | Wintersmith 2.5.0 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:http://wintersmith.io
仓库地址:https://github.com/jnordberg/wintersmith
#安装 Wintersmith
npm -g i wintersmith
#创建项目
wintersmith new blog
#生成静态文件
cd blog
wintersmith build
实例体验
后记
本实例仅供参考,不定期重置数据。