@@ -640,6 +640,32 @@ <h3><span class="card-icon">👥</span> Team Dashboards</h3>
640640 </ div >
641641 </ div >
642642 </ section >
643+
644+ < section class ="resources " style ="margin-bottom: 6rem; text-align: center; ">
645+ < p
646+ style ="color: var(--primary); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 1rem; text-transform: uppercase; font-size: 0.9rem; ">
647+ From the Blog</ p >
648+ < h2 style ="font-size: clamp(2rem, 3vw, 2.5rem); margin-bottom: 3rem; font-weight: 700; "> Resources &
649+ Guides</ h2 >
650+
651+ < div class ="features " style ="max-width: 900px; margin: 0 auto; text-align: left; ">
652+ < a href ="https://dev.to/iam_pbk/how-to-tame-your-multi-repo-chaos-with-the-terminal-52bi "
653+ target ="_blank " class ="card " style ="text-decoration: none; display: block; height: 100%; ">
654+ < h3 > < span class ="card-icon "> 🤯</ span > Taming Multi-Repo Chaos</ h3 >
655+ < p > Why manually checking 50+ repositories is killing your productivity, and how to fix it.</ p >
656+ </ a >
657+ < a href ="https://dev.to/iam_pbk/git-scope-user-guide-2dfj " target ="_blank " class ="card "
658+ style ="text-decoration: none; display: block; height: 100%; ">
659+ < h3 > < span class ="card-icon "> 📘</ span > User Guide</ h3 >
660+ < p > The official manual: Installation, shortcuts, configuration, and advanced workflows.</ p >
661+ </ a >
662+ < a href ="https://dev.to/iam_pbk/why-i-chose-goatcounter-for-my-github-pages-site-7k8 "
663+ target ="_blank " class ="card " style ="text-decoration: none; display: block; height: 100%; ">
664+ < h3 > < span class ="card-icon "> 📊</ span > Why GoatCounter?</ h3 >
665+ < p > A deep dive into why we chose privacy-first analytics over Google and Cloudflare.</ p >
666+ </ a >
667+ </ div >
668+ </ section >
643669 </ main >
644670
645671 < footer >
@@ -674,25 +700,7 @@ <h3><span class="card-icon">👥</span> Team Dashboards</h3>
674700
675701 < script src ="main.js " defer > </ script >
676702
677- <!--
678- TO ENABLE REAL ANALYTICS:
679-
680- Option 1: Umami (Free, self-hosted on Vercel)
681- 1. Go to https://umami.is and deploy to Vercel (free)
682- 2. Add this script before </head>:
683- <script defer src="https://your-umami-instance.vercel.app/script.js"
684- data-website-id="YOUR_WEBSITE_ID"></script>
685-
686- Option 2: Cloudflare Web Analytics (Free, no setup)
687- 1. Go to Cloudflare Dashboard > Web Analytics
688- 2. Add your site, get the script
689- 3. Add before </body>:
690- <script defer src='https://static.cloudflareinsights.com/beacon.min.js'
691- data-cf-beacon='{"token": "YOUR_TOKEN"}'></script>
692-
693- Option 3: Google Analytics (Free)
694- Add your GA4 script before </head>
695- -->
703+
696704
697705</ body >
698706
0 commit comments