杜郎俊赏 - dujun.io

开源实例之Charge

前言

Charge is an opinionated, zero-config static site generator written in JavaScript. It supports a wide variety of common uses and it does it without needing to be configured or customized. It’s fast, it’s simple, and it works the way you probably expect it to. That’s it.

实例地址

http://charge.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Node.js 16
服务器Nginx
程序Charge 1.7.0

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Node.js
  • 已安装 Nginx

安装程序

官网仓库:https://charge.js.org
仓库地址:https://github.com/brandonweiss/charge

#克隆代码
git clone https://github.com/brandonweiss/charge.git

#安装依赖
cd charge

npm -g i yarn tyarn
tyarn

#生成静态文件
tyarn run docs

实例体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 Node.js开源实例 文档生成工具开源实例 生产开源实例
日期:2023-07-01