diff --git a/config/_default/params.toml b/config/_default/params.toml index 6d05edf..5f6b1e6 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -57,15 +57,14 @@ layoutBackgroundHeaderSpace = true showBreadcrumbs = false showDraftLabel = true showEdit = false -showTags = true editAppendPath = true seriesOpened = false showHeadingAnchors = true showPagination = true invertPagination = false -showReadingTime = false -showTableOfContents = false -showTaxonomies = false +showReadingTime = true +showTableOfContents = true +showTaxonomies = true showCategoryOnly = false showAuthorsBadges = false showWordCount = false diff --git a/content/blog/garmin-eink/index.md b/content/blog/garmin-eink/index.md index 82f6536..07fd071 100644 --- a/content/blog/garmin-eink/index.md +++ b/content/blog/garmin-eink/index.md @@ -5,7 +5,6 @@ draft: false image: /projects/garmin-eink/featured.jpg summary: "Using an Eink display with an ESP32 to track and motivate me for a virtual running challenge" tags: ["ESP32", "Self-Hosting", Python] -author: false ---