Below you will find pages that utilize the taxonomy term “guide”
Posts
Simple GPT CLI
Using my friend ChatGPT I made a little CLI to talk to… GPT. It’s basically a bash script that you can place in one of you bin folders and execute from wherever in your terminal:
gpt "I need a new cactus, what is a nice type that needs little maintenance?" After which GPT will answer you with (hopefully) a nice answer:
GPT-3 answers: One type of cactus that is low-maintenance is the Peruvian apple cactus.
Posts
How to use Notion as a CMS for a Hugo powered statically generated site
This website is created using Hugo, the static site generator. I use Markdown for the posts. These posts exist in a Github repository. Github Actions then makes sure the site gets generated and deployed every time I make a commit. However, for a new post I have to open my code editor and start writing in Markdown. This can be a hassle sometimes.
It would be great if there was a way to create new posts without having to open my code editor.