-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
70 lines (67 loc) · 1.6 KB
/
Copy pathconfig.toml
File metadata and controls
70 lines (67 loc) · 1.6 KB
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
baseURL = 'https://rayvert64.github.io'
title = 'Philippe(Adora) Boutin'
theme = "hugo.386"
[languages]
[languages.en]
title = "My AI Website!"
languageName = "⌨En"
contentDir = "content/en"
weight = 1
goBack = "Back to homepage"
[[languages.en.menu.main]]
identifier = "About"
name = "About Me"
url = "/about/"
weight = 1
[[languages.en.menu.main]]
identifier = "Opinions"
name = "Opinions/Philosophies"
url = "/opinions/"
weight = 2
[[languages.en.menu.main]]
identifier = "Contact"
name = "Contact Me"
url = "/contact/"
weight = 3
[languages.fr]
title = "Mon site Web IA"
languageName = "⌨Fr"
contentDir = "content/fr"
weight = 2
goBack = "Retour à l'accueil"
[[languages.fr.menu.main]]
identifier = "About"
name = "À propos de moi"
url = "/fr/about/"
weight = 1
[[languages.fr.menu.main]]
identifier = "Opinions"
name = "Mes Opinions/Philosophies"
url = "/fr/opinions/"
weight = 2
[[languages.fr.menu.main]]
identifier = "Contact"
name = "Contactez-moi"
url = "/fr/contact/"
weight = 3
[languages.nb]
title = "Min nettside AI"
languageName = "⌨Nb"
contentDir = "content/nb"
weight = 3
goBack = "Gå tilbake til hjemmesiden"
[[languages.nb.menu.main]]
identifier = "About"
name = "Om meg"
url = "/nb/about/"
weight = 1
[[languages.nb.menu.main]]
identifier = "Opinions"
name = "Min meninger"
url = "/nb/opinions/"
weight = 2
[[languages.nb.menu.main]]
identifier = "Contact"
name = "Kontakt meg"
url = "/nb/contact/"
weight = 3