diff --git a/astro.config.ts b/astro.config.ts
index f88795b..8408b8e 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -28,7 +28,7 @@ export default defineConfig({
],
shikiConfig: {
// For more themes, visit https://shiki.style/themes
- themes: { light: "github-light", dark: "material-theme-palenight" },
+ themes: { light: "catppuccin-latte", dark: "catppuccin-frappe" },
wrap: true,
},
},
@@ -38,7 +38,4 @@ export default defineConfig({
},
},
scopedStyleStrategy: "where",
- experimental: {
- contentLayer: true,
- },
});
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..1b6f20c
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 4748052..f688e38 100644
--- a/package.json
+++ b/package.json
@@ -14,10 +14,10 @@
"lint": "eslint ."
},
"dependencies": {
- "@astrojs/check": "^0.9.3",
- "@astrojs/rss": "^4.0.7",
+ "@astrojs/check": "0.9.4",
+ "@astrojs/rss": "4.0.11",
"@resvg/resvg-js": "^2.6.2",
- "astro": "^4.16.3",
+ "astro": "5.1.7",
"fuse.js": "^7.0.0",
"lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2",
@@ -28,8 +28,8 @@
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
- "@astrojs/sitemap": "^3.1.6",
- "@astrojs/tailwind": "^5.1.0",
+ "@astrojs/sitemap": "3.2.1",
+ "@astrojs/tailwind": "5.1.4",
"@tailwindcss/typography": "^0.5.15",
"@types/github-slugger": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.9",
diff --git a/src/content/blog/neovim-setup.md b/src/content/blog/neovim-setup.md
index 10a9b90..5ef6af6 100644
--- a/src/content/blog/neovim-setup.md
+++ b/src/content/blog/neovim-setup.md
@@ -3,7 +3,6 @@ pubDatetime: 2025-01-05
title: "Neovim Setup"
description: Switching from VS Code to Neovim was difficult but worth it.
featured: true
-draft: true
tags:
- neovim
---
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 04144e6..69bc5d6 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -23,6 +23,9 @@ const socialCount = SOCIALS.filter(social => social.active).length;