-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (42 loc) · 1.09 KB
/
_config.yml
File metadata and controls
49 lines (42 loc) · 1.09 KB
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
# Site settings
title: Carlos Mecha
email: carlos@etl.engineer
url: https://carlosmecha.github.io
description: "Random system thoughts."
keywords: "etl, cloud stuff, distributed systems"
skills: "Distributed Systems Engineer - Engineering Manager"
meta_author: Mecha Carlos
# Google webmaster tools
google_verify:
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 18bc9c #80B3FF
primary-rgb: "24,288,156" #"128,179,255"
secondary: 2c3e50 #FD6E8A
secondary-dark: 233140 #A2122F
# Footer settings
footer:
copyright: Carlos Mecha
contact:
- title: envelope-o
url: mailto:carlos@etl.engineer?Subject=Contact
- title: twitter
url: http://twitter.com/mechacarlos
- title: github
url: http://github.com/CarlosMecha
- title: linkedin
url: https://www.linkedin.com/in/mechacarlos/
address:
- <i class="fa fa-star" title="Currently"></i> San Francisco, CA
services:
- Distributed Systems
- Databases
- ETL
- Tooling
# Build settings
markdown: kramdown
safe: true
lsi: false
highlighter: rouge
exclude: ["vendor", "start.sh", "CNAME"]
permalink: pretty