mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-22 19:04:55 +00:00

为 Halo 2.1 更新文档。 see https://github.com/halo-dev/halo/releases/tag/v2.1.0 /kind documentation ```release-note None ```
1.3 KiB
1.3 KiB
title, description
title | description |
---|---|
目录结构 | 主题的目录结构介绍 |
Halo 2.0 的主题基本目录结构如下:
my-theme
├── templates/
│ ├── assets/
│ │ ├── css/
│ │ │ └── style.css
│ │ └── js/
│ │ └── main.js
│ ├── index.html
│ ├── post.html
│ ├── page.html
│ ├── tag.html
│ ├── tags.html
│ ├── category.html
│ ├── categories.html
│ └── archives.html
├── theme.yaml
└── settings.yaml
详细说明: