Skip to content

0.1.0 - First Stable Release (Alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@BritishWerewolf BritishWerewolf released this 19 Mar 22:02
· 48 commits to main since this release

Blogs Made Easy

I wanted a way to convert my Markdown files into a premade template HTML file. A solution almost certainly exists, but I wanted to build something myself and practice my Rust skills.

Two things to note here:

  1. I like puns, and couldn't resist not naming it thusly.
  2. In keeping with my username, I used £ in front of my variables instead of the usual $ (because I wanted to honour PHP).

This should be a stable release.
Run this in the Terminal, providing the --help switch to see usage, or consult the README for example usage.

Now available on crates.io, and installable with:

$ cargo install blogs-md-easy

Features:

  • Populate a template with placeholder variables such as {{ £author }}.
  • Convert Markdown into template, populating variables.
  • Provide variables within Markdown to add additional meta data to template.

Full Changelog: 0.0.1...0.1.0