pub / www.jayvii.de

My personal website
git clone https://src.jayvii.de/pub/www.jayvii.de.git
Home | Log | Files | Exports | Refs | Submodules | RSS

commit 8f30df79b81511ace795888fa8d1eb85ae73f4e3
parent b5a60dc4ca1f409b7657d0992b765d08c8486ac8
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 21 Jul 2024 13:04:12 +0200

finetuning of features

Diffstat:
Mconfig.yml | 14+++++++-------
Mcontent/posts/backups.md | 2--
2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/config.yml b/config.yml @@ -29,19 +29,19 @@ params: ShowBreadCrumbs: true ShowCodeCopyButtons: true ShowWordCount: true - ShowRssButtonInSectionTermList: false + ShowRssButtonInSectionTermList: true UseHugoToc: true - disableSpecial1stPost: false + disableSpecial1stPost: true disableScrollToTop: false comments: false hidemeta: false hideSummary: false - showtoc: false + showtoc: true tocopen: false assets: - # disableHLJS: true # to disable highlight.js - # disableFingerprinting: true + disableHLJS: false # to disable highlight.js + disableFingerprinting: true favicon: "favicon.ico" favicon16x16: "favicon_16.png" favicon32x32: "favicon_32.png" @@ -50,7 +50,7 @@ params: label: text: "JayVii" - #icon: /favicon_32.png + # icon: /favicon_32.png #iconHeight: 32 # profile-mode @@ -123,7 +123,7 @@ menu: pygmentsUseClasses: true markup: highlight: - noClasses: false + noClasses: true anchorLineNos: true codeFences: true guessSyntax: true diff --git a/content/posts/backups.md b/content/posts/backups.md @@ -4,8 +4,6 @@ title: "Encrypted Backup via rsync" date: "2023-04-07" description: "How I create atomic encrypted backups via gocryptfs and rsync" tags: ["backup", "encryption", "tech"] -ShowToc: false -ShowBreadCrumbs: true --- > **Update 2024-04-28:**