From f5ad1c643d6bfc098a59fff6b1a389a6d362ff7e Mon Sep 17 00:00:00 2001 From: saicaca Date: Tue, 10 Sep 2024 01:32:01 +0800 Subject: [PATCH] docs: update README --- README.md | 5 +++-- README.zh-CN.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1433fe1..425e58e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A static blog template built with [Astro](https://astro.build). [**🌏 한국어**](https://github.com/saicaca/fuwari/blob/main/README.ko.md)   /    [**🌏 Español**](https://github.com/saicaca/fuwari/blob/main/README.es.md) -> README version: `2024-04-07` +> README version: `2024-09-10` ![Preview Image](https://raw.githubusercontent.com/saicaca/resource/main/fuwari/home.png) @@ -40,10 +40,11 @@ A static blog template built with [Astro](https://astro.build). title: My First Blog Post published: 2023-09-09 description: This is the first post of my new Astro blog. -image: /images/cover.jpg +image: ./cover.jpg tags: [Foo, Bar] category: Front-end draft: false +lang: jp # Set only if the post's language differs from the site's language in `config.ts` --- ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index b2a7063..82cc583 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,7 @@ [**🖥️在线预览(Vercel)**](https://fuwari.vercel.app)   /    [**📦旧 Hexo 版本**](https://github.com/saicaca/hexo-theme-vivia) -> README 版本:`2024-04-07` +> README 版本:`2024-09-10` ![Preview Image](https://raw.githubusercontent.com/saicaca/resource/main/fuwari/home.png) @@ -36,10 +36,11 @@ title: My First Blog Post published: 2023-09-09 description: This is the first post of my new Astro blog. -image: /images/cover.jpg +image: ./cover.jpg tags: [Foo, Bar] category: Front-end draft: false +lang: jp # 仅当文章语言与 `config.ts` 中的网站语言不同时需要设置 --- ```