An open API service indexing awesome lists of open source software.

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💘

Awesome Lists containing this project

README

        



astro-theme-reimu


version
GitHub License
FOSSA Status


❤ 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)|version|GitHub Repo stars|
|[Astro](https://astro.build)|[astro-theme-reimu](https://github.com/D-Sketon/astro-theme-reimu)|version|GitHub Repo stars|
|[Hugo](https://gohugo.io)|[hugo-theme-reimu](https://github.com/D-Sketon/hugo-theme-reimu)|version|GitHub Repo stars|

**ISSUE and PR Welcome!**

## Lighthouse



astro-theme-reimu Lighthouse Score

## 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-reimu

pnpm 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

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FD-Sketon%2Fastro-theme-reimu.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FD-Sketon%2Fastro-theme-reimu?ref=badge_large)