- {post.data.title} - {post.data.draft && Draft} -
-{post.data.description}
- -diff --git a/backup-20250422/BaseLayout.astro b/backup-20250422/BaseLayout.astro deleted file mode 100644 index e310117..0000000 --- a/backup-20250422/BaseLayout.astro +++ /dev/null @@ -1,112 +0,0 @@ ---- -import '../styles/global.css'; -import Header from '../components/Header.astro'; -import Footer from '../components/Footer.astro'; - -interface Props { - title: string; - description?: string; -} - -const { title, description = "LaForce IT - Home Lab & DevOps Insights" } = Astro.props; ---- - - - -
- - -- Technical insights, infrastructure guides, and DevOps best practices from my home lab to production environments. -
-{post.data.description}
- -- Join me on a journey through enterprise-grade home lab setups, Kubernetes deployments, and DevOps best practices for the modern tech enthusiast. -
- - - Explore Latest Posts - -- This blog functions as my personal digital garden - a collection of interconnected ideas, guides, and projects. - Browse through the visualization below to see how different concepts relate to each other. -
-{post.data.description}
- -{config.data.description}
- -{project.data.description}
- -- A complete enterprise-grade home infrastructure built on Kubernetes, featuring high availability, zero-trust networking, and fully automated deployments. -
-- Hi, I'm Daniel LaForce, a passionate DevOps and infrastructure engineer with a focus on Kubernetes, - automation, and cloud technologies. When I'm not working on enterprise systems, I'm building and - refining my home lab environment to test and learn new technologies. -
-- This site serves as both my technical blog and digital garden - a place to share what I've learned - and document my ongoing projects. Feel free to connect with me on GitHub or LinkedIn! -
- -