diff --git a/.vitepress/config.ts b/.vitepress/config.ts index c1f3c0a..168c26c 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -87,7 +87,7 @@ export default defineConfigWithTheme({ nickname: "Octobug", bio: "Thoughts on everything.", location: "Shenzhen, China", - timezone: "Aisa/Shanghai", + timezone: "Asia/Shanghai", pageSize: 10, postList: await getPostList([ "./posts", diff --git a/README.md b/README.md index ef26fe9..f77bb66 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ Thoughts on everything. ## The Theme -This blog is powered by [VitePress](https://vitepress.dev/) and hosted on -GitHub Pages. Its theme highly utilized these two projects: +This blog is powered by [VitePress](https://vitepress.dev/) with a customized theme, which borrowed many ideas from these two projects: - [airene/vitepress-blog-pure](https://github.com/airene/vitepress-blog-pure) - [clark-cui/vitepress-blog-zaun](https://github.com/clark-cui/vitepress-blog-zaun)