Minearm & Website
Minearm是一个astro主题
本主题是从HusBlog改进而来的
url: https://github.com/KraHsu/HsuBlog.git
成品: www.minearm.org
文件结构
bash
root@rsp4:/Minearm# tree -d
.
├── public
│ └── scripts
└── src
├── components
│ ├── animation
│ ├── aside
│ ├── client
│ ├── footer
│ ├── header
│ ├── icons
│ ├── loading
│ └── postlist
├── content
│ └── blog
│ └── default
│ ├── history
│ │ ├── 公元前
│ │ └── 近代篇
│ └── it
├── layouts
├── pages
│ ├── about
│ ├── blog
│ ├── categories
│ │ └── [category]
│ ├── friends
│ └── tags
│ └── [tag]
├── styles
│ ├── blog
│ │ └── dist
│ ├── components
│ │ └── dist
│ ├── dist
│ └── tags
└── utils
bash
# 拉取minearm
git clone https://github.com/Minearm-RPM/minearm.git
bash
# 安装依赖
npm install
# 后续更新
npm update
bash
# 启动开发预览
npm run dev
bash
# 构建和预览
npm run build
npm run preview
许可证
本项目在MIT许可证下授权,版权所有©2024
由Minearm-RPM构建的