diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 19:46:06 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:57 +0200 |
commit | bd063c30e3a0160efe187d4a766e105157ba12fd (patch) | |
tree | 6e57d7593b51e85d136bc667dca86e632f848ad7 /wiki/setup.md | |
parent | 3cada41922abb83b5a5541e4b5efd3fc1659c483 (diff) |
change: make home template embed content/home.md
Diffstat (limited to 'wiki/setup.md')
-rw-r--r-- | wiki/setup.md | 7 |
1 files changed, 0 insertions, 7 deletions
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' |