From e85cfde4fa219e6278ddb591698746e89045a455 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 14 Jun 2023 12:27:56 +0800 Subject: [PATCH] default example site to light theme --- exampleSite/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 430b3e7..148ef5e 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -44,7 +44,7 @@ params: switch: ["🌚", "🌝"] # minima has one dark theme and multiple light themes. defaultTheme specifies # a default light theme to use. currently available options: light, sand, rock, system. - defaultTheme: sand + defaultTheme: light # displayDate speficies whether or not to display post date on the home page. displayDate: true # displayDescription specifies whether or not to display post description on