@@ -22,7 +22,7 @@ theme = ["hugo-theme-relearn"]
2222# TELE - Teleprompter
2323# EMBED - Embeddable Version
2424[outputs ]
25- home = [" HTML" , " RSS" , " PRINT" , " JSON " ]
25+ home = [" HTML" , " RSS" , " PRINT" , " SEARCH " , " SEARCHPAGE " ]
2626 section = [" HTML" , " RSS" , " PRINT" , " TELE" , " EMBED" ]
2727 page = [" HTML" , " RSS" , " PRINT" , " TELE" , " EMBED" ]
2828
@@ -89,7 +89,9 @@ theme = ["hugo-theme-relearn"]
8989 # this can be overridden in the pages frontmatter
9090 ordersectionsby = " weight"
9191 # Change default color scheme with a variant one. Eg. can be "red", "blue", "green" or an array like [ "blue", "green" ].
92- themeVariant = [" light-theme" , " dark-theme" ]
92+ themeVariant = [" auto" , " light-theme" , " dark-theme" ]
93+ # The first element is the variant for light mode, the second for dark mode
94+ themeVariantAuto = [" light-theme" , " dark-theme" ]
9395 # Change the title separator. Default to "::".
9496 # titleSeparator = "-"
9597 # If set to true, the menu in the sidebar will be displayed in a collapsible tree view.
0 commit comments