352 字
2 分钟
Simple Guides for Fuwari (CJK)

Cover image source: Source

This blog template is built with Astro. For the things that are not mentioned in this guide, you may find the answers in the Astro Docs.

Front-matter of Posts#

---
title: My First Blog Post
published: 2023-09-09
description: This is the first post of my new Astro blog.
image: ./cover.jpg
tags: [Foo, Bar]
category: Front-end
draft: false
notbyai: true
---
AttributeDescription
titleThe title of the post.
publishedThe date the post was published.
descriptionA short description of the post. Displayed on index page.
imageThe cover image path of the post.
1. Start with http:// or https://: Use web image
2. Start with /: For image in public dir
3. With none of the prefixes: Relative to the markdown file
tagsThe tags of the post.
categoryThe category of the post.
draftIf this post is still a draft, which won’t be displayed.
notbyaiSet to true to show a localized Not By AI “Written By Human” badge in the post license area.

Where to Place the Post Files#

Your post files should be placed in src/content/posts/ directory. You can also create sub-directories to better organize your posts and assets.

src/content/posts/
├── post-1.md
└── post-2/
├── cover.png
└── index.md

CJK Rendering Test#

Chinese (Simplified)#

这里是一段简体中文文本,用于测试字体渲染效果。 天地玄黄,宇宙洪荒。日月盈昃,辰宿列张。

Chinese (Traditional)#

這裡是一段繁體中文文本,用於測試字體渲染效果。 天地玄黃,宇宙洪荒。日月盈昃,辰宿列張。

Japanese#

ここは日本語のテキストです。フォントのレンダリングをテストします。 いろはにほへと ちりぬるを わかよたれそ つねならむ

Korean#

여기는 한국어 텍스트입니다. 폰트 렌더링을 테스트합니다. 가나다라마바사 아자차카타파하

Mixed#

中文、日本語、한국어 mixed text line.

Simple Guides for Fuwari (CJK)
https://kirari-main.vercel.app/zh-CN/posts/guide/index-cjk/
作者
Lorem Ipsum
发布于
2024-04-01
许可协议
CC BY-NC-SA 4.0
赞助

如果这篇文章对你有所帮助,欢迎考虑赞助支持!

赞助
Profile Image of the Author
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
SiteStats
Posts
6
Categories
2
Tags
8
Words
5,996
Running
548 d
Updated
134 d ago
Calendar