From 50b6cb05a0df5ac85c097dbf1bfc106ac0e8de41 Mon Sep 17 00:00:00 2001 From: casual Date: Sat, 22 Mar 2025 03:13:24 +0300 Subject: [PATCH] blog 2.0 --- content/whoami/contact_me.md | 3 +-- hugo.yaml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/whoami/contact_me.md b/content/whoami/contact_me.md index a2aa654..4163699 100644 --- a/content/whoami/contact_me.md +++ b/content/whoami/contact_me.md @@ -42,8 +42,7 @@ Or write your message here (with contact information) and I will contact you:
- +
diff --git a/hugo.yaml b/hugo.yaml index bee18ea..e55815d 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -73,7 +73,8 @@ params: mainSections: [ "blog" ] # which sections should be on index/main page sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages readMore: false # show read more button - readNextPosts: 5 # show 5 related posts, 0 by default + # readNextPosts: 5 # show 5 related posts, 0 by default + readNextPosts: 0 # show 5 related posts, 0 by default disableSummary: false toc: true # display Table of Contents tocWordCount: 300 # ...when a post is longer than 300 words