Based on hexo-theme-reimu migrated Astro blog theme
framework | repository | version | stars |
---|---|---|---|
Hexo | hexo-theme-reimu | ||
Astro | astro-theme-reimu | ||
Hugo | hugo-theme-reimu |
ISSUE and PR Welcome!
/
├── 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
.
git clone https://github.com/D-Sketon/astro-theme-reimu.git
cd ./astro-theme-reimu
pnpm i
pnpm run dev
- ✅ 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