From 74329c51844759d20e973f30fdcc173bf833be95 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 29 Apr 2024 19:56:50 +0200 Subject: Removed unnecessary homeIntro parameter, cleaned up layouts --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0dd824b..b41234f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ In your `hugo.toml` file you can specify the preferred theme: theme = "light | dark | auto" ``` +If nothing is set, the default setting is auto. + ### 2.3 Dark and light mode images You can tags to decide if images are displayed in dark or light mode, as GitHub is doing for readmes. @@ -130,11 +132,10 @@ disableKinds = ['taxonomy'] googleAnalytics = "G-xxxxxxxxxx" [params] -# Math mode -math = true +# Appearance +theme = 'auto' # Intro on main page, content in markdown, if you omit title or content the other can be displayed -homeIntro = true homeIntroTitle = 'Hello traveler!' homeIntroContent = """ Join me on this journey as I explore the ever-evolving landscape of software engineering, -- cgit v1.2.3