杜郎俊赏 - dujun.io

开源实例之tinyjam

前言

A bare-bones, zero-configuration static site generator that deliberately has no features, an experiment in radical simplicity. Essentially a tiny, elegant glue between EJS templates and Markdown with freeform structure (enabling incremental adoption) and convenient defaults, written in under 120 lines of JavaScript.

实例地址

http://tinyjam.dujun.eu.org

实例配置

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

实例部署

权限要求

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

安装程序

仓库地址:https://github.com/mourner/tinyjam

#克隆代码
git clone https://github.com/mourner/tinyjam.git
cd tinyjam

#安装 tinyjam
npm -g i tinyjam

#生成静态文件
tinyjam example out

实例体验

首页

文章页

进入实例深度体验

后记

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

体验更多开源实例

标签: 开源实例 个人开源实例 Node.js开源实例 静态博客开源实例
日期:2023-07-13