mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
docs: update README
This commit is contained in:
@@ -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`
|
||||
|
||||

|
||||
|
||||
@@ -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`
|
||||
---
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user