chore: prepare open source archive

This commit is contained in:
2026-07-19 18:49:14 +08:00
parent 9756bbaa5a
commit 18b74a9d51
16 changed files with 94 additions and 1943 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
---
title: Hello World - 欢迎来到尼克的小窝
title: Hello World - 欢迎使用 SuBlog
published: 2026-05-31T08:00:00
updated: 2026-05-31
description: 博客上线啦!这篇文章介绍本站的技术架构、功能特性和搭建过程中的一些思考。
@@ -14,7 +14,7 @@ difficulty: 入门
## 博客上线啦!
Hello World!欢迎来到**尼克的小窝**,这是的第一篇博客文章。
Hello World!欢迎使用 **SuBlog**,这是站点的第一篇示例文章。
经过一段时间的折腾,这个基于 Nuxt 3 的个人博客终于上线了。在这里记录一下这个项目的技术选型和功能特性。
@@ -53,8 +53,8 @@ Hello World!欢迎来到**尼克的小窝**,这是我的第一篇博客文
```typescript
// config/site.ts
export const siteConfig = {
siteName: '尼克的小窝',
url: 'https://nixus.top/',
siteName: '我的博客',
url: 'https://example.com/',
avatar: 'https://q2.qlogo.cn/headimg_dl?dst_uin=xxx&spec=100',
// ... 改这一个文件,全站生效
}