@@ -20,7 +20,7 @@ theme = "hugo-theme-relearn"
2020# TELE - Teleprompter
2121# EMBED - Embeddable Version
2222[outputs ]
23- home = [" HTML" , " RSS" , " PRINT" , " JSON " ]
23+ home = [" HTML" , " RSS" , " PRINT" , " SEARCH " , " SEARCHPAGE " ]
2424 section = [" HTML" , " RSS" , " PRINT" , " TELE" , " EMBED" ]
2525 page = [" HTML" , " RSS" , " PRINT" , " TELE" , " EMBED" ]
2626
@@ -87,7 +87,9 @@ theme = "hugo-theme-relearn"
8787 # this can be overridden in the pages frontmatter
8888 ordersectionsby = " weight"
8989 # Change default color scheme with a variant one. Eg. can be "red", "blue", "green" or an array like [ "blue", "green" ].
90- themeVariant = [" light-theme" , " dark-theme" ]
90+ themeVariant = [" auto" , " light-theme" , " dark-theme" ]
91+ # The first element is the variant for light mode, the second for dark mode
92+ themeVariantAuto = [" light-theme" , " dark-theme" ]
9193 # Change the title separator. Default to "::".
9294 # titleSeparator = "-"
9395 # If set to true, the menu in the sidebar will be displayed in a collapsible tree view.
0 commit comments