-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
96 lines (79 loc) · 2.77 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
baseURL = "/"
languageCode = "ca-es"
title = "guifibages"
themesDir = "themes"
theme = "hugo-serif-theme"
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
# In most cases you will only want to set the google_analytics_id OR the google_tag_manager_id. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
google_analytics_id = ""
google_tag_manager_id = ""
[params.homepage]
show_contact_box = true # show / hide the contaxt box on the homepage
show_services_button = true # show / hide the "view all services" button
[params.logo]
# mobile = "images/logo/logo-mobile.svg"
# mobile_height = "36px"
# desktop = "images/logo/guifibages_logo.png"
# desktop_height = "36px"
alt = "guifi<span style='color: #e30612'>bages</span>"
[params.fonts]
# sets the google font link in layouts/partials/google-fonts.html
# google_fonts = 'https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Source+Sans+Pro:wght@400;700&display=swap'
# heading = "FreeSans"
# base = "FreeSans"
[params.colors]
primary = "#0f1626"
black = "#2f2f41"
white = "#ffffff"
white_offset = "#f6f7ff"
grey = "#3a3a3a"
[params.seo]
meta_twitter_site = "@guifibages"
# meta_twitter_creator = "@zerostaticio"
# meta_og_image = "https://www.zerostatic.io/theme/hugo-serif/hugo-serif-screenshot.png"
[params.team]
summary_large_truncate = 120 # How many characters to include in the summary of the team bios (large layout) before truncating
[params.footer]
copyright_text = "Tot el contingut d'aquesta web creat per Guifibages és sota<br><a href='http://creativecommons.org/licenses/by/4.0/deed.ca'>Llicència Creative Commons de Reconeixement (cc-by)</a>"
# contact_info = 'info@guifibages.cat'
twitter = "<a href='https://twitter.com/guifibages'><img src='/images/social/twitter.svg' width=24 height=24 /></a>"
github = "<a href='https://github.com/guifibages'><img src='/images/social/github.svg' width=24 height=24 /></a>"
[menu]
# Main Menu
[[menu.main]]
name = "Tarifes d'internet"
url = "/tarifes/"
weight = 1
[[menu.main]]
name = "Fes-te soci"
url = "/soci/"
weight = 2
[[menu.main]]
name = "Comunicats"
url = "/comunicats/"
weight = 4
[[menu.main]]
name = "Contacte"
url = "/contacte/"
weight = 6
# Footer Menu
[[menu.footer]]
name = "Guies tècniques"
url = "/guies/"
weight = 1
[[menu.footer]]
name = "Política de privacitat"
url = "/privacitat/"
weight = 2
[[menu.footer]]
name = "Contacte"
url = "/contacte/"
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true