https://github.com/d-sketon/astro-theme-reimu
一款博丽灵梦风格的Astro主题 | A Hakurei Reimu style Astro theme. 💘Touhou💘
https://github.com/d-sketon/astro-theme-reimu
astro astro-template astro-theme blog gitalk theme touhou valine waline
Last synced: 6 days ago
JSON representation
一款博丽灵梦风格的Astro主题 | A Hakurei Reimu style Astro theme. 💘Touhou💘
- Host: GitHub
- URL: https://github.com/d-sketon/astro-theme-reimu
- Owner: D-Sketon
- License: mit
- Created: 2024-02-10T13:01:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T04:52:50.000Z (4 months ago)
- Last Synced: 2025-03-31T11:03:42.125Z (about 1 month ago)
- Topics: astro, astro-template, astro-theme, blog, gitalk, theme, touhou, valine, waline
- Language: Astro
- Homepage: https://d-sketon.github.io/astro-theme-reimu/
- Size: 4.31 MB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
astro-theme-reimu
![]()
![]()
![]()
❤ Hakurei Reimu ❤
[Demo](https://d-sketon.github.io/astro-theme-reimu)
[简体中文](https://github.com/D-Sketon/astro-theme-reimu/blob/main/README.md) │ English
Based on [hexo-theme-reimu](https://github.com/D-Sketon/hexo-theme-reimu) migrated [Astro](https://astro.build) blog theme
|framework|repository|version|stars|
|-|-|-|-|
|[Hexo](https://hexo.io/)|[hexo-theme-reimu](https://github.com/D-Sketon/hexo-theme-reimu)||
|
|[Astro](https://astro.build)|[astro-theme-reimu](https://github.com/D-Sketon/astro-theme-reimu)||
|
|[Hugo](https://gohugo.io)|[hugo-theme-reimu](https://github.com/D-Sketon/hugo-theme-reimu)||
|
**ISSUE and PR Welcome!**
## Lighthouse
## Project structure
```txt
/
├── public/
│ ├── images/
│ │ └── banner.webp
│ │ └── banner-800w.webp
│ │ └── banner-600w.webp
│ │ └── favicon.ico
│ │ └── reimu.png
│ │ └── taichi.png
│ └── robots.txt
├── src/
│ ├── components/
│ ├── content/
│ │ │ blog/
│ │ │ └── some-blog-posts.md
│ │ └── config.ts
│ ├── hooks/
│ ├── languages/
│ ├── layouts/
│ └── pages/
│ │ └── about.mdx
│ └── styles/
│ └── utils/
│ └── config.yml
│ └── covers.yml
│ └── env.d.ts
└── package.json
```Any static assets (such as images) can be placed in the `public/` directory.
All blog posts are stored in the directory `src/content/blog` and `about` page are stored in the directory `src/pages`.## Usage
```bash
git clone https://github.com/D-Sketon/astro-theme-reimu.git
cd ./astro-theme-reimupnpm i
pnpm run dev
```## Feature
- ✅ SEO-friendly
- ✅ Night Mode
- ✅ Fuzzy search
- ✅ Tag Archives
- ✅ Sitemap && RSS
- ✅ Commenting System (Valine / Waline / Gitalk)
- ✅ LaTeX support
- ✅ Mermaid support
- ✅ busuanzi / Reading Statistics (Valine / Waline)
- ✅ Friendship Cards
- ✅ Internationalization
- ✅ Baidu Analytics/Google Analytics/Microsoft Clarity## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2FD-Sketon%2Fastro-theme-reimu?ref=badge_large)