From 72c06d06a4113aaf94584a1ecdea12a5f722aabf Mon Sep 17 00:00:00 2001 From: casual Date: Sat, 22 Mar 2025 03:13:29 +0300 Subject: [PATCH] blog 2.0 --- content/whoami/contact_me.md | 6 ++---- hugo.yaml | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/content/whoami/contact_me.md b/content/whoami/contact_me.md index d74a597..88ac00f 100644 --- a/content/whoami/contact_me.md +++ b/content/whoami/contact_me.md @@ -42,10 +42,8 @@ Or write your message here (with contact information) and I will contact you:
- - -
+ +
diff --git a/hugo.yaml b/hugo.yaml index 834a562..61be225 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -72,7 +72,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