Show HN: Rust CLI tool for migrating Jekyll blog posts to a Gatsby website(github.com)
github.com
Show HN: Rust CLI tool for migrating Jekyll blog posts to a Gatsby website
https://github.com/nialna/jekyll-to-gatsby
https://github.com/nialna/jekyll-to-gatsby
I figured it would be a good occasion to write a small Rust project (I'm very new to Rust) so I made a tool to batch update my posts, with loads of options to choose exactly how to migrate the files. Pretty impressed with the speed of Rust as it processes about 30 blog posts instantly (despite having a regex that scans the entire file), I'm almost sure if I made a node.js tools it would have been slower.
It's published on cargo and can be installed from there, I've also been trying to use Trust (https://github.com/japaric/trust) to automatically generate binaries in CI for people to install, although the deployment isn't working yet.