forked from Platformatory/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
117 lines (108 loc) · 4.13 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
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
# Site
name: "The Write Ahead Log"
title: "The Write Ahead Log"
description: "Platform and Product Engineering Journal"
logo: 'assets/images/plf-logo.svg'
favicon: 'assets/images/logo.png'
baseurl: '/blog'
google_analytics: 'G-PWW2W71JX1'
#disqus: 'demowebsite'
mailchimp-list: 'https://platformatory.us17.list-manage.com/subscribe/post?u=8cc2e44e80300ae193f198bcc&id=6246b12a61'
include: ["_pages"]
permalink: /:title/
# Authors
authors:
p6:
name: pavan
display_name: Pavan Keshavamurthy
gravatar: a92e3c1140c93b65879c69ecf47bb1b5
email: [email protected]
web: https://platformatory.io
twitter: https://twitter.com/platformatory
description: "Cofounder at Platformatory. Pavan has handyman experience around systems programming, data, infrastructure and running tech consulting gigs"
badri:
name: badri
display_name: Lakshminarasimhan Parthasarathy
avatar: 'assets/images/lakshmi.jpg'
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.platformatory.io
twitter: https://twitter.com/platformatory
description: "Principal Engineer at Platformatory; Lakshmi comes with the triad of full stack development, operations and data experience"
dasa:
name: dasa
display_name: Dasa Sathyan
avatar: 'assets/images/avatar.png'
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.platformatory.io
twitter: https://twitter.com/platformatory
description: "Sr Consultant at Platformatory;"
ashwin:
name: ashwin
display_name: Ashwin Venkatesan
avatar: 'assets/images/avatar.png'
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.platformatory.io
twitter: https://twitter.com/platformatory
description: "Platform Engineer at Platformatory specialzing in streaming; Ashwin has previously dabbled in data science, machine learning and predicting box office success for Tollywood movies"
venkatesh:
name: venkatesh
display_name: Venkatesh Keshavamurthy
avatar: 'assets/images/avatar.png'
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.platformatory.io
twitter: https://twitter.com/platformatory
description: "Data Engineer at Platformatory;"
avinash:
name: avinash
display_name: Avinash Upadhyaya
avatar: 'assets/images/avatar.png'
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.platformatory.io
twitter: https://twitter.com/platformatory
description: "Platform Engineer at Platformatory specializing in Infrastructure; Avinash is an avid technical evangelist advocating for open source technologies in the local communities through meetups and conferences. He is a Kong Champion and a Confluent Community Catalyst. Apart from consulting, Avinash is an open source contributor with contributions to various projects in the CNCF ecosystem."
raghav:
name: raghav
display_name: Raghavendran Nehru
avatar: 'assets/images/avatar.png'
gravatar: b1cc14991db7a456fcd761680bbc8f81
email: [email protected]
web: https://www.platformatory.io
twitter: https://twitter.com/platformatory
description: "Director & Practitioner, North America;"
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
#adsense: "disabled"
#adsense-data-ad-client: "ca-pub-3412143450191416"
#adsense-data-ad-slot: "1363087678"
# Lazy Images ("enabled" or "disabled")
lazyimages: "disabled"
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock]