A minimalist markdown to html static site generator.
This is a personal project to practice Rust and motivate myself to make a personal site and blog. Pretty sure we don't actually need another static site generator!
distillate build <destination directory path; will be generated if necessary>
This is a Rust crate that is unpublished and will probably remain so. One may install it from source on GitHub:
cargo install --git https://github.com/pittst3r/distillate.git- Put markdown files in
srcdirectory in your project
- Make page template editable in userspace
- Extract page title from
h1sincepulldown-cmarkdoesn't support frontmatter - Generate table of contents for homepage, perhaps using hbs for insertion