# 目錄與結構說明
* * * * *
> 站點根目錄themes下的文件為可使用的模板文件,您也可以自己建立目錄來設計新的模板。
### 文件結構說明
* * * * *
`/themes [模板目錄]
│
├─default ------------------[默認模板]
│ index.html -------------[網站首頁]
│ list.html --------------[文章列表]
│ content.html -----------[文章詳情]
│ page.html --------------[單頁面]
│ tag_index.html ---------[TAG首頁 - TAG合集]
│ tag_list.html ----------[TAG列表]
│ tag_content.html -------[TAG內容列表]
│ search_article.html ----[文章搜索結果]
│ guestbook.html ---------[留言板 - 自定義表單]
│ head.html --------------[公共頭部]
│ foot.html --------------[公共底部]
│ sidebar.html -----------[公共邊欄]
│ error_404.html ---------[404錯誤頁面]
│
├─mobile -------------------[手機模板]
│ index.html -------------[網站首頁]
│ list.html --------------[文章列表]
│ content.html -----------[文章詳情]`