personal-website/config/_default/params.toml
baalajimaestro 80a1c551d7
Move deprecated author to params.author
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-02-04 11:36:58 +05:30

50 lines
1.2 KiB
TOML

# -- Theme Options --
# These options control how the theme functions and allow you to
# customise the display of your website.
#
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
defaultAppearance = "dark"
# logo = "images/logo.png"
description = "baalajimaestro's personal website"
# mainSections = ["section1", "section2"]
# robots = ""
[homepage]
layout = "profile" # valid options: page, profile, custom
showRecent = false
[author]
name = "baalajimaestro"
image = "logo.webp"
headline = "DevOps Engineer, and Self-taught System Administrator"
[article]
showDate = true
dateFormat = "2 January 2006"
showAuthor = true
showBreadcrumbs = true
showDraftLabel = true
showEdit = false
showHeadingAnchors = true
showPagination = true
showReadingTime = true
sharingLinks = ["facebook", "twitter", "reddit", "linkedin", "email", "telegram", "ycombinator"]
[list]
showBreadcrumbs = true
groupByYear = true
[taxonomy]
showTermCount = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]