Update Links to show blog and Series

feature/font
AtelierSnek 2022-11-03 15:14:24 +11:00
parent b2dc85e309
commit b87ee5c039
2 changed files with 5 additions and 3 deletions

View File

@ -14,8 +14,8 @@ main:
- name: Blog - name: Blog
pageRef: posts pageRef: posts
weight: 10 weight: 10
- name: Tags - name: Series
pageRef: tags pageRef: series
weight: 20 weight: 20

View File

@ -10,13 +10,14 @@ defaultAppearance: dark # valid options: light or dark
mainSections: mainSections:
- blog - blog
- tags - series
robots: '' robots: ''
autoSwitchAppearance: true autoSwitchAppearance: true
enableSearch: true enableSearch: true
enableCodeCopy: true enableCodeCopy: true
footer: footer:
showCopyright: true showCopyright: true
showThemeAttribution: true showThemeAttribution: true
@ -44,6 +45,7 @@ article:
showHeadingAnchors: true showHeadingAnchors: true
showPagination: true showPagination: true
invertPagination: false invertPagination: false
seriesOpened: false
showReadingTime: true showReadingTime: true
showTableOfContents: true showTableOfContents: true
showTaxonomies: true showTaxonomies: true