本主题是从HusBlog改进而来的
但是Minearm & Website做出了很大的改变,比如修复了scss警告和升级astro版本到4.16.13
root
├─public
│ └─scripts
└─src
├─components
│ ├─animation
│ ├─aside
│ ├─client
│ ├─footer
│ ├─header
│ ├─icons
│ ├─loading
│ └─postlist
├─content
│ └─blog
│ └─default
├─layouts
├─pages
│ ├─about
│ ├─blog
│ ├─categories
│ │ └─[category]
│ ├─friends
│ └─tags
│ └─[tag]
├─styles
│ ├─blog
│ │ └─dist
│ ├─components
│ │ └─dist
│ ├─dist
│ └─tags
└─utils
# 安装主题
npm i minearm-website
# 安装依赖
npm install
# 更新
npm update
# 启动开发预览
npm run dev
# 构建和预览
npm run build
npm run preview
本项目在MIT许可证下授权,版权所有©2024
由Minearm-RPM构建的