杜郎俊赏 - dujun.io

开源实例之BashBlog

bashblog-example封面
前言 BashBlog was created out of the necessity of a very, very simple way to post entries to a blog by using a public folder [on my server], without any special requirements and dependencies. Works on GNU/Linux, OSX and BSD. BashBlog 是一个生成静态博客的独立脚本。 实例地址 http://bashblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 BashBlog 2.10 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/cfenollosa/b...

2023-06-16

开源实例之Sculpin

sculpin-example封面
前言 Sculpin is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed. Sculpin 是 PHP 语言开发的静态网站生成工具。 实例地址 http://sculpin.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 8.0 服务器 Nginx 程序 Sculpin 3.1.0 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 官网地址:https://sculpin.io 仓库地址:https://github.com/sculpin/sculpin...

2023-06-15

开源实例之Jigsaw

jigsaw-example封面
前言 Jigsaw is a framework for rapidly building static sites using the same modern tooling that powers your web applications. Jigsaw bakes in support for Laravel Mix so you can compile your CSS and Javascript assets the same way you're used to in Laravel. Jigsaw 是 PHP 语言开发的静态网站生成器,使用 Laravel 的 Blade 模板引擎,支持 Laravel Mix 编译 CSS 和 JavaScript 代码。 实例地址 http://jigsaw.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境...

2023-06-15

开源实例之VitePress

vitepress-example封面
前言 VitePress is VuePress' spiritual successor, built on top of vite. VitePress是在Vite上构建的静态网站生成器。 实例地址 http://vitepress.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 VitePress 1.0.0 数据 The official Vue.js blog 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://vitepress.dev 程序仓库:https://github.com/vuejs/vitepress 数据仓库:https://github.com/vuejs/blog #克隆代码 git clone https:/...

2023-06-14

开源实例之Metalsmith

metalsmith-example封面
前言 An extremely simple, pluggable static site generator for Node.js. Metalsmith:一个非常简单,可插拔的静态网站生成器。在 Metalsmith 中,所有的逻辑都是由插件来处理的。 你只需将它们链接在一起。 实例地址 http://metalsmith.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Metalsmith 2.4.2 模版 Clean Blog 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://metalsmith.io 程序仓库:https://github.com/metalsmith/metalsmith 模版仓库:https://githu...

2023-06-14

开源实例之Gridsome

gridsome-example封面
前言 Gridsome is a Vue-powered static site generator for building CDN-ready websites for any headless CMS, local files or APIs. Gridsome 是一个免费、开源、基于 Vue.js 构建的框架。 实例地址 http://gridsome.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Gridsome 0.7.23 模版 Geek Blog 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://gridsome.org 程序仓库:https://github.com/gridsome/gridsome 模版仓库:http...

2023-06-14

开源实例之Gridea

gridea-example封面
前言 A static blog writing client (一个静态博客写作客户端) 提供撰写、托管、自定义域名的全功能 Blog 工具 实例地址 http://gridea.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Gridea 0.9.2 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 官网地址:https://gridea.dev 仓库地址:https://github.com/getgridea/gridea Gridea 提供了桌面客户端,可以将静态博客一键部署到 Github Pages 和 Coding Pages。详见官网说明。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-06-14

开源实例之Pelican

pelican-example封面
前言 Pelican is a static site generator, written in Python, that allows you to create web sites by composing text files in formats such as Markdown, reStructuredText, and HTML. Pelican 是基于 Python 开发的静态网站生成工具。 实例地址 http://pelican.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Pelican 4.8.0 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://getpelican.com 仓库地址:https://github...

2023-06-13

开源实例之SvelteKit

sveltekit-example封面
前言 SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. If you're coming from React, SvelteKit is similar to Next. If you're coming from Vue, SvelteKit is similar to Nuxt. SvelteKit 是一个用 Svelte 构建 Web 应用程序的框架,满足不同规模的应用开发,提供一个非常灵活和良好体验的基于文件系统的路由架构。 实例地址 http://sveltekit.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 svelte-kit 1.0.10 数...

2023-06-13

开源实例之Docusaurus

docusaurus-example封面
前言 Docusaurus is a project for building, deploying, and maintaining open source project websites easily. Docusaurus 是 Facebook 专门为开源项目开发者提供的一款易于维护的静态网站创建工具,使用 Markdown 即可更新网站。它构建了一个具有快速客户端导航的单页应用程序,利用React的全部功能使您的站点具有交互性。它提供开箱即用的文档功能,但可用于创建任何类型的网站(个人网站、产品、博客、营销登录页面等)。 实例地址 http://docusaurus.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Docusaurus 2.0.0 数据 mrbrunelli-blog 实例部署 权...

2023-06-10

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21