From 2f3edcf2d17fc1321692c0837e660838ed2b0b9f Mon Sep 17 00:00:00 2001 From: francoposa Date: Sat, 4 Jan 2025 16:12:01 -0800 Subject: [PATCH] update themes submodules and corresponding site config --- config.toml | 18 +++++++++--------- themes/hypo | 2 +- themes/typo | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 5ed51db..7f28782 100644 --- a/config.toml +++ b/config.toml @@ -10,10 +10,11 @@ enableGitInfo = true AuthorName = "Franco Posa" Description = "Software Engineering and Technical Guides, Docs, and Blogs by Franco Posa" -# Collection to display on home -homeSectionTitle = 'Resources' +# title of the collection to display on home page +homeCollectionTitle = 'Resources' -# Lists parameters +# show next/prev post links in footer of single page +singlePageFooterPagination = true paginationSize = 8 listSummaries = true @@ -24,17 +25,16 @@ breadcrumbs = true [markup.highlight] style = "friendly" -# # # Disable tags -# disableKinds = ['taxonomy'] +tableOfContents = true +[markup.tableOfContents] +startLevel = 2 +endLevel = 2 +ordered = false [taxonomies] #category = 'categories' tag = 'tags' -#[params] -## Home meta description -#description = "A tech-oriented personal blog curated by Francesco Tomaselli." - # Appearance settings theme = 'auto' colorPalette = 'default' diff --git a/themes/hypo b/themes/hypo index 597e594..8454f84 160000 --- a/themes/hypo +++ b/themes/hypo @@ -1 +1 @@ -Subproject commit 597e594352b57acd819a6d861d9b6ae9b2c82e9b +Subproject commit 8454f84a3519dd693397757f0d4e1e7bd7de3946 diff --git a/themes/typo b/themes/typo index e93633b..d58f9d5 160000 --- a/themes/typo +++ b/themes/typo @@ -1 +1 @@ -Subproject commit e93633b8ff0ef744bec60e59c3dbd0b9f5714ec4 +Subproject commit d58f9d5abf469fabd6704cf64d347d1c5974e1a7