开源实例之Logseq 前言 Logseq is a knowledge management and collaboration platform. It focuses on privacy, longevity, and user control. Logseq offers a range of powerful tools for knowledge management, collaboration, PDF annotation, and task management with support for multiple file formats, including Markdown and Org-mode, and various features for organizing and structuring your notes. Logseq是一款大纲+双链+本地储存+GitHub储存+注... 2023-12-26
开源实例之Trilium 前言 Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个人知识库。 实例地址 https://trilium.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 18 程序 Trilium 0.62.4 实例部署 权限要求 具有系统读写权限 已安装 Node.js 安装程序 文档地址:https://github.com/zadam/trilium/wiki 程序仓库:https://github.com/zadam/trilium 第三方汉化版:https://github.com/Nriver/triliu... 2023-12-25
开源实例之Youngsoni 前言 Youngsoni is the lesser hairy-footed dunnart (Sminthopsis youngsoni), a small carnivorous Australian marsupial. It is a widespread and fairly common species, being found in many desert areas of Western Australia, Northern Territory and Queensland. 本实例是一个静态网站生成器。 实例地址 https://youngsoni.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Youngsoni 1.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.j... 2023-12-14
开源实例之meblog 前言 A simple blog engine for personal blogging. We use pug for templating, scss for styling and gulpjs for generating the site and automating the process. 实例地址 https://meblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 14 服务器 Nginx 程序 meblog 2.2.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/sinzii/meblog npm i --save meblog npx meblog init npx meblog sample --number-... 2023-12-14
开源实例之Ambercat 前言 Stupidly simple static blog generator based on Vue.js and Tailwind CSS. 实例地址 https://ambercat.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Ambercat 0.8.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/rahmanda/ambercat #安装 Ambercat yarn add ambercat #初始化博客 npx ambercat init #编写文章 npx ambercat post "扬州慢·淮左名都" #生成静态文件 npx ambercat build 实例体验 进入实例深度体验 后记... 2023-12-14
开源实例之Blog-Doc 前言 The simplest Node.js CMS and SSG! 本实例是基于 Blog-Doc 搭建的静态博客。 实例地址 https://blog-doc.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Blog-Doc 2.4.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/LebCit/blog-doc #克隆代码 git clone https://github.com/LebCit/blog-doc.git cd blog-doc #安装依赖 npm i #生成静态文件 npm run build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-12-12
开源实例之unlimited-blog-works 前言 A simple static blog generator for publishing on GitHub Pages 实例地址 https://unlimited-blog-works.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 unlimited-blog-works 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/kjirou/unlimited-blog-works 项目地址:https://www.npmjs.com/package/unlimited-blog-works #安装 unlimited-blog-works npm i -g unlimited-blog-works #创建项目... 2023-12-12
开源实例之Markedista 前言 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
开源实例之Trio 前言 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
开源实例之Nib 前言 Nib is a static site generator, written in Python, geared toward creating a simple site or blog. Nib uses a pluggable content pipeline that differentiates between "resources" like CSS or Javascript, and "documents" such as static pages or blog posts. The two pipelines are similar, are executed in parallel, and define multiple hooks where plugins can process a subset of entities, and even remove... 2023-12-06