Commit 839b7e6

HPCesia <me@hpcesia.com>
2025-02-12 10:30:29
docs: update readme
1 parent 42ae0a0
README-zh_CN.md
@@ -33,8 +33,8 @@ Astral Halo 是一个基于 [Astro](https://astro.build) 开发的静态博客
 ```yaml
 ---
 title: 文章标题
-slug: post-entry
-published: 1970-01-01T00:00:00.000Z
+slug: post-entry # 文章将生成至 [BASE_URL]/posts/post-entry/ 路径下
+published: 1970-01-01T00:00:00Z
 description: 文章描述
 category: Lorem
 tags: [Foo, Bar]
@@ -62,5 +62,6 @@ comment: true # 是否启用评论,需要在 `config.ts` 中启用并配置评
 
 ## 致谢
 
-- 项目受 [Fuwari](https://github.com/saicaca/fuwari) 启发,使用了其中的部分代码和设计元素。
-- 项目受 [Solitude](https://github.com/everfu/hexo-theme-solitude) 启发,参考了其中的部分设计元素。
+- 项目受 [Fuwari](https://github.com/saicaca/fuwari) 启发,参考了其中的部分代码和设计元素。
+- 项目受 [Pure](https://github.com/cworld1/astro-theme-pure) 启发,参考了其中的部分代码和设计元素。
+- 项目受 [Solitude](https://github.com/everfu/hexo-theme-solitude) 启发,参考了其中的部分设计元素。
\ No newline at end of file
README.md
@@ -33,8 +33,8 @@ Astral Halo is a static blog template developed with [Astro](https://astro.build
 ```yaml
 ---
 title: Article Title
-slug: post-entry
-published: 1970-01-01T00:00:00.000Z
+slug: post-entry # The article will be generated at the path [BASE_URL]/posts/post-entry/
+published: 1970-01-01T00:00:00Z
 description: Article Description
 category: Lorem
 tags: [Foo, Bar]
@@ -62,5 +62,6 @@ All commands need to be run from the project root directory:
 
 ## Acknowledgments
 
-- This project is inspired by [Fuwari](https://github.com/saicaca/fuwari) and uses some of its code and design elements.
+- This project is inspired by [Fuwari](https://github.com/saicaca/fuwari) and references some of its code and design elements.
+- This project is inspired by [Pure](https://github.com/cworld1/astro-theme-pure) and references some of its code and design elements.
 - This project is inspired by [Solitude](https://github.com/everfu/hexo-theme-solitude) and references some of its design elements.