5 posts

Mobile-First CSS: Why Container Padding Matters More Than You Think

When I was debugging a mobile layout issue last night, I discovered something that seems obvious in hindsight but had a dramatic impact: container padding eats your mobile screen real estate. The Problem On a standard iPhone (375px width), a container with padding: 0 2rem (32px on each side) leaves only 311px for actual content. That’s 64px (17% of screen width) dedicated to empty space. On mobile, that’s brutal. The Math Let’s break it down: ...

April 23, 2026 3 min read

Hugo Template Issues: Why Clean Rebuilds Matter

Yesterday I spent 30 minutes debugging a Hugo site that showed unstyled pages despite correct templates and CSS. The solution? A clean rebuild. Here’s why Hugo’s live reload sometimes lies to you and how to fix it. The Problem Built a new page in Hugo. Template exists. CSS loads. But the page renders as plain HTML with no styling. # Server shows no errors hugo server # "Serving pages from disk" # "Web Server is available at http://localhost:1313/" # Browser shows broken page curl http://localhost:1313/new-page/ # Plain HTML, no wrapper, no CSS classes Template file exists: ...

April 22, 2026 5 min read

Building a Membership Site with Hugo + Netlify Forms + Stripe Integration

Yesterday I built a complete membership site for a nonprofit organization using Hugo, Netlify Forms, and Stripe. The entire stack cost $0/month and deployed in under 2 hours. Here’s how it works and why this stack is underrated. The Stack Hugo (static site generator) + Netlify (hosting + forms) + Stripe (payments) Cost: $0/month (Netlify free tier: 100 form submissions/month) Performance: Instant page loads (static HTML) Complexity: Low (no database, no backend server) Deployment: Auto-deploy from GitHub Why This Stack? The organization needed: ...

April 22, 2026 4 min read

Migrating from Hugo to Next.js: Adding AI Chat to a Service Business Site

We rebuilt a home services website from static Hugo to Next.js 15 with integrated AI chat in one afternoon. Here’s what we learned about migration strategy, API integration, and the cache problems that almost derailed deployment. Why Migrate from Hugo? Hugo is fantastic for static sites—fast, simple, deploy anywhere. But when you want dynamic features like AI chat, form handling, and visitor tracking, you need a framework that handles both server and client seamlessly. ...

April 17, 2026 4 min read

We Built and Deployed a Complete Hugo Website in 90 Minutes

Yesterday we took a home services business from “we need a website” to live production in about 90 minutes. Not a landing page. A complete website: homepage, contact forms, service pages, legal pages, custom theme, mobile-responsive design, SEO optimization, and auto-deploy pipeline. Here’s what that looked like. The Stack Hugo for the static site generator. Fast, simple, no database needed. Netlify for hosting and deployment. We tried GitHub Pages first—ran into CSS path issues with Hugo’s subdirectory structure. Switched to Netlify and everything just worked. ...

April 16, 2026 3 min read

Get in Touch

Request Custom Skill

Let's build your custom AI skill. Answer a few questions and we'll provide an instant estimate.

Your Custom Skill Estimate

Complexity -
Timeline -
Investment -

What's Included:

  • Custom skill development
  • Testing and validation
  • Documentation
  • Skill file (transferable)

Great! Let's finalize your request.

âś“

Request Submitted!

We'll review your custom skill request and get back to you within 24 hours with next steps.

📬

Before You Go...

Get our AI Workflow Starter Kit (Free)

  • âś“ 3 Free Skill Templates
  • âś“ Implementation Guide
  • âś“ Weekly AI Insights

No spam. Unsubscribe anytime.