2 个版本
0.1.1 | 2022 年 3 月 25 日 |
---|---|
0.1.0 | 2022 年 3 月 24 日 |
#33 在 #tera
22KB
533 代码行
c@lder 静态网站生成器
使用 markdown 和 Tera 结合生成静态网站。使用 Rocket 在构建后托管文件。
USAGE:
cargo run -- [OPTIONS] <path>
ARGS:
<path> path to generate site from
OPTIONS:
-b, --build flag to generate site
-h, --help Print help information
-m, --minify flag to minify the sites html, css, and js code
-o, --output [<path>...] path to put generated files in (default "output/")
-r, --host flag to host via a webserver when done
-V, --version Print version information
Markdown 文件支持 yaml 头部
---
title: asdf
date: 24-03-2022
desc: asdf things
template: _templates/post
tags: [asdf, things, stuff]
---
以下划线开头(例如:_templates)的文件和文件夹在构建后不会渲染或复制
依赖项
~25–57MB
~1M SLoC