ananke/exampleSite/config.toml

47 lines
1.1 KiB
TOML
Raw Normal View History

2017-04-15 04:32:55 +02:00
title = "Notre-Dame de Paris"
2017-04-16 02:24:04 +02:00
baseURL = "https://example.com"
2017-04-15 04:32:55 +02:00
languageCode = "en-us"
theme = "gohugo-theme-ananke"
themesDir = "../.."
resourceDir = "../resources"
2017-04-15 04:32:55 +02:00
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.en]
title = "My blog"
weight = 1
contentDir = "content/en"
[languages.fr]
title = "Mon blogue"
weight = 2
contentDir = "content/fr"
2017-04-15 04:32:55 +02:00
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
site_logo = ""
2017-04-15 04:32:55 +02:00
description = "The last theme you'll ever need. Maybe."
2017-06-06 16:48:54 +02:00
facebook = ""
2017-04-15 04:32:55 +02:00
twitter = "https://twitter.com/GoHugoIO"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = ""
2019-11-15 20:13:07 +01:00
slack = ""
2020-01-10 04:10:47 +01:00
stackoverflow = ""
rss = ""
2017-04-16 02:20:47 +02:00
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
2017-04-19 05:27:59 +02:00
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
recent_posts_number = 2