calder

Crates.iocalder
lib.rscalder
version0.1.1
sourcesrc
created_at2022-03-24 20:23:16.797386
updated_at2022-03-25 15:11:57.691074
descriptionc@lder Static Site Generator
homepagehttps://github.com/jamolnng/calder
repositoryhttps://github.com/jamolnng/calder
max_upload_size
id555906
size81,153
Jesse Laning (jamolnng)

documentation

https://github.com/jamolnng/calder

README

c@lder Static Site Generator

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

Commit count: 76

cargo fmt