-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (65 loc) · 1.75 KB
/
_config.yml
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
# Site setings
name: 'Coffee and Data'
title: 'Coffee and Data'
description: 'Data Blog by Marc-Olivier Arsenault'
tagline: 'Data Blog by Marc-Olivier Arsenault'
meta_description: 'Data Blog by Marc-Olivier Arsenault'
logo: 'assets/images/square_logo.png'
favicon: 'assets/images/favicon.ico'
baseurl:
url: https://coffeeanddata.ca
production_url: https://coffeeanddata.ca
feed_url: https://coffeeanddata.ca
#disqus: 'coffeeanddata'
mailchimp_url: '//coffeeanddata.us18.list-manage.com/subscribe/post?u=0d3439b2865b0b299714d7d5a&id=bed66e1b11'
cover_image: bg5.jpg
# Add your GA Tracking Id
ga_analytics: G-PZTRVPSWT5
ga_analytics_integrity: sha256-xKbTDBVolaS8AtX1G6e0q1CC8OrSJVDXQD6xCMvQrbg=
# Author
author:
name: 'Marc-Olivier Arsenault'
image: 'headshot.png'
greetings: 'Coffee and Data'
description: "Data Blog by Marc-Olivier Arsenault"
quote: "Data Blog by Marc-Olivier Arsenault"
bio: "Senior Data Engineering Manager @ Shopify"
# Contact form setings
email: [email protected]
contact_page_description: "If you have any questions or you simply want to talk, feel free to send me a mail."
thankyou_page_description: "Your message has been successfully sent. Thanks!"
# Social links
twitter: 'MarcOlivierA'
facebook:
github: 'marcolivierarsenault'
codepen:
dribbble:
medium: '@marcolivier.arsenault'
instagram:
pinterest:
linkedin: 'marcolivierarsenault'
producthunt:
mastodon:
# Navigation
navigation:
- text: About
url: /about
- text: Contact Me
url: /contact
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-tagsgenerator
- jekyll-seo-tag
- jekyll-sitemap
# Pagination
paginate: 5
paginate_path: /page:num/
# Permalinks
permalink: /:title
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed