-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (52 loc) · 1.8 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
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Become a speaker at DevFest Toulouse!"
theme = "dot"
defaultContentLanguage = "en"
googleAnalytics="UA-37717223-9"
############################# Default Parameters ##########################
[params]
# logo is for all page
logo = "images/logo_text.svg"
# logo white is for homepage
logoWhite = "images/logo_text_white.svg"
jumboBackground = "images/banner.jpg"
# customize color
primaryColor = "#0E9D58"
secondaryColor = "#f9f9f9"
textColor = "#636363"
textColorDark = "#242738"
whiteColor = "#ffffff"
############################## social links ##############################
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "https://twitter.com/DevFestToulouse"
[[params.social]]
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
link = "https://linkedin.com/company/gdg-toulouse"
[[params.social]]
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
link = "https://www.youtube.com/channel/UCx83f-KzDd3o1QK2AdJIftg"
[[params.social]]
icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
link = "https://www.facebook.com/GDGToulouse"
################################# language ################################
[Languages]
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = ""
# copyright = "[devfesttoulouse](https://devfesttoulouse.fr/)"
# navigation
# [Languages.en.menu]
# [[Languages.en.menu.main]]
# weight = 2
# name = "DevFest Toulouse 2020"
# url = "https://devfesttoulouse.fr/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true