开源实例之Laverna 前言 Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote. Laverna 采用 JavaScript 开发,基于 Electron,支持在线和本地加密编辑,本地应用支持 Linux、Mac、Windows 三大平台。号称开源的印象笔记替代品。 实例地址 https://laverna.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Laverna 0.7.51 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 官网地址:https://laverna... 2023-12-26
开源实例之思源笔记 前言 SiYuan is a privacy-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. 思源笔记是一款隐私优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang. 一款隐私优先、自托管且完全开源的个人知识管理系统,使用 typescript 和 golang 编写。 实例地址 https://siyuan.dujun.eu.org 实例配置 配置 描述 系统... 2023-12-26
开源实例之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
开源实例之Miblo 前言 Miblo is simple blog-aware static site generator writen in PHP 5.3 and using Twig. 实例地址 https://miblo.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 7.4 服务器 Nginx 程序 Miblo 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 仓库地址:https://github.com/rafalp/Miblo #克隆代码 git clone https://github.com/rafalp/Miblo cd Miblo #新建文章放入 posts 目录,文件名格式为 YYYY-MM-DD-entry-file-name.html #生成静态文件 php generate.php 实例体验 进入实例... 2023-12-23
开源实例之Ephemeris 前言 Ephemeris is a golang CLI-application which will generate a blog from a collection of static text-files. 实例地址 https://ephemeris.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Ephemeris 0.6.0 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/skx/ephemeris #安装 Ephemeris go install github.com/skx/ephemeris/cmd/ephemeris@latest #生成示例静态博客 git clone https://github.com/s... 2023-12-23
开源实例之ecstatic 前言 ecstatic creates static web pages and blog posts from Hiccup templates and Markdown. 实例地址 https://ecstatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 20 服务器 Nginx 程序 ecstatic 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 仓库地址:https://github.com/samrat/ecstatic #克隆代码 git clone https://github.com/samrat/ecstatic cd ecstatic #生成静态文件 lein run --src resources/example/src --output out 实例体验 进入实例深度体验... 2023-12-23
开源实例之blogpy 前言 A static blog generator written in python. 实例地址 https://blogpy.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 2.7 服务器 Nginx 程序 blogpy 2.0 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/travisred/blogpy #克隆代码 git clone https://github.com/travisred/blogpy cd blogpy #安装依赖 pip install markdown #生成静态文件 python build.py 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-12-22
开源实例之Utterson 前言 Utterson is a minimal static blog generator written using old-school unix tools (make, ksh, m4, awk, procmail and a pinch of elisp). 实例地址 https://utterson.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Utterson 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/stef/utterson git clone https://github.com/stef/utterson cd utterson mkdir blog posts cp -n cfg/utterson.cfg.example cfg/utterso... 2023-12-22
开源实例之Chisel 前言 Chisel is a simple python static blog generation utility. 实例地址 https://chisel.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Chisel 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/dz/chisel #克隆代码 git clone https://github.com/dz/chisel cd chisel #安装依赖 pip install -r requirements.txt #新建文档 mkdir blog vim blog/yzm.markdown #生成静态文件 python3 chisel.py 实例体验 进入实例... 2023-12-22