开源实例之raptr
前言
raptr is a minimal, static site generator and blogging-engine. It's fast, easy to set-up and easy to use.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | 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
实例体验
后记
本实例仅供参考,不定期重置数据。