ananke/exampleSite/config.toml

72 lines
1.9 KiB
TOML
Raw Normal View History

2017-04-15 04:32:55 +02:00
title = "Notre-Dame de Paris"
2022-05-06 16:22:04 +02:00
baseURL = "https://gohugo-theme-ananke.pages.dev"
2022-02-11 21:25:39 +01:00
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
resourceDir = "../resources"
2017-04-15 04:32:55 +02:00
defaultContentLanguage = "en"
sectionPagesMenu = "main"
2017-04-15 04:32:55 +02:00
enableRobotsTXT = true
[services.googleAnalytics]
id = ''
[pagination]
pagerSize = 3 # this is set low for demonstrating with dummy content. Set to a higher number
[languages.en]
contentDir = "content/en"
languageCode = 'en-US'
weight = 1
title = "Ananke"
# languageDirection = 'rtl' for Right-To-Left languages
[languages.fr]
contentDir = "content/fr"
languageCode = 'fr-FR'
weight = 2
title = "Ananke Fr"
2017-04-15 04:32:55 +02:00
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
2017-04-15 04:32:55 +02:00
[params]
text_color = ""
author = ""
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
2024-10-27 19:12:46 +01:00
# choose fitting and alignment styles for the featured image using Tachyons classes such as "cover|contain" for fitting and "bg-top|bg-center|bg-bottom" for alignment, or add any other class space-separated to customize further
2024-10-21 09:57:39 +02:00
featured_image_class = "cover bg-top"
2024-10-27 19:12:46 +01:00
# choose a color dimming class for the page or site header from any on this page: https://tachyons.io/docs/themes/skins/, preface it with "bg-" and add the value such as "-X0" where X is in [1,9]
cover_dimming_class = "bg-black-60"
recent_posts_number = 3
[params.ananke.social.share]
networks = [
"email",
"facebook",
"bluesky",
"linkedin"
]
[params.ananke.social.follow]
networks = [
"facebook",
"bluesky",
"linkedin"
]
[params.ananke.social.facebook]
username = "patrick.kollitsch"
# profilelink = "https://www.facebook.com/patrick.kollitsch"
[params.ananke.social.linkedin]
username = "patrickkollitsch"
[params.ananke.social.bluesky]
username = "kollitsch.dev"