diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-29 19:56:50 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-29 20:05:40 +0200 |
commit | 74329c51844759d20e973f30fdcc173bf833be95 (patch) | |
tree | 8592a7a043f9e5a4e746d2fcc8e325df55c3f474 /README.md | |
parent | f7131b852c48742226934105df68229f3a1408a8 (diff) |
Removed unnecessary homeIntro parameter, cleaned up layouts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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, |