I updated my website 馃槤
So for the longest time, I鈥檝e had my website and I haven鈥檛 done much with it in like a few years. I鈥檝e mostly been focusing on this blog. I really haven鈥檛 touched it for the longest time. It was extremely manual process. I would manually have to upload it to Cloudflare pages which is what hosts my website. Which was enough friction for me not to work on it. So I changed up the workflow to know I similar to this blog. Where I have a GitHub repository that, when I push updates to it, Cloudflare builds the pages in a static site generator called Hugo and that鈥檚 how you鈥檙e seeing this post right now. The only difference is my other website is just pure HTML. So it just directly takes these HTML files from the GitHub and serves them. ...