QUICK REFERENCE

Page collections

頁面

在渲染 區段 頁面、分類法 頁面、術語 頁面和首頁時,使用這些 Page 方法。

 list-pages-in-section path=/methods/page filter=methods_page_page_collections filterType=include omitElementIDs=true titlePrefix=PAGE.

網站

在渲染任何頁面上的列表時,使用這些 Site 方法。

 list-pages-in-section path=/methods/site filter=methods_site_page_collections filterType=include omitElementIDs=true titlePrefix=SITE. 

篩選

使用 where 函數來篩選頁面集合。

排序

預設情況下,Hugo 會根據以下順序對頁面集合進行排序:

  1. 權重
  2. 日期(降序排列)
  3. 連結標題,如果沒有則回退為 標題
  4. 檔案名稱,如果頁面是由檔案支持的

使用這些方法來排序頁面集合。

 list-pages-in-section path=/methods/pages filter=methods_pages_sort filterType=include titlePrefix=. omitElementIDs=true titlePrefix=PAGES. 

分組

使用這些方法來分組頁面集合。

 list-pages-in-section path=/methods/pages filter=methods_pages_group filterType=include titlePrefix=. omitElementIDs=true titlePrefix=PAGES.