Static site generator + my presonnal website written in rust for some reason.
1--- 2title: Creating posts with bash and git from terminal 3date: 2023-01-13 4--- 5Since updating this website with Saait, I have decided to create a tool to streamline page creation from the terminal. 6 7Inspired by [bash_blog](https://github.com/j0m/bash_blog) and [bashblog](https://github.com/cfenollosa/bashblog) especially bash was chosen. 8 9It is goofy, not as practical as I would think, but neat nevertheless. 10 11Source at my [git](https://git.technoduck.me) repo.