congo/config/_default/params.toml

132 lines
4.2 KiB
TOML
Raw Normal View History

# -- 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
2021-08-20 07:02:08 +00:00
colorScheme = "congo"
2022-01-27 04:26:18 +00:00
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
2022-01-13 04:56:30 +00:00
enableSearch = false
2022-01-25 23:49:30 +00:00
enableCodeCopy = false
enableImageLazyLoading = true
2022-01-27 04:26:18 +00:00
2021-08-26 00:07:37 +00:00
# robots = ""
fingerprintAlgorithm = "sha256"
2021-08-18 07:06:14 +00:00
[header]
layout = "basic" # valid options: basic, hamburger, hybrid, custom
2022-11-10 00:32:43 +00:00
# logo = "img/logo.jpg"
# logoDark = "img/dark-logo.jpg"
2022-11-10 00:32:43 +00:00
showTitle = true
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = false
showScrollToTop = true
2021-08-15 08:41:40 +00:00
[homepage]
layout = "page" # valid options: page, profile, custom
showRecent = false
recentLimit = 5
2021-08-15 08:41:40 +00:00
[article]
showDate = true
2022-01-24 05:51:28 +00:00
showDateUpdated = false
showAuthor = true
2021-08-18 00:08:06 +00:00
showBreadcrumbs = false
2021-08-15 08:41:40 +00:00
showDraftLabel = true
2021-08-21 01:42:40 +00:00
showEdit = false
# editURL = "https://github.com/username/repo/"
editAppendPath = true
2021-08-15 08:41:40 +00:00
showHeadingAnchors = true
showPagination = true
invertPagination = false
2021-08-15 08:41:40 +00:00
showReadingTime = true
2022-01-18 05:24:33 +00:00
showTableOfContents = false
2022-01-24 05:51:28 +00:00
showTaxonomies = false
showWordCount = false
showComments = false
2023-01-09 04:39:36 +00:00
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email"]
2021-08-16 00:41:00 +00:00
[list]
2021-08-18 00:08:06 +00:00
showBreadcrumbs = false
2021-10-19 06:04:42 +00:00
showSummary = false
showTableOfContents = false
showTaxonomies = false
groupByYear = true
paginationWidth = 1
2021-08-16 00:41:00 +00:00
[sitemap]
excludedKinds = ["taxonomy", "term"]
2022-01-24 05:51:28 +00:00
[taxonomy]
showTermCount = true
2021-08-15 08:41:40 +00:00
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
2023-06-26 06:24:39 +00:00
[plausibleAnalytics]
2023-06-25 07:51:45 +00:00
# domain = "blog.yoursite.com"
# event = ""
# script = ""
2023-06-16 02:22:49 +00:00
2021-08-11 05:28:33 +00:00
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""
2023-11-12 10:52:28 +00:00
[author]
# name = "Your name here"
# image = "img/author.jpg"
# headline = "I'm only human"
# bio = "A little bit about you"
# links = [
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://username.blogspot.com/" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { instagram = "https://instagram.com/username" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { linkedin = "https://linkedin.com/in/username" },
# { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { researchgate = "https://www.researchgate.net/profile/username" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { telegram = "https://t.me/username" },
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" },
# { whatsapp = "https://wa.me/phone-number" },
# { x-twitter = "https://twitter.com/username" },
# { youtube = "https://youtube.com/username" },
# ]