-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
91 lines (71 loc) · 1.88 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
baseURL = "https://sc-mallorca.com"
title = "SC Mallorca"
languageCode = "en-us"
defaultContentLanguage = "en"
paginate = "7"
theme = "spectral"
[params]
fancyTitle = "Mallorca Software Crafters" # title for frontpage, may include image
copyright = """
<a href="https://github.com/ppicom">Pere Picó</a>
"""
description = 'As aspiring Software Crafters </br> we are raising the bar of professional software development</br>by practicing it and helping others learn the craft'
startbuttonText = "Join us"
startbuttonLink = "https://www.meetup.com/es-ES/mallorca-software-crafters/"
body_is_markdown = true
[[params.menu.main]]
url = '/'
title = "Home"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params.one]
enable = true
title = 'Our manifesto'
body = '''
Not only working software, but also well-crafted software.
Not only responding to change, but also steadily adding value.
Not only individuals and interactions, but also a community of professionals.
Not only customer collaboration, but also productive partnerships.
'''
[[params.one.icon]]
icon = "fa-code"
style = "1"
label = "Lorem"
[[params.one.icon]]
icon = "fa-truck"
style = "2"
label = "Ipsum"
[[params.one.icon]]
icon = "fa-user"
style = "3"
label = "Dolor"
[[params.one.icon]]
icon = "fa-handshake-o"
style = "3"
label = "Dolor"
[params.two]
enable = false
[params.three]
enable = false
[params.cta]
enable = true
title = "Join the community!"
body = "We are software engineers who strive to be true crafters in their work."
[[params.cta.link]]
href = "https://www.meetup.com/es-ES/mallorca-software-crafters/?action=join"
text = "Join us"
special = true
[[params.cta.link]]
href = "https://twitter.com/scmallorca"
text = "Follow us"
special = false
[params.contact]
enable = false
[params.social]
twitter = "scmallorca"
# language specific options
[languages.en]
weight = 0
languageName = "English"