-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
42 lines (38 loc) · 953 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
baseURL = "https://paris-swc.github.io/"
languageCode = "en-us"
title = "Software Carpentry Paris"
theme = "beautifulhugo"
[Params]
logo = "img/favicon-96x96.png"
favicon = "img/favicon-16x16.ico"
rss = true
copyright = "CC BY 4.0"
[Author]
name = "Software Carpentry Paris"
website = "https://paris-swc.github.io/"
email = "[email protected]"
#facebook = "username"
github = "paris-swc"
#gitlab = "username"
#bitbucket = "username"
#twitter = "username"
#reddit = "username"
#linkedin = "username"
#xing = "username"
#stackoverflow = "username"
#snapchat = "username"
#instagram = "username"
#youtube = "username"
#soundcloud = "username"
#spotify = "username"
#bandcamp = "username"
#itchio = "username"
#vk = "username"
#paypal = "username"
#telegram = "username"
#mastodon = "username"
# Navbar
[[menu.main]]
name = "Our instructors"
url = "page/instructors/"
weight = 1