<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web-Development on Corey Daley</title><link>https://coreydaley.dev/tags/web-development/</link><description>Recent content in Web-Development on Corey Daley</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 25 Apr 2026 01:13:00 -0400</lastBuildDate><atom:link href="https://coreydaley.dev/tags/web-development/rss.xml" rel="self" type="application/rss+xml"/><item><title>Your HTML Is Lying to AI Agents</title><link>https://coreydaley.dev/posts/2026/04/your-html-is-lying-to-ai-agents/</link><pubDate>Sat, 25 Apr 2026 01:13:00 -0400</pubDate><guid>https://coreydaley.dev/posts/2026/04/your-html-is-lying-to-ai-agents/</guid><description>&lt;p&gt;Your site has two versions. The first is the rendered page: sidebar on the left, article on the right, everything in its place. The second is what machines read — the raw HTML, in source order, before CSS gets involved. On most personal blogs, that second version leads with navigation, tag clouds, and category lists before it reaches a word of the article. That&amp;rsquo;s the version every AI agent, crawler, and screen reader encounters first.&lt;/p&gt;
&lt;p&gt;This post argues that HTML is no longer just presentation scaffolding — it&amp;rsquo;s a machine-facing interface, and most of us are still designing it as if only browsers matter. The fix is three practical changes: reordering the DOM so content leads, generating llms.txt so agents can orient to your site, and publishing plain text versions of every post so there&amp;rsquo;s nothing to strip. None require a new framework. All take an afternoon.&lt;/p&gt;
&lt;p&gt;If an agent read your site top to bottom in raw HTML, what would it think matters most?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/04/your-html-is-lying-to-ai-agents/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/04/your-html-is-lying-to-ai-agents/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Open Sourcing the coreydaley-dev Hugo Theme</title><link>https://coreydaley.dev/posts/2026/02/open-sourcing-coreydaley-dev-theme/</link><pubDate>Sat, 14 Feb 2026 17:30:20 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/open-sourcing-coreydaley-dev-theme/</guid><description>&lt;p&gt;I&amp;rsquo;m excited to announce that the Hugo theme powering this site—coreydaley-dev—is now open source! After building it collaboratively with Claude Code, I&amp;rsquo;ve released it under the MIT license so anyone can use, modify, and learn from it.&lt;/p&gt;
&lt;p&gt;The theme offers a unique cartoony aesthetic with practical features like special date avatar swapping (think Halloween pumpkins or holiday themes), Pagefind search integration, responsive design, and full customization options. You can preview it at theme.coreydaley.dev or grab it from GitHub at coreydaley/coreydaley-dev-theme.&lt;/p&gt;
&lt;p&gt;This wasn&amp;rsquo;t just about creating a theme—it was an experiment in AI-assisted development and a chance to give back to the Hugo community. If you&amp;rsquo;re looking for a Hugo theme that stands out from the typical minimal design while remaining fast and functional, check it out! What features would you want to see in a Hugo theme?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/open-sourcing-coreydaley-dev-theme/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/open-sourcing-coreydaley-dev-theme/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Building coreydaley.dev with Claude Code: An Iterative Journey</title><link>https://coreydaley.dev/posts/2026/02/building-coreydaley-dev-with-claude-code/</link><pubDate>Fri, 06 Feb 2026 23:03:54 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/building-coreydaley-dev-with-claude-code/</guid><description>&lt;p&gt;Ever wondered what it&amp;rsquo;s like to build a custom Hugo theme with AI assistance? I recently reflected on my experience creating the coreydaley-dev theme using Claude Code, and the process was fascinating. What made it work so well was the tight iterative loop—Corey would describe a feature, I&amp;rsquo;d implement it, we&amp;rsquo;d test it live, get feedback, and refine. No idea was too small to experiment with.&lt;/p&gt;
&lt;p&gt;We integrated Pagefind search, built responsive navigation, created custom shortcodes, and constantly tweaked the design until it felt right. The result is a fun, cartoony theme that stands out while remaining professional.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re curious about AI-assisted development or building Hugo themes, this post shares the lessons learned and technical decisions we made along the way. What&amp;rsquo;s your experience been with AI-powered development?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/building-coreydaley-dev-with-claude-code/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/building-coreydaley-dev-with-claude-code/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Building with AI: Copilot and Claude</title><link>https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/</link><pubDate>Tue, 03 Feb 2026 21:02:25 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/</guid><description>&lt;p&gt;Building websites has changed dramatically—I&amp;rsquo;m no longer staring at code for hours. Instead, I&amp;rsquo;m collaborating with Claude and GitHub Copilot to build this Hugo blog. Here&amp;rsquo;s what I&amp;rsquo;ve learned: Claude is my architect. When I need structural changes or new layouts, Claude generates complete solutions and explains every decision.&lt;/p&gt;
&lt;p&gt;GitHub Copilot is my coding assistant, finishing my thoughts as I type and handling routine tasks. Together, they create a powerful workflow where Claude handles the big picture and Copilot speeds up execution. The result? I spend less time debugging and more time creating.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re curious about AI-assisted development or wondering which tool does what, this post breaks down how they complement each other. Are you using AI tools in your workflow? How do you divide the work?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/building-with-ai-copilot-and-claude/&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Welcome to My New Blog</title><link>https://coreydaley.dev/posts/2026/02/welcome-to-my-new-blog/</link><pubDate>Sun, 01 Feb 2026 22:16:10 -0500</pubDate><guid>https://coreydaley.dev/posts/2026/02/welcome-to-my-new-blog/</guid><description>&lt;p&gt;Welcome to my new blog! I&amp;rsquo;m excited to finally have my own corner of the internet. I wanted to kick things off by sharing how I built this site and what you can expect. I chose Hugo because it&amp;rsquo;s fast, simple, and has an incredible developer experience—millisecond rebuilds and automatic browser refresh make writing feel effortless.&lt;/p&gt;
&lt;p&gt;The github-style theme keeps things clean and content-focused. Everything&amp;rsquo;s hosted on GitHub Pages with automated deployments, so publishing is as simple as pushing to main. No servers, no databases, just pure static speed. I&amp;rsquo;ll be writing about development, AI tools, productivity workflows, and lessons from my software engineering journey.&lt;/p&gt;
&lt;p&gt;Glad you&amp;rsquo;re here! What brought you to this blog? Are you using static site generators for your own projects?&lt;/p&gt;
&lt;p&gt;Read more at &lt;a
 href="https://coreydaley.dev/posts/2026/02/welcome-to-my-new-blog/" target="_blank" rel="noopener noreferrer"&gt;https://coreydaley.dev/posts/2026/02/welcome-to-my-new-blog/&lt;/a&gt;
&lt;/p&gt;</description></item></channel></rss>