Welcome to the Posts section – a collection of articles covering technology, development practices, productivity insights, and thoughtful analysis on various topics that catch my interest.
Whether you’re looking for technical tutorials, tool reviews, or explorations of emerging trends, you’ll find a mix of practical and philosophical perspectives here. Each post aims to provide value whether you’re a seasoned developer, a curious learner, or someone interested in the intersection of technology and creative thinking.
Browse through the latest articles below, or use the archive for a chronological view of all posts.
Hosting Part II
OK, I was able to get the site up and running on Netlify! There was a little bit of fiddling, but it seems to work now. I don’t have it on a real domain yet, and I’m not sure about costs, but it’s a start. I’ll see if it auto updates when I save this.
Other options are:
- Vercel
- Firebase
- AWS
- GitHub Pages
- Cloudflare Pages
- Any VPS
Edit: I was wondering why the deployment was broken, but then I realized I had the draft status set to true in the post’s frontmatter, which means it wouldn’t be included in the production site’s pages. Just changed that and it shuold now show up.
Third Post
Hello Again!
Hi, this is my third post. It’s fun. I wonder if I should try and upload this somwhere just to see how it goes.
Let’s see!
My Second Post
Second Post
Building some content to test out Hugo. Fun!
One issue is that the preview puts the title on one line and doesn’t distingush it with bold text or anything. Maybe there’s a way to customize that?
My First Post
Introduction
This is bold text, and this is emphasized text.
We are adding content in markdown format, which is cool. Thanks, John! You’re one Daring Fireball, my friend. It’d be cool to meet you in person one day.
I wonder where I’d host this if I wanted to try it out. I could, of course, use a VPS, but maybe there’s an easier, free way? With a static site generator, there’s not much chance of lock-in to a particular hosting vendor like there would be for dynamic content.