开源实例之Cobalt 前言 Cobalt is a static site generator written in Rust. It uses Liquid templates and markdown. Cobalt 是 Rust 语言开发的静态网站生成工具。 实例地址 https://cobalt.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Rust 1.70 服务器 Nginx 程序 Cobalt 0.19.0 数据 booyaa blog 实例部署 权限要求 具有系统读写权限 已安装 Rust 已安装 Nginx 安装程序 官网地址:https://cobalt-org.github.io 程序仓库:https://github.com/cobalt-org/cobalt.rs 数据仓库:https://github.com/booyaa/booyaa.gith... 2023-06-26
开源实例之Nikola静态网站 前言 本篇是 Nikola 生成的静态网站实例。另有《开源实例之Nikola》为静态博客实例。 实例地址 https://nikola-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Nikola 8.2.4 数据 nikola-site 实例部署 本实例为 Nikola 官网源码。 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://getnikola.com 程序仓库:https://github.com/getnikola/nikola 数据仓库:https://github.com/getnikola/nikola-site #克隆代码 git clone https://github.com/getnikola/nikola-s... 2023-06-26
开源实例之Nikola 前言 Nikola, a Static Site and Blog Generator. Nikola 是 Python 语言开发的静态网站和静态博客生成工具。 实例地址 https://nikola.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Nikola 8.2.4 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://getnikola.com 仓库地址:https://github.com/getnikola/nikola #安装 Nikola pip install Nikola #创建项目 nikola init blog cd blog #安装模版 nikola theme -i bnw #修改 conf.py THEME="b... 2023-06-25
开源实例之DocFX 前言 Static site generator for .NET API documentation. DocFX 是一个基于.NET的API文档生成器,当前支持 C# 和 VB,可以从源代码和 Markdown 文件生成文档。 实例地址 https://docfx.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 .NET 7.0 服务器 Nginx 程序 DocFX 2.67.3 实例部署 权限要求 具有系统读写权限 已安装 .NET 已安装 Nginx 安装程序 仓库地址:https://github.com/dotnet/docfx #克隆代码 git clone https://github.com/dotnet/docfx.git cd docfx #安装 DocFX dotnet tool update -g docfx #生成静态文件 d... 2023-06-25
开源实例之Cactus静态网站 前言 本篇是 Cactus 生成的静态网站实例。另有《开源实例之Cactus》为静态博客实例。 实例地址 https://cactus-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Cactus 3.3.3 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/eudicots/Cactus #安装 Cactus pip install cactus #创建项目 cactus create web #生成静态文件 cd web cactus build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-06-20
开源实例之Cactus 前言 Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs. Cactus 是一个简单而强大的静态网页生成器程序,它使用 Python 和 Django 的模板系统。它的本地开发和在 S3 上的部署都非常的简单。 实例地址 https://cactus.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务... 2023-06-20
开源实例之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 开... 2023-06-19
开源实例之Lektor静态网站 前言 本篇是 Lektor 生成的静态网站实例。另有《开源实例之Lektor》为静态博客实例。 实例地址 https://lektor-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Lektor 3.3.10 数据 hh-lektor 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://www.getlektor.com 程序仓库:https://github.com/lektor/lektor 数据仓库:https://github.com/jurgenizer/hh-lektor #克隆代码 git clone https://github.com/jurgenizer/hh-lektor.git cd hh-lektor... 2023-06-19
开源实例之Lektor 前言 Lektor is a static website generator. It builds out an entire project from static files into many individual HTML pages and has a built-in admin UI and minimal desktop app. Lektor 是静态网站生成器,同时内置管理 UI 和极小的桌面应用。 实例地址 https://lektor.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Lektor 3.3.10 数据 martin-haecker 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://www.getlekto... 2023-06-19
开源实例之Sphinx 前言 Sphinx makes it easy to create intelligent and beautiful documentation. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Sphinx 使用 reStructuredText 作为标记语言,它的许多优势来自 reStructuredText 及其解析和翻译套件 Docutils 的强大功能和直接性,可以轻松创建智能美观的文档。 实例地址 https://sphinx.dujun... 2023-06-18