Crates.io | calder |
lib.rs | calder |
version | 0.1.1 |
source | src |
created_at | 2022-03-24 20:23:16.797386 |
updated_at | 2022-03-25 15:11:57.691074 |
description | c@lder Static Site Generator |
homepage | https://github.com/jamolnng/calder |
repository | https://github.com/jamolnng/calder |
max_upload_size | |
id | 555906 |
size | 81,153 |
Use markdown in combination with Tera to generate static sites. Uses Rocket to host files after building.
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
Makrdown files support a yaml header
---
title: asdf
date: 24-03-2022
desc: asdf things
template: _templates/post
tags: [asdf, things, stuff]
---
Files and folders prefixed with an underscore (ex: _templates) will not be rendered or copied over after building