杜郎俊赏 - dujun.io

开源实例之raptr

前言

raptr is a minimal, static site generator and blogging-engine. It's fast, easy to set-up and easy to use.

实例地址

https://raptr.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Rust 1.74
服务器Nginx
程序raptr 0.2.0

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Rust
  • 已安装 Nginx

安装程序

仓库地址:https://github.com/CodeF0x/raptr

#安装 raptr
cargo install raptr

#初始化博客
raptr -n blog

#添加模版
cd blog
git clone https://github.com/CodeF0x/igor themes/igor

#完善配置
vim config.toml

#新建草稿
raptr -d hello-world.md

#生成静态文件
raptr -p

实例体验

首页

文章页

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例 Rust开源实例
日期:2023-12-14