Announcement
Hello everybody! Today I’m announcing that I’ve added another website to my lineup: foss.cooking! This website is a spiritual successor of Luke Smith’s old website based.cooking.
Why
Luke’s based.cooking site is an awesome place on the internet, but it’s last commit was over two years ago. While the content itself is evergreen, it would be nice to get new additions to the site. This is why I spent the weekend merging in some 40-odd pull requests from the original site into the new foss.cooking site.
Tech stack
The original based.cooking site was built with hugo, similar to my old website. And, like my website, I’ve ported it over to Astro! This allows for neat things such as enforcing schema on the toml headers on markdown files, as well as storing data inside of json file - all with enforced schema. This allows for more assured correct-ness of data I’m serving.
The server is currently hosted on github pages with domain pointed to it. I may move it off a GH pages and onto my server later if I want to collect some stats about it. If I do that I’ll probably make another post about it so keep an eye out!
Contribute
If you feel like contributing some recipes or code here’s the repo.
Happy cooking!