33 lines
732 B
TOML
33 lines
732 B
TOML
baseURL = "http://example.org/"
|
|
languageCode = "fr-fr"
|
|
title = "Les Archers du Bisse"
|
|
theme = "ananke"
|
|
|
|
MetaDataFormat = "yaml"
|
|
DefaultContentLanguage = "fr"
|
|
SectionPagesMenu = "main"
|
|
Paginate = 30
|
|
recent_posts_number = 2
|
|
googleAnalytics = ""
|
|
enableRobotsTXT = true
|
|
|
|
|
|
[sitemap]
|
|
changefreq = "monthly"
|
|
priority = 0.5
|
|
filename = "sitemap.xml"
|
|
|
|
[params]
|
|
favicon = ""
|
|
description = ""
|
|
facebook = ""
|
|
twitter = ""
|
|
instagram = ""
|
|
youtube = ""
|
|
github = ""
|
|
gitlab = ""
|
|
linkedin = ""
|
|
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
|
background_color_class = "bg-silver"
|
|
cover_dimming_class = "bg-black-30"
|
|
featured_image = "/images/banner.jpg"
|