diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 67b2907..470f5f4 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -27,13 +27,13 @@ const currentYear = new Date().getFullYear(); - Blog + {global.name}

- A description of something. + {global.about}

diff --git a/src/components/blog/BlogFeaturedArticle.astro b/src/components/blog/BlogFeaturedArticle.astro index b4172d7..0a6869d 100644 --- a/src/components/blog/BlogFeaturedArticle.astro +++ b/src/components/blog/BlogFeaturedArticle.astro @@ -7,8 +7,6 @@ interface Props { } const { posts } = Astro.props; - -const description = 'Here are a few articles that I think are not bad, hope you like too.'; ---
@@ -17,13 +15,8 @@ const description = 'Here are a few articles that I think are not bad, hope you id="selected-articel" class="smooth-reveal-2 mb-4 text-5xl font-extrabold tracking-tight text-balance text-neutral-800 dark:text-neutral-200" > - Posts + Older Articles -

- {description} -

diff --git a/src/components/ui/sections/FeaturesSection.astro b/src/components/ui/sections/FeaturesSection.astro index 8362f26..d9421c8 100644 --- a/src/components/ui/sections/FeaturesSection.astro +++ b/src/components/ui/sections/FeaturesSection.astro @@ -15,19 +15,19 @@ const global = await directus.request(readSingleton('site_global'));
diff --git a/src/content/categories/books.md b/src/content/categories/books.md index 313a17e..677a3ad 100644 --- a/src/content/categories/books.md +++ b/src/content/categories/books.md @@ -1,4 +1,4 @@ --- -title: '二愣的小书屋 🔖' -description: '生活总是这样,不能让人处处都满意但我们还要热情地活下去' +title: 'Books 📖' +description: 'Books I have read or listened to' --- diff --git a/src/content/categories/cloud.md b/src/content/categories/cloud.md new file mode 100644 index 0000000..ba26ee8 --- /dev/null +++ b/src/content/categories/cloud.md @@ -0,0 +1,4 @@ +--- +title: 'Cloud ☁️' +description: "Its just someone else's server" +--- diff --git a/src/content/categories/golang.md b/src/content/categories/golang.md deleted file mode 100644 index cc4635d..0000000 --- a/src/content/categories/golang.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'Golang 🚀' -description: 'Go 语言的词法分析与语法分析及折腾下 Go 编译原理吗' ---- diff --git a/src/content/categories/homelab.md b/src/content/categories/homelab.md new file mode 100644 index 0000000..a4e4553 --- /dev/null +++ b/src/content/categories/homelab.md @@ -0,0 +1,4 @@ +--- +title: 'Homelab 🏠' +description: 'What happens when rack servers find a home' +--- diff --git a/src/content/categories/kubernetes.md b/src/content/categories/kubernetes.md index 5530337..4e5de61 100644 --- a/src/content/categories/kubernetes.md +++ b/src/content/categories/kubernetes.md @@ -1,4 +1,4 @@ --- -title: 'kubernetes 💩' -description: 'Kubernetes 是一个开源系统,用于自动化部署、扩展和管理容器化应用程序。' +title: 'Kubernetes ☸️' +description: 'The container orchestration system' --- diff --git a/src/content/categories/laravel.md b/src/content/categories/laravel.md deleted file mode 100644 index 1f73b2a..0000000 --- a/src/content/categories/laravel.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'Laravel 🐛' -description: '最优雅的 PHP 框架' ---- diff --git a/src/content/categories/life.md b/src/content/categories/life.md index b81b1c7..f792acc 100644 --- a/src/content/categories/life.md +++ b/src/content/categories/life.md @@ -1,4 +1,4 @@ --- -title: '生活 💃' -description: '房贷要还的,水电费要交的,小孩学费也贵的,钱肯定要不够的呀。所以工作不敢扔,我大部分的快乐,都是来自于生活的夹缝。' +title: 'Life 🏃🏻' +description: 'Just random musings on everyday stuff' --- diff --git a/src/content/categories/minnesota.md b/src/content/categories/minnesota.md new file mode 100644 index 0000000..1e849a1 --- /dev/null +++ b/src/content/categories/minnesota.md @@ -0,0 +1,4 @@ +--- +title: 'Minnesota 🌳' +description: 'Land of 10,000 Lakes' +--- diff --git a/src/content/categories/mysql.md b/src/content/categories/mysql.md deleted file mode 100644 index 38eacc4..0000000 --- a/src/content/categories/mysql.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'MySQL' -description: 'MySQL is an open-source relational database management system (RDBMS).' ---- diff --git a/src/content/categories/nginx.md b/src/content/categories/nginx.md deleted file mode 100644 index 3b33189..0000000 --- a/src/content/categories/nginx.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'Nginx 🐕‍🦺' -description: '高性能的 HTTP 和反向代理 Web 服务器,奈何反向代理的 PHP-FMP 服务太慢。' ---- diff --git a/src/content/categories/php.md b/src/content/categories/php.md deleted file mode 100644 index 01df55b..0000000 --- a/src/content/categories/php.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'PHP 🐘' -description: 'PHP is a popular general-purpose scripting language that is especially suited to web development.' ---- diff --git a/src/content/categories/postgresql.md b/src/content/categories/postgresql.md new file mode 100644 index 0000000..0186d03 --- /dev/null +++ b/src/content/categories/postgresql.md @@ -0,0 +1,4 @@ +--- +title: 'PostgreSQL' +description: 'PostgreSQL is an open-source relational database management system (RDBMS)' +--- diff --git a/src/content/categories/python.md b/src/content/categories/python.md new file mode 100644 index 0000000..f6b1bd7 --- /dev/null +++ b/src/content/categories/python.md @@ -0,0 +1,4 @@ +--- +title: 'Python 🐍' +description: 'Generally my go to language' +--- diff --git a/src/content/categories/tool.md b/src/content/categories/tool.md index 59d4971..e76b613 100644 --- a/src/content/categories/tool.md +++ b/src/content/categories/tool.md @@ -1,4 +1,4 @@ --- title: 'Tool 🪜' -description: '停止折腾就老了吧' +description: 'Usually just the software kind' --- diff --git a/src/content/categories/whatis.md b/src/content/categories/whatis.md index 544c610..5455e40 100644 --- a/src/content/categories/whatis.md +++ b/src/content/categories/whatis.md @@ -1,4 +1,4 @@ --- title: 'What Is?' -description: '什么是快乐星球,什么是快乐星球,什么是快乐星球' +description: 'A series on discovery' --- diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 1f14768..969e4c9 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -20,7 +20,7 @@ const posts = await directus.request( const selectedPosts: Post[] = posts.filter((p) => p.selected); const description = - 'Here are some articles that Alex Lebens believes are not bad, hope you enjoy them.'; + "Sharing what I've learned, one post at a time. I hope you find something useful."; ---