Skip to content

pudding483/pudding483.github.io

Repository files navigation

astro-theme-reimu

version GitHub License GitHub Repo stars

💘 博麗 霊夢 💘


  • 代辦事項:
    • PreLoadering 動畫不管是否載入完成,均有最短時間
    • 麵包屑導航 (可略)
    • 為甚麼要建這個 blog => 放在關於
    • 除了 writeup 其他類別的文章

本主题是 hexo-theme-reimu 的 Astro 移植版本,一款博丽灵梦风格的 Astro 主题。

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

项目结构

/
├── public/              # 静态资源
│   ├── images/
│   │   ├── banner.webp
│   │   ├── banner-800w.webp
│   │   ├── banner-600w.webp
│   │   ├── favicon.ico
│   │   ├── reimu.png
│   │   └── taichi.png
│   └── robots.txt
├── src/
│   ├── components/      # Astro/React 组件
│   ├── content/         # 内容集合
│   │   ├── blog/        # 博客文章
│   │   └── config.ts    # 内容集合配置
│   ├── hooks/           # React Hooks
│   ├── languages/       # i18n 语言文件
│   │   ├── en.ts
│   │   ├── zh-cn.ts
│   │   ├── zh-tw.ts
│   │   └── ja.ts
│   ├── layouts/         # 页面布局
│   ├── pages/           # 页面路由
│   │   ├── about.mdx    # 关于页面
│   │   ├── archives/    # 归档页面
│   │   ├── blog/        # 博客页面
│   │   ├── categories/  # 分类页面
│   │   ├── tags/        # 标签页面
│   │   └── rss.xml.js   # RSS 订阅
│   ├── plugins/         # Markdown 插件
│   ├── styles/          # 样式文件
│   ├── utils/           # 工具函数
│   ├── config.ts        # 主题配置文件
│   ├── covers.ts        # 封面图配置
│   └── env.d.ts
├── astro.config.mjs     # Astro 配置
├── package.json
└── tsconfig.json

About

My Personal Portfolio:pudding483 的個人主頁,記錄一些活動心得

Resources

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
OFL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors