Longform

How I Use Tailscale

What is it? Tailscale is a VPN service that makes the devices and applications you own accessible anywhere in the world, securely and effortlessly. It enables encrypted point-to-point connections using the open source WireGuard protocol, which means only devices on your private network can communicate with each other. It has a very generous free tier that includes most of the features included in the higher paid tiers while limiting you to 100 devices–more than enough for my use cases.

Setting Up Hugo on Cloudflare

I wanted to start off by sharing how I set up this my original homepage. I was impressed by how easy it was to do, especially since I’m new to both Hugo and Cloudflare Pages. I followed the excellent documentation that Cloudflare provides. If you’re not married to the idea of using Hugo, they also provide great documentation on other frameworks. One thing I missed the first time I pushed updates to my repo was setting the version of Hugo.

Hello World

Console.Write("hello world");