UI and Package Update
This commit is contained in:
19
src/data/blog/homelab.md
Normal file
19
src/data/blog/homelab.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Homelab
|
||||
author: Gagan M
|
||||
pubDatetime: 2025-11-29T14:45:00Z
|
||||
slug: homelab
|
||||
featured: false
|
||||
draft: false
|
||||
tags:
|
||||
- Web Developement
|
||||
- SvelteKit
|
||||
- TailwindCSS
|
||||
- Arch Linux
|
||||
description:
|
||||
My Journey through creating my homelab
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
incididunt ut labore et dolore magna aliqua. Praesent elementum facilisis leo vel
|
||||
fringilla est
|
||||
@@ -11,7 +11,7 @@ tags:
|
||||
- TailwindCSS
|
||||
- Arch Linux
|
||||
description:
|
||||
My Journey through creating my personal website.
|
||||
My Journey through creating my personal website
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
|
||||
@@ -56,7 +56,7 @@ const structuredData = {
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user