docs: update README
This commit is contained in:
parent
31af084f8a
commit
f5ad1c643d
|
@ -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`
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
@ -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` 中的网站语言不同时需要设置
|
||||
---
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue