From 1c321e8393f1014518175dea7617d6d384850d80 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:49:18 +0200 Subject: better settings --- config/_default/languages.en.toml | 2 +- config/_default/params.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 98eb495..190a019 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -14,7 +14,7 @@ title = "Ignorance is bliss..." [author] name = "Christoph Cullmann" image = "images/christoph_avatar.jpg" - headline = "Welcome to Christoph Cullmann's web site." + headline = "Welcome to Christoph Cullmann's web site" bio = "Software Engineer at AbsInt and KDE contributor" links = [ { github = "https://github.com/christoph-cullmann" }, diff --git a/config/_default/params.toml b/config/_default/params.toml index d2a4008..648113c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -81,8 +81,8 @@ smartTOCHideUnfocusedChildren = false layoutBackgroundHeaderSpace = false showBreadcrumbs = false showSummary = false - showViews = true - showLikes = true + showViews = false + showLikes = false showTableOfContents = true showCards = true groupByYear = false @@ -98,8 +98,8 @@ smartTOCHideUnfocusedChildren = false showHero = true heroStyle = "background" # valid options: basic, big, background, thumbAndBackground showBreadcrumbs = false - showViews = true - showLikes = true + showViews = false + showLikes = false showTableOfContents = true cardView = false @@ -107,8 +107,8 @@ smartTOCHideUnfocusedChildren = false showHero = true heroStyle = "background" # valid options: basic, big, background, thumbAndBackground showBreadcrumbs = false - showViews = true - showLikes = true + showViews = false + showLikes = false showTableOfContents = true groupByYear = false cardView = true -- cgit v1.2.3