<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="csrf-token" content="aZdmyaVI7eacgxHj4BLsy04VgI8UnytR13lwjSSl">

        <title>Laravel</title>

                <meta name="description" content="Thoughts on web development, technology, and entrepreneurship.">
        <meta property="og:title" content="Laravel">
        <meta property="og:description" content="Thoughts on web development, technology, and entrepreneurship.">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://jeremyvaught.com">
        <link rel="canonical" href="https://jeremyvaught.com">
    
        <!-- Feed Discovery -->
        <link rel="alternate" type="application/rss+xml" title="Laravel RSS Feed" href="https://jeremyvaught.com/feed">
        <link rel="alternate" type="application/feed+json" title="Laravel JSON Feed" href="https://jeremyvaught.com/feed.json">

        <!-- Scripts -->
        <link rel="preload" as="style" href="https://jeremyvaught.com/build/assets/app-C1hAA9lS.css" /><link rel="modulepreload" href="https://jeremyvaught.com/build/assets/app-l0sNRNKZ.js" /><link rel="stylesheet" href="https://jeremyvaught.com/build/assets/app-C1hAA9lS.css" data-navigate-track="reload" /><script type="module" src="https://jeremyvaught.com/build/assets/app-l0sNRNKZ.js" data-navigate-track="reload"></script>        <!-- Livewire Styles --><style >[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}[wire\:cloak] {display: none !important;}</style>
        
        <style>
            [x-cloak] { display: none !important; }
        </style>
    </head>
    <body class="font-sans antialiased">
        <div class="min-h-screen bg-gray-100 flex flex-col">
            <!-- Top Navigation -->
                            <nav class="bg-white shadow">
                    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                        <div class="flex justify-center h-16">
                            <div class="flex items-center">
                                <a href="/" class="text-xl font-semibold text-gray-800">Laravel</a>
                            </div>
                        </div>
                    </div>
                </nav>
            
            <!-- Page Content -->
            <main class="flex-grow">
                <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8 lg:py-12">
        <div class="space-y-12">
                            <article class="bg-white rounded-lg shadow-sm hover:shadow-md transition-shadow duration-200 transition-all hover:scale-[1.02]">
    <div class="p-6">
        <header class="mb-3">
            <h2 class="text-xl font-semibold mb-1">
                <a href="/posts/test-post" class="text-gray-900 hover:text-blue-600 transition-colors">
                    Test Post
                </a>
            </h2>
            
            <div class="flex items-center text-sm text-gray-500 space-x-4">
                                    <time datetime="2025-08-09T15:20:48+00:00">
                        Aug 9, 2025
                    </time>
                                
                            </div>
        </header>
        
                    <div class="prose prose-sm max-w-none text-gray-600">
                <p>This is a test post for CI/CD pipeline testing.</p>

            </div>
            
            <div class="mt-4">
                <a href="/posts/test-post" class="text-blue-600 hover:text-blue-800 text-sm font-medium">
                    Read more →
                </a>
            </div>
            </div>
</article>                    </div>

            </div>
            </main>
            
            <!-- Footer -->
            <footer class="bg-white shadow mt-8">
                <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
                    <div class="flex flex-col items-center space-y-4">
                        <div class="flex items-center gap-4 text-sm">
                            <a href="/about" class="text-gray-600 hover:text-gray-900">About</a>
                            <span class="text-gray-400">·</span>
                            <div class="relative" x-data="{ open: false }">
                                <button @click="open = !open" @click.away="open = false" class="text-gray-600 hover:text-gray-900 flex items-center gap-1">
                                    Subscribe
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
                                    </svg>
                                </button>
                                <div x-show="open" x-transition class="absolute left-0 bottom-full mb-2 w-24 bg-white rounded-md shadow-lg border border-gray-200">
                                    <a href="/feed" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">RSS</a>
                                    <a href="/feed.json" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">JSON</a>
                                </div>
                            </div>
                        </div>
                        <div class="text-xs text-gray-500">
                            © 2026 Laravel. All rights reserved.
                        </div>
                    </div>
                </div>
            </footer>
        </div>
        
        <!-- Livewire Scripts -->
<script src="/livewire/livewire.js?id=df3a17f2"   data-csrf="aZdmyaVI7eacgxHj4BLsy04VgI8UnytR13lwjSSl" data-update-uri="/livewire/update" data-navigate-once="true"></script>
                
        
            </body>
</html>
