1title = "Notre-Dame de Paris"
2baseURL = "https://example.com"
3languageCode = "en-us"
4theme = "gohugo-theme-ananke"
5themesDir = "../.."
6
7MetaDataFormat = "yaml"
8DefaultContentLanguage = "en"
9SectionPagesMenu = "main"
10Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
11googleAnalytics = ""
12enableRobotsTXT = true
13
14[sitemap]
15 changefreq = "monthly"
16 priority = 0.5
17 filename = "sitemap.xml"
18
19[params]
20 favicon = ""
21 site_logo = ""
22 description = "The last theme you'll ever need. Maybe."
23 facebook = ""
24 twitter = "https://twitter.com/GoHugoIO"
25 instagram = ""
26 youtube = ""
27 github = ""
28 gitlab = ""
29 linkedin = ""
30 mastodon = ""
31 slack = ""
32 stackoverflow = ""
33 rss = ""
34 # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
35 background_color_class = "bg-black"
36 featured_image = "/images/gohugo-default-sample-hero-image.jpg"
37 recent_posts_number = 2