personal-website/config/_default/params.toml
baalajimaestro cdf7936469
Add configs for site
Adapt from previous site

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
Change-Id: I7875f1268b5a1b1d0c32394d16c322f6785552d0
2021-10-16 21:32:02 +05:30

46 lines
1.1 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"
# logo = "images/logo.png"
description = "baalajimaestro's personal website"
# mainSections = ["section1", "section2"]
# robots = ""
[homepage]
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true
dateFormat = "2 January 2006"
showAuthor = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = true
editURL = "https://github.com/baalajimaestro/personal-website/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
showReadingTime = true
sharingLinks = ["facebook", "twitter", "reddit", "linkedin", "email"]
[list]
showBreadcrumbs = false
groupByYear = true
[taxonomy]
showTermCount = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]