-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
69 lines (60 loc) · 1.48 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
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'API Neuchâtel'
theme = 'ananke'
DefaultContentLanguage = "fr"
SectionPagesMenu = "main"
Paginate = 10
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.fr]
title = "API Neuchâtel"
weight = 1
contentDir = "content/fr"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
text_color = ""
author = ""
favicon = "images/logo/favicon.png"
site_logo = "images/logo/logo-wide-white.png"
mainSections = ["evenements"]
description = "L’association des professionnels de l’informatique (API) soutient le secteur informatique dans le canton de Neuchâtel et au-delà"
background_color_class = "bg-black"
recent_posts_number = 5
[[params.ananke_socials]]
name = "linkedin"
url = "https://www.linkedin.com/company/api-neuchatel"
[[params.ananke_socials]]
name = "youtube"
url = "https://www.youtube.com/@associationapi1442"
[[params.ananke_socials]]
name = "facebook"
url = "https://www.facebook.com/AssociationAPI/"
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/API_Neuchatel"
[menu]
[[menu.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menu.main]]
name = 'Manifeste'
pageRef = '/manifeste'
weight = 20
[[menu.main]]
name = 'Evenements'
pageRef = '/evenements'
weight = 30
[[menu.main]]
name = 'Communauté'
pageRef = '/community'
weight = 40
[[menu.main]]
name = 'Contacts'
pageRef = '/contact'
weight = 50