From bd063c30e3a0160efe187d4a766e105157ba12fd Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 16 Aug 2025 19:46:06 +0200 Subject: change: make home template embed content/home.md --- wiki/features/homepage.md | 14 +------------- wiki/setup.md | 7 ------- 2 files changed, 1 insertion(+), 20 deletions(-) (limited to 'wiki') diff --git a/wiki/features/homepage.md b/wiki/features/homepage.md index db4cb37..7f81274 100644 --- a/wiki/features/homepage.md +++ b/wiki/features/homepage.md @@ -14,19 +14,7 @@ The homepage offers minimal customization options, you can specify an intro, and ## Intro Section -By setting those two parameters in your `hugo.toml` config you can control the text to display after the header on the homepage. Note that the body is interpreted as markdown. - -```toml -[params] -homeIntroTitle = 'Hi!' - -homeIntroContent = """ -I am an Italian Software Engineer with a strong foundation in computer science and a passion for solving complex problems. -I am interested in a range of topics, including algorithms, distributed systems, databases, and information retrieval. -""" -``` - -Note that you can omit one of the two if you want. +Text you write in `content/home.md` will be embedded after the header on the homepage. ## Display a Collection diff --git a/wiki/setup.md b/wiki/setup.md index 16e8dd5..d0752f4 100644 --- a/wiki/setup.md +++ b/wiki/setup.md @@ -86,13 +86,6 @@ theme = 'auto' colorPalette = 'default' hideHeader = false -# Intro on main page, content is markdown -homeIntroTitle = 'Hi!' -homeIntroContent = """ -I am an Italian Software Engineer with a strong foundation in computer science and a passion for solving complex problems. -I am interested in a range of topics, including algorithms, distributed systems, databases, and information retrieval. -""" - # Collection to display on home homeCollectionTitle = 'Posts' homeCollection = 'posts' -- cgit v1.2.3