Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
saicaca committed Sep 9, 2024
1 parent 31af084 commit 878bd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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`
---
```

Expand Down
5 changes: 3 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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` 中的网站语言不同时需要设置
---
```

Expand Down

0 comments on commit 878bd95

Please sign in to comment.