forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
202 lines (188 loc) · 4.61 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
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
title: Layer5
author: Lee Calcote
email: [email protected]
name: Layer5
description: the service mesh community
url: "https://layer5.io"
baseurl: # if your site is located at /blog or /home, enter it here, otherwise leave it empty
parallax_image_one: assets/images/cube.png #-header-large.jpg # These are the images used for the parallax background
parallax_image_two: assets/images/startup3.jpg
portfolio_heading: Workshops
portfolio_type: cards
project_button: Github
session: Session
#Contact / Social
github: https://github.com/layer5io
medium: https://layer5.io
slack: http://slack.layer5.io/
blog: https://layer5.io
docker: https://hub.docker.com/u/layer5/
youtube: https://www.youtube.com/channel/UCFL1af7_wdnhHXL1InzaMvA?sub_confirmation=1
twitter:
card: summary
username: layer5
url: "https://twitter.com/layer5"
# Google tracking, if both are filled, tag manager will prevail. Set up GA through GTM in that case
tag_manager_id: # This looks something like GTM-XXXXXXX
google_analytics_tracking_id: UA-2969471-4 # This looks something like UA-000000000-0 Head over to https://analytics.google.com/ to setup.
syntax_highlighting: true # include the css for syntax highlighting
# Build settings
# theme: minima
markdown: kramdown
permalink: pretty
plugins:
- jekyll-feed
- jekyll-assets
- jekyll-minifier
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
collections_dir: collections
collections:
authors:
output: true
books:
output: true
permalink: /books/:title
posts:
output: true
permalink: /posts/:title
people:
output: true
projects:
output: true
permalink: /projects/:title
topics:
output: true
permalink: /topics/:title
workshops:
output: true
permalink: /workshops/:title
defaults:
- scope:
type: pages
values:
layout: default
body-class: left-sidebar
sidebar: open
- scope:
type: books
values:
layout: default
body-class: left-sidebar
sidebar: open
# Collection defaults
## Reference - OSS this site uses:
# http://www.fabiolamanna.it
# https://github.com/jameshamann/jekyll-material-theme
# https://github.com/VincentGarreau/particles.js
# https://cssgradient.io
# https://coolbackgrounds.io
# https://jekyllcodex.org/without-plugin/lightbox/
## A message to have visitors acknowledge use of cookies (not currently used)
# cookies_banner: none # The value "show" will show the cookies banner, the value "none" will hide the banner.
# cookie_accept_message: Thank you. Enjoy!
## Skill icons from https://konpa.github.io/devicon/ (not currently used)
# icon_size: 50 # font-size of icons in px
# colored: colored # Leave blank for black and white icons
#skills:
# - name: docker
# - name: android
# - name: angularjs
# - name: apache
# - name: appcelerator
# - name: apple
# - name: atom
# - name: babel
# - name: backbonejs
# - name: bitbucket
# - name: bootstrap
# - name: bower
# - name: c
# - name: chrome
# - name: codeigniter
# - name: coffescript
# - name: confluence
# - name: cplusplus
# - name: csharp
# - name: css3
# - name: cucumber
# - name: d3js
# - name: debian
# - name: devicon
# - name: django
# - name: docker
# - name: doctrine
# - name: dot-net
# - name: drupal
# - name: erlang
# - name: facebook
# - name: firefox
# - name: foundation
# - name: gatling
# - name: gimp
# - name: git
# - name: github
# - name: gitlab
# - name: go
# - name: google
# - name: gradle
# - name: grunt
# - name: gulp
# - name: heroku
# - name: html5
# - name: ie10
# - name: illustrator
# - name: inkscape
# - name: itellij
# - name: java
# - name: jasmine
# - name: javascript
# - name: laravel
# - name: less
# - name: linux
# - name: meteor
# - name: mocha
# - name: mongodb
# - name: moodle
# - name: mysql
# - name: nginx
# - name: nodejs
# - name: nodewebkit
# - name: oracle
# - name: photoshop
# - name: php
# - name: phpstorm
# - name: protractor
# - name: postgresql
# - name: python
# - name: pycharm
# - name: rails
# - name: react
# - name: redhat
# - name: redis
# - name: ruby
# - name: rubymine
# - name: safari
# - name: sass
# - name: sequelize
# - name: slack
# - name: sourcetree
# - name: ssh
# - name: swift
# - name: symfony
# - name: tomcat
# - name: travis
# - name: trello
# - name: twitter
# - name: typescript
# - name: ubuntu
# - name: vim
# - name: visualstudio
# - name: vuejs
# - name: webpack
# - name: webstorm
# - name: windows8
# - name: wordpress
# - name: yii
# - name: zend