diff options
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index cefcefe..bec72d8 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -23,7 +23,7 @@ disableImageOptimizationMD = false disableTextInHeader = false # backgroundImageWidth = 1200 -# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images +# defaultBackgroundImage = "img/blowfish_logo.png" # used as default for background images # defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles # defaultSocialImage = "/android-chrome-512x512.png" # used as default for social media sharing (Open Graph and Twitter) @@ -37,7 +37,7 @@ giteaDefaultServer = "https://git.fsfe.org" forgejoDefaultServer = "https://v11.next.forgejo.org" [header] - layout = "fixed-gradient" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur + layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur [footer] showMenu = true @@ -47,15 +47,15 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" showScrollToTop = true [homepage] - layout = "profile" # valid options: page, profile, hero, card, background, custom - #homepageImage = "IMAGE.jpg" # used in: hero, and card + layout = "background" # valid options: page, profile, hero, card, background, custom + homepageImage = "img/homebg.jpg" # used in: hero, and card showRecent = false showRecentItems = 5 showMoreLink = true - showMoreLinkDest = "/posts/" + showMoreLinkDest = "posts/" cardView = true cardViewScreenWidth = true - layoutBackgroundBlur = false # only used when layout equals background + layoutBackgroundBlur = true # only used when layout equals background disableHeroImageFilter = false # only used when layout equals hero [article] @@ -63,14 +63,14 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" showViews = false showLikes = false showDateOnlyInArticle = false - showDateUpdated = false + showDateUpdated = true showAuthor = true # showAuthorBottom = false showHero = false # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = false + showBreadcrumbs = true showDraftLabel = true showEdit = false # editURL = "https://github.com/username/repo/" @@ -80,7 +80,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" showPagination = true invertPagination = false showReadingTime = true - showTableOfContents = false + showTableOfContents = true # showRelatedContent = false # relatedContentLimit = 3 showTaxonomies = false # use showTaxonomies OR showCategoryOnly, not both |
