diff --git a/README.md b/README.md index 5d09947..1e21ad6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Yukina +# Yukina - 友希那 +简单优雅的 Astro 博客模板 ![Preview](https://s2.loli.net/2024/11/23/uKgnwaWxeZ7RbP5.jpg) > If you are looking for an English version, please click [here](https://github.com/WhitePaper233/yukina/blob/main/README_en.md). However, the template's i18n is currently a work in progress and does not support English yet. > +## Demo 预览链接 +[🖥️ Live Demo (Vercel)](yukina-blog.vercel.app) + ## 🛠️ 构建指南 ### 1. 安装 Node.js 22 以上版本 diff --git a/README_en.md b/README_en.md index f733f1d..7050e9f 100644 --- a/README_en.md +++ b/README_en.md @@ -1,7 +1,11 @@ -# Yukina +# Yukina - Yukina +A simple and elegant Astro blog template. ![Preview](https://s2.loli.net/2024/11/23/uKgnwaWxeZ7RbP5.jpg) +## Demo Preview Link +[🖥️ Live Demo (Vercel)](yukina-blog.vercel.app) + ## 🛠️ Build Guide ### 1. Install Node.js version 22 or above @@ -13,7 +17,6 @@ Go to the [Node.js official website](https://nodejs.org/) to download and instal ```bash corepack enable ``` - ### 3. Install Yarn version 4.5.1 or above ```bash @@ -54,8 +57,8 @@ yarn preview | ⏳ | Optimize animation effects | | ⏳ | Optimize website performance | | ⏳ | Adjustable colors | -| ⏳ | Add features like RSS, SiteMap, etc. | -| ⏳ | More build options (e.g., SLUG generation method) | +| ⏳ | Add RSS, SiteMap, and other features | +| ⏳ | More build options (e.g., SLUG generation methods) | | ⏳ | Add Live2D character | | ⏳ | Search functionality | | ⏳ | i18n | @@ -68,6 +71,7 @@ yarn preview | ⏳ | Slidev components | | ⏳ | More Markdown components | + ## 🙏 Special Thanks - [Hexo Shoka Theme](https://github.com/amehime/hexo-theme-shoka) for providing design ideas