https://github.com/whitepaper233/yukina
An astro blog template inspired by fuwari and hexo-theme-shokaX.
https://github.com/whitepaper233/yukina
astro astro-template astro-theme blog blog-template blog-theme static static-site tailwindcss
Last synced: 12 months ago
JSON representation
An astro blog template inspired by fuwari and hexo-theme-shokaX.
- Host: GitHub
- URL: https://github.com/whitepaper233/yukina
- Owner: WhitePaper233
- License: mit
- Created: 2024-11-23T08:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:35:37.000Z (over 1 year ago)
- Last Synced: 2025-05-20T09:05:59.983Z (about 1 year ago)
- Topics: astro, astro-template, astro-theme, blog, blog-template, blog-theme, static, static-site, tailwindcss
- Language: Astro
- Homepage: https://yukina-blog.vercel.app
- Size: 155 KB
- Stars: 119
- Watchers: 3
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yukina
Simple and Elegant Astro Blog Template

[δΈζ](https://github.com/WhitePaper233/yukina/blob/main/README_zh.md)
## Demo Preview Links
[π₯οΈ Live Demo (Vercel)](https://yukina-blog.vercel.app) |
[π₯οΈ WhitePaper233's Blog (possibly not the latest version)](https://whitepaper233.top/)
## π οΈ Build Guide
### 1. Install Node.js version 22 or above
Go to the [Node.js official website](https://nodejs.org/) to download and install the latest version of Node.js.
### 2. Enable Corepack
```bash
corepack enable
```
### 3. Install pnpm
```bash
corepack enable pnpm
```
### 4. Install Dependencies
```bash
pnpm install
```
### 5. Build Search Index
```bash
pnpm build
```
### 6. Start Development Server
```bash
pnpm dev
```
### 7. Build Project
```bash
pnpm build
```
### 8. Preview Project
```bash
pnpm preview
```
## πΊοΈ Roadmap
### Recent
β
- Completed | π§ͺ - In Testing | π§ - In Progress | β³ - Planned
| Status | Project |
| ------ | --------------------------------------------------- |
| π§ͺ | Basic feature implementation |
| π§ͺ | Refactoring some code, optimizing overall structure |
| π§ͺ | Optimizing animation effects |
| π§ͺ | Mobile adaptation |
| π§ | Optimizing website performance |
| π§ͺ | Adjustable colors |
| π§ͺ | Adding RSS, SiteMap, and other features |
| π§ͺ | More build options (e.g., SLUG generation methods) |
| β³ | Adding Live2D character |
| π§ͺ | Search functionality |
| π§ͺ | i18n |
### Long-term
| Status | Project |
| ------ | ---------------------------------------------- |
| β³ | Developing an easy-to-manage CLI and small CMS |
| β³ | Slidev components |
| β³ | More Markdown components |
## π Special Thanks
- [Hexo Shoka Theme](https://github.com/amehime/hexo-theme-shoka) for providing design ideas
- [Astro Fuwari Template](https://github.com/saicaca/fuwari) for providing the main design ideas and some code implementations