diff options
Diffstat (limited to 'wiki/features/homepage.md')
-rw-r--r-- | wiki/features/homepage.md | 14 |
1 files changed, 1 insertions, 13 deletions
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 |