杜郎俊赏 - dujun.io

开源实例之Markedista

markedista-example封面
前言 Static site generator based on npm, marked and jsdom 实例地址 https://markedista.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Markedista 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/padurean/markedista #克隆代码 git clone https://github.com/padurean/markedista.git cd markedista #安装依赖 npm i #编写 markdown 文件放入 _src/_posts/_to-render #生成静态文件 npm run render 实例体验...

2023-12-12

开源实例之Meink

meink-example封面
前言 Meink是一个基于Golang的轻量级静态博客构建工具,可以快速搭建博客网站。它无依赖跨平台,配置简单构建快速,以Markdown格式文本输入源,注重简洁易用。 实例地址 https://meink.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Meink 1.0.1 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/HanJinyan/Meink 下载最新 release 包,解压到目录。 #新建文章 ./Meink_linux_amd64 new 扬州慢·淮左名都 #本地运行并自动生成静态文件 ./Meink_linux_amd64 run 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-12

开源实例之pekyll

pekyll-example封面
前言 markdown static blog generator written in PHP with the powerful of Laravel blade template engine. 实例地址 https://pekyll.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 7.4 服务器 Nginx 程序 pekyll 0.2.9 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 仓库地址:https://github.com/bangnokia/pekyll #安装 pekyll composer global require bangnokia/pekyll #创建项目 pekyll new blog cd blog #编辑 yyyy-mm-dd-slug.md 格式的文档放入 posts 目...

2023-12-08

开源实例之Norcia

norcia-example封面
前言 Norcia 是一个简单的静态博客框架,通过 JavaScript 使用 Ajax 请求本地的 markdown 文档文件来获得博客数据,并将其动态的展现在 Html 页面当中。 实例地址 https://norcia.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Norcia 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/Besfim/Norcia #克隆代码 git clone https://github.com/Besfim/Norcia.git cd Norcia #编辑 .md 文档放入 document 目录 #更新文档 chmod +x Norcia_linux_amd64 ./Norcia_linux_amd64 实例...

2023-12-08

开源实例之ETBlog

etblog-example封面
前言 Extremely tiny static blog generator written in Ruby 实例地址 https://etblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 2.7 服务器 Nginx 程序 ETBlog 0.1.2 实例部署 权限要求 具有系统读写权限 已安装 Ruby 已安装 Nginx 安装程序 仓库地址:https://github.com/tenfensw/etblog #安装 ETBlog sudo gem install etblog -N #创建项目 etblog init #创建 post-*.md 文件 #生成静态文件 etblog build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-08

开源实例之beatrice

beatrice-example封面
前言 A simple static blog generator written in Go. 实例地址 https://beatrice.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 beatrice 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/pprobst/beatrice #克隆代码 git clone https://github.com/pprobst/beatrice.git cd beatrice #编译程序 go build -buildvcs=false #生成静态文件 ./beatrice 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-08

开源实例之Bloggen.Net

bloggen-net-example封面
前言 Dotnet core static blog generator based on markdown, YAML front matter and Handlebars.NET 实例地址 https://bloggen-net.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 .NET 3.1 服务器 Nginx 程序 Bloggen.Net 1.4.0 实例部署 权限要求 具有系统读写权限 已安装 .NET 已安装 Nginx 安装程序 程序仓库:https://github.com/codernr/bloggen-net 示例仓库:https://github.com/codernr/blog-source 模版仓库:https://github.com/codernr/startbootstrap-clean-blog #下载程序包 wget...

2023-12-08

开源实例之nanogen

nanogen-example封面
前言 A very small static site generator written in Python. 实例地址 https://nanogen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 nanogen 2.1.2 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 程序仓库:https://github.com/epochblue/nanogen 示例仓库:https://github.com/epochblue/blog #安装 nanogen pip install nanogen #克隆代码 git clone https://github.com/epochblue/blog.git cd blog #新建文章 nanogen new "滕王阁...

2023-12-06

开源实例之Trio

trio-example封面
前言 Trio is a fast, simple yet powerful JavaScript-driven static site generator. Trio's unique approach to extending your pages with dynamic content using its tag-based callback mechanism makes it stand out from other static site generators, which rely on either templating engines or frameworks. 实例地址 https://trio.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Trio 6.1.0 实例部署 权限要求...

2023-12-06

开源实例之yasbe

yasbe-example封面
前言 YASBE,Yet Another Static Blog Engine 实例地址 https://yasbe.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 yasbe 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/underr/yasbe #安装依赖 apt install python3-toml python3-mistune python3-mako #克隆代码 git clone https://github.com/underr/yasbe.git cd yasbe #复制配置文件 cp config_ex.toml config.toml #生成静态文件 python3 yasbe.py 实例...

2023-12-06

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54