-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
80 lines (68 loc) · 1.79 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
title = "Ananke"
baseURL = "https://gohugo-ananke-theme-demo.netlify.com/"
languageCode = "fr"
theme = "gohugo-theme-ananke"
MetaDataFormat = "yaml"
DefaultContentLanguage = "fr"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
description = "The last theme you'll ever need. Maybe."
faceboook = ""
twitter = "https://twitter.com/GoHugoIO"
instagram = ""
youtube = ""
# 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"
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
[languages]
[languages.fr]
title = "ZE LANGUE EST DE RETOURNÉE"
[[Languages.fr.menu.languages]]
name = "English"
identifier = ""
weight = 5
url = "/en"
[[Languages.fr.menu.custom]]
name = "À propos"
identifier = ""
weight = 5
url = "/about"
[[Languages.fr.menu.custom]]
name = "Contact"
identifier = ""
weight = 6
url = "/contact"
[[Languages.fr.menu.custom]]
name = "Articles"
identifier = ""
weight = 4
url = "/post"
[languages.en]
title = "ZE LANGUAGE HAZ RETURN'D!"
[[Languages.en.menu.languages]]
name = "Français"
identifier = ""
weight = 5
url = "/"
[[Languages.en.menu.custom]]
name = "Articles"
identifier = ""
weight = 4
url = "/en/enpost"
[[Languages.en.menu.custom]]
name = "About"
identifier = ""
weight = 5
url = "/en/about"
[[Languages.en.menu.custom]]
name = "Contact"
identifier = ""
weight = 6
url = "/en/contact"