From 62f1ddf63d668805f6c0d92fc7cd23df81ca48e5 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Sat, 13 Jun 2026 17:33:43 +0800 Subject: [PATCH] Update astro-paper.config.ts --- astro-paper.config.ts | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/astro-paper.config.ts b/astro-paper.config.ts index 09d0f82..5cf246e 100644 --- a/astro-paper.config.ts +++ b/astro-paper.config.ts @@ -2,14 +2,14 @@ import { defineAstroPaperConfig } from "./src/types/config"; export default defineAstroPaperConfig({ site: { - url: "https://astro-paper.pages.dev/", - title: "AstroPaper", - description: "A minimal, responsive and SEO-friendly Astro blog theme.", + url: "https://qihanx.cn/", + title: "启涵的小破站", + description: "最慢的步伐不是跬步,而是徘徊;最快的脚步不是冲刺,而是坚持。", author: "Sat Naing", profile: "https://satna.ing", ogImage: "default-og.jpg", lang: "en", - timezone: "Asia/Bangkok", + timezone: "Asia/Shanghai", dir: "ltr", }, posts: { @@ -29,10 +29,9 @@ export default defineAstroPaperConfig({ search: "pagefind", }, socials: [ - { name: "github", url: "https://github.com/satnaing/astro-paper" }, - { name: "x", url: "https://x.com/username" }, - { name: "linkedin", url: "https://www.linkedin.com/in/username/" }, - { name: "mail", url: "mailto:yourmail@gmail.com" }, + { name: "github", url: "https://github.com/ChenQihan666/" }, + { name: "x", url: "https://x.com/QihanNX" }, + { name: "mail", url: "mailto:nuo66688@163.com" }, ], shareLinks: [ { name: "whatsapp", url: "https://wa.me/?text=" }, @@ -42,4 +41,4 @@ export default defineAstroPaperConfig({ { name: "pinterest", url: "https://pinterest.com/pin/create/button/?url=" }, { name: "mail", url: "mailto:?subject=See%20this%20post&body=" }, ], -}); \ No newline at end of file +});