本主题是从HusBlog改进而来的
最新的正式版是0.1.3 最新的测试版是0.0.3-beta.4
但是Minearm & Website做出了很大的改变,比如修复了scss警告和升级astro版本到5.1.2
要让 Astro 在你的系统上运行,你还需要安装 Node.js,版本 v18.17.1 或 v20.3.0 或更高版本。(不支持 v19)
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
git clone https://github.com/Minearm-RPM/Minearm.git node_modules/
cd node_modules/minearm-website
# 或者(对应上面两种方法)
cd node_modules/
# 安装依赖
npm install
# 更新
npm update
# 启动开发预览
npm run dev
# 构建和预览
npm run build
npm run preview
本项目在MIT许可证下授权,版权所有©2024
由Minearm-RPM构建的