2 个不稳定版本
0.2.0 | 2021 年 4 月 8 日 |
---|---|
0.1.0 | 2021 年 2 月 15 日 |
#19 在 #网站生成器
23KB
412 行
欢迎来到 raptr
raptr 是一个最小化、静态网站生成器和博客引擎。它快速,易于设置和使用。
~ 特性 ~
- 使用社区制作的主题或创建自己的主题
- 编辑和调整现有主题
- 使用最少的命令快速且易于使用
- 输出准备好上网的所有资源的网站 -- 只需将其放在您的 web 服务器上即可
- 快速创建帖子并以 Markdown 编写
- raptr 为任何系统提供小型独立程序
- 内置开发服务器以预览您的网站
~ 安装 ~
您需要 Git,您可能已经拥有,以及通常易于安装的 Cargo。一旦您有了这两个,请在您的终端中运行
cargo install raptr
然后您就完成了!
有关其他方法,请参阅官方维基百科中的 "安装 raptr" "安装 raptr"。
~ 使用 ~
快速入门指南可在 此处 获取。
$raptr --help
raptr 0.2.0
Tobias "CodeF0x" Oettl <[email protected]>
An opinionated blogging engine
USAGE:
raptr [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-i, --include-all-drafts Includes drafts that are not set to be generated when using --serve or --publish. Only
valid when used together with --serve or --publish.
-V, --version Prints version information
-v, --verbose Shows detailed errors and logging messages
OPTIONS:
-d, --draft <DRAFT_NAME> Creates a new draft
-n, --new <PROJECT_NAME> Creates a new project
-p, --publish <OUTPUT_DIRECTORY> Renders your drafts to web-ready html files [default: output]
-s, --serve <PORT> Serves a preview at specified port or standard port if none is set [default:
3000]
依赖关系
~19–31MB
~466K SLoC