Skip to content

Latest commit

 

History

History
93 lines (79 loc) · 4.08 KB

README.en.md

File metadata and controls

93 lines (79 loc) · 4.08 KB

astro-theme-reimu

version GitHub License FOSSA Status

❤ Hakurei Reimu ❤

Demo

简体中文 │ English

Based on hexo-theme-reimu migrated Astro blog theme

framework repository version stars
Hexo hexo-theme-reimu version GitHub Repo stars
Astro astro-theme-reimu version GitHub Repo stars
Hugo hugo-theme-reimu version GitHub Repo stars

ISSUE and PR Welcome!

Lighthouse

astro-theme-reimu Lighthouse Score

Project structure

/
├── 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

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