-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
71 lines (57 loc) · 2.32 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
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Google Developer Groups Toulouse"
theme = "dot"
defaultContentLanguage = "en"
googleAnalytics="UA-37717223-4"
############################# Default Parameters ##########################
[params]
# logo is for all page
logo = "images/logo_text.svg"
# logo white is for homepage logo, you can use colorful logo too...
logoWhite = "images/logo_text_white.svg"
# when logo is empty, it will shown your site title
# customize color
primaryColor = "#547ebf"
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/gdgtoulouse"
[[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/c/gdgtoulouse"
[[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 = "GDGToulouse is part of [Google Developer Groups](https://developers.google.com/community/gdg)"
# navigation
[Languages.en.menu]
[[Languages.en.menu.main]]
weight = 2
name = "Call for paper"
url = "https://github.com/GDGToulouse/meetup-cfp/issues/new"
# banner
[Languages.en.params.banner]
title = "We organize meetups and one of the biggest DevFest in the World, in Toulouse, France"
description = ""
image = "images/banner.jpg"
placeholder = "Have a question? Just ask here or enter terms"
# contact
[Languages.en.params.contact]
title = "Got Any Questions"
content = "Submit the form and confirm your email address at <a class='text-primary' href='https://formspree.io/'>Formspree</a> Then add the following lines to contact page YAML Front Matter."