-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (39 loc) · 940 Bytes
/
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
baseurl = "https://loonaire.github.io/"
title = "Loonaire Blog"
author = "Loonaire"
languageCode = "fr-fr"
theme = "holy"
canonifyURLs = true
relativeURLs = true
defaultContentLanguage = "fr"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[params]
dateform = "2 January 2006"
dateformShort = "2 January"
dateformNum = "02/01/2006"
dateformNumTime = "02/01/2006 15:04"
#Copyright
copyright = "copyright ©Loonaire"
[menu]
[[menu.main]]
identifier = "posts"
name = "Articles"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "about"
name = "A propos"
url = "/about"
weight = 3
[[menu.main]]
identifier = "other"
name = "Autre contenu"
url = "/other/"
weight = 2
[languages]
[languages.fr]
[languages.en.params]
landingPageName = "Accueil"