D-Sketon / astro-theme-reimu

一款博丽灵梦风格的Astro主题 | A Hakurei Reimu style Astro theme. ❤Touhou❤

Home Page:https://d-sketon.github.io/astro-theme-reimu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

astro-theme-reimu

GitHub License FOSSA Status

❤ Hakurei Reimu ❤

演示网站

简体中文 │ English

基于 hexo-theme-reimu 迁移的 Astro 博客主题

欢迎提交 ISSUE 和 PR!

Lighthouse

astro-theme-reimu Lighthouse Score

项目结构

/
├── public/
│   ├── images/
│   │   └── banner.webp
│   │   └── banner-800w.webp
│   │   └── banner-600w.webp
│   │   └── favicon.ico
│   │   └── taichi.webp
│   └── 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

任何静态资产(如图像)都可以放置在 public/ 目录中。 所有博客文章都存储在目录 src/content/blog 中,关于页面存储在目录 src/pages 中。

特性

  • ✅SEO 友好
  • ✅夜间模式
  • ✅模糊搜索
  • ✅标签归档
  • ✅Sitemap && RSS
  • ✅评论系统 (Valine / Waline / Gitalk)
  • ✅支持 LaTeX
  • ✅支持 Mermaid
  • ✅不蒜子 / 阅读统计 (Valine / Waline)
  • ✅友链卡片
  • ✅国际化
  • ✅百度统计/谷歌统计/Clarity

许可

FOSSA Status

About

一款博丽灵梦风格的Astro主题 | A Hakurei Reimu style Astro theme. ❤Touhou❤

https://d-sketon.github.io/astro-theme-reimu/

License:MIT License


Languages

Language:Astro 75.1%Language:TypeScript 15.8%Language:CSS 4.4%Language:MDX 2.5%Language:JavaScript 2.2%