樣板
一般文章 docs
章節
在每個子頁面目錄的 _index.md 都是該章節的摘要頁面,像是在「主題目錄 theme」的章節檔案就會放在 docs/theme/_index.md
| 說明 | 樣板位置 |
|---|---|
| 章節內文 | themes/docsy/layouts/docs/list.html |
內文
每個章節目錄下皆可以放置該章節的任一文章檔案,像是在「主題目錄 theme」的文章檔案就會放在 docs/theme/article.md
| 說明 | 樣板位置 |
|---|---|
| 文章內文 | themes/docsy/layouts/docs/single.html |
| 文章預設內文 | themes/docsy/layouts/_default/content.html |