-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
166 lines (133 loc) · 5.44 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
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
162
163
164
165
166
# Site settings
baseurl = "https://mrbrownser.github.io" #without ending slash
languageCode = "en-us"
title = "Adrià Castany Serrano"
theme = "hugo-identity-theme"
themesDir = "themes"
# Disable unnecessary kinds
disableKinds = ["page", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"]
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-97623391-1"
[params]
# Images settings
# Icons, backgrounds and avatars folders are placed in theme's static/images folder.
# You may place your images in corresponding folders and then set only filenames below to
# change page's appearance
# Site icons
favicon_ico = "my_favicon.ico"
favicon_ico_sizes = "16x16 32x32"
appleicon = "apple.png"
# Additional options to supplement icons served
#favicon_png = "favicon.png"
#favicon_png_sizes = "96x96"
#favicon_svg = "favicon.svg"
# Link custom assets relative to /static
#custom_js = [""]
#custom_css = ["background.css", "icons.css"]
custom_css = ["assets/css/background.css", "assets/css/main_retouched.css"]
custom_js = ["assets/js/typeform-adaptor.js"]
# Customization switches
# Overwrite FontAwesome: see icons.css
#custom_icons = true
# Overwrite background: see background.css
#custom_background = true
typeformEnabled = true
typeformid = "yHxJjG" # Required
typeformuser = "mrbrown" # Optional
# typeformwidth = "100%" # Optional
typeformheight = "400px" # Optional
# Personal data
[params.personal]
# If name is not set, author is used
name = "Adrià Castany Serrano"
# Avatars can be written to images/avatars/
avatar = "adria.jpg"
position = "FullStack Developer at [Haufe](https://www.haufegroup.com/en/home)"
livesIn = "[Barcelona, Spain](https://www.google.es/maps/place/Barcelona/)"
scope = [
"iOS/Android App Developer leveraging [React Native](https://facebook.github.io/react-native/) and [Firebase](https://firebase.google.com/)",
"Frontend developer [specialist in React](https://facebook.github.io/react/)",
"Backend developer used to [Rails](http://rubyonrails.org/), [MeteorJS](https://www.meteor.com/) and [Express](http://expressjs.com/)",
"Cocreator and maintainer of [Forbidden City Game](https://itunes.apple.com/us/app/forbidden-city-game/id1146810345)"
]
biography = """Passionate about coding, software development and Startup's world. Working but always learning, I love being up to date with the latest languages/frameworks on the scene."""
# Contact form settings
[params.contact]
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "[email protected]"
# It is possible to substitute formspring with other providers
# as an example the mailout plugin from caddy.
# Provide the post URL for the form and depending on the provider
# add some custom JS script to finish the implementation.
#postURL = "https://example.com/mailout/"
enable = false
title = "Start a convo"
namePlaceholder = "Your name"
emailPlaceholder = "Your Email"
messagePlaceholder = "Message"
buttonText = "Say HI"
success = "Thank you for contacting me."
error = "Message could not be send. Please contact me at [email protected]"
# Google invisible captcha
[params.contact.captcha]
sitekey = "6LcgkyMUAAAAAOk8EVXW_9KiqSa3B26M0NcRaO98"
# Add optional form fields to identify contact forms.
#[[params.contact.fields.hidden]]
# name = "someID"
# value = "example.com"
#[[params.contact.fields.hidden]]
# Special values for name such as "page" and "site" will be autofilled
# name = "page"
# Social settings
# You may change these with your social links or add others
[[params.social]]
title = "Linkedin"
icon = "fa-linkedin"
link = "https://www.linkedin.com/in/adriacastany"
[[params.social]]
title = "GitHub"
icon = "fa-github"
link = "https://github.com/MrBrownser"
[[params.social]]
title = "Twitter"
icon = "fa-twitter"
link = "https://twitter.com/browncaser"
# Footer settings
[params.footer]
# If copyright is not set, author is used
copyright = "MrBrownser"
# Page license
[params.license]
link = "https://opensource.org/licenses/MIT"
name = "2017 MIT License"
# Credits
[[params.credits]]
# Title is used as URL text
title = "HTML5UP"
# Text will be used to explain the credit
text = "Designed by"
link = "https://html5up.net"
[[params.credits]]
# Title is used as URL text
title = "HUGO"
# Text will be used to explain the credit
text = "Powered by"
link = "http://gohugo.io/"
# Optional piwik tracking
#[params.analytics.piwik]
# URL = "https://stats.example.com"
# ID = "42"
# # Track all subdomains with "*.example.com"
# domain = "www.example.com"
# # Optional integrity check hash
# hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="