-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
161 lines (135 loc) · 4.42 KB
/
config.toml
File metadata and controls
161 lines (135 loc) · 4.42 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Page settings
baseURL = "https://pisa.coderdojo.it/"
languageCode = "it-IT"
title = "Pisa Coderdojo"
theme = "minimal"
[services.googleAnalytics]
id = "UA-7192458-7"
###
# minimal
###
[params]
author = "Pisa CoderDojo"
description = "Sempre in Gamba! Be Cool!"
githubUsername = "#"
accent = "#ed2025"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["javascript", "java", "python"]
profilePic = "banner-medium.jpg"
css = ["https://fonts.googleapis.com/css?family=Lato&display=swap", "css/mymain.css"]
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/about/"
name = "About"
weight = 2
[[menu.main]]
url = "/news/"
name = "Notizie"
weight = 3
[[menu.main]]
url = "/projects/"
name = "Risorse"
weight = 4
[[menu.main]]
url = "/mentors/"
name = "Mentori"
weight = 5
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.
[[menu.icon]]
url = "mailto:pisa.it@coderdojo.com"
name = "envelope-o"
weight = 1
[[menu.icon]]
url = "https://www.facebook.com/pisacoderdojo"
name = "facebook"
weight = 2
[[menu.icon]]
url = "https://twitter.com/pisacoderdojo/"
name = "twitter"
weight = 3
[[menu.icon]]
url = "https://www.youtube.com/channel/UCnqlpn8ckiVuYbczbQOtPAw"
name = "youtube"
weight = 4
[[menu.icon]]
url = "https://github.com/PisaCoderDojo/"
name = "github"
weight = 5
###
# ananke
###
# MetaDataFormat = "yaml"
# DefaultContentLanguage = "en"
# SectionPagesMenu = "main"
# Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
# enableRobotsTXT = true
# [sitemap]
# changefreq = "monthly"
# priority = 0.5
# filename = "sitemap.xml"
# [params]
# favicon = ""
# description = "The last theme you'll ever need. Maybe."
# facebook = ""
# twitter = "https://twitter.com/GoHugoIO"
# instagram = ""
# youtube = ""
# github = ""
# gitlab = ""
# linkedin = ""
# mastodon = ""
# slack = ""
# stackoverflow = ""
# # 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"
# recent_posts_number = 2
###
# business-frontpage
###
# [params]
# author = "CowboySmall"
# description = "Business Frontpage - A business home page starter template for Bootstrap 4 featuring marketing boxes and a full width image header"
# [params.navbar]
# name = "Pisa CoderDojo"
# url = "#"
# [[params.navbar.nav]]
# current = true
# name = "Home"
# url = "#"
# [[params.navbar.nav]]
# name = "About"
# url = "#"
# [[params.navbar.nav]]
# name = "Services"
# url = "#"
# [[params.navbar.nav]]
# name = "Contact"
# url = "/contact"
# [params.header]
# name = "Business Name or Tagline"
# tagline = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non possimus ab labore provident mollitia. Id assumenda voluptate earum corporis facere quibusdam quisquam iste ipsa cumque unde nisi, totam quas ipsam."
# [params.summary]
# url = "#"
# [params.summary.description]
# [[params.summary.description.items]]
# description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. A deserunt neque tempore recusandae animi soluta quasi? Asperiores rem dolore eaque vel, porro, soluta unde debitis aliquam laboriosam. Repellat explicabo, maiores!"
# [[params.summary.description.items]]
# description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis optio neque consectetur consequatur magni in nisi, natus beatae quidem quam odit commodi ducimus totam eum, alias, adipisci nesciunt voluptate. Voluptatum."
# [params.summary.contact]
# name = "Start Bootstrap"
# address1 = "3481 Melrose Place"
# address2 = "Beverly Hills, CA 90210"
# phone = "(123) 456-7890"
# email = "name@example.com"
# [params.footer]
# copyright = "Your Website"