forked from droidsrobotics/FTC-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
112 lines (105 loc) · 3.42 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
# Site
name: FTC Tutorials
title: FTC Tutorials
description: A one stop shop for everything FIRST Tech Challenge
meta_description: "A one stop shop for everything FIRST Tech Challenge"
logo: 'assets/images/FTCTutorials.png'
favicon: 'assets/images/favicon-96x96.png'
baseurl:
email: '[email protected]'
google_analytics: 'UA-65893558-6'
disqus: 'demowebsite'
sharethis: '<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=5b19a5338e56ee0011c80480&product=sticky-share-buttons"></script>'
defaults:
#languages
-
scope:
path: ""
values:
language: "en"
layout: default
-
scope:
path: "es"
values:
lang: "es"
-
scope:
path: "en"
values:
lang: "en"
# {% assign all_langs = "en:United States:English,es:Spain:Español,nl:Netherlands:Nederlands,ar:Saudi Arabia:العَرَبِيةُ,pt:Brazil:Portugues,el:Greece:Ελληνικά,fr:France:français,ct:Catalonia:català,he:Israel:עברית,it:Italy:Italiano" | split: "," %}
all_langs: ['en:United States:English','es:Mexico:Español']
# Authors
authors:
Droids:
name: Not the Droids You Are Looking For
display_name: Droids
email: [email protected]
web: http://www.droidsrobotics.org
twitter: https://twitter.com/droidsrobotics
facebook: https://www.facebook.com/droidsrobotics
description: "Founder of EV3Lessons, FLLTutorials, LEGO MCP, FLL World Festival Champion 2018."
image: assets/images/people/Droids.jpg
SeshanBrothers:
name: Seshan Brothers
display_name: Seshan Brothers
email: [email protected]
web: http://www.flltutorials.com
twitter: https://twitter.com/seshanbrothers
facebook: https://www.facebook.com/SeshanBrothers/
description: "Founder of EV3Lessons, FLLTutorials, LEGO MCP, FLL World Festival Champion 2018."
image: assets/images/people/Seshanbros.jpg
Sanjay:
name: Sanjay Seshan
display_name: Sanjay
email: [email protected]
web: http://www.flltutorials.com
twitter: https://twitter.com/seshanbrothers
description: "Founder of EV3Lessons, FLLTutorials, LEGO MCP, FLL World Festival Champion 2018."
image: assets/images/people/female.jpg
Arvind:
name: Arvind Seshan
display_name: Arvind
email: [email protected]
web: http://www.flltutorials.com
twitter: https://twitter.com/seshanbrothers
description: "Founder of EV3Lessons, FLLTutorials, LEGO MCP, FLL World Festival Champion 2018."
image: assets/images/people/female.jpg
Asha:
name: Asha Seshan
display_name: Asha
email: [email protected]
web: http://www.flltutorials.com
twitter: https://twitter.com/seshanbrothers
description: "Mom of Seshan Brothers."
image: assets/images/people/asha.jpg
Faith:
name: Faith Bongiorno
display_name: Faith
description: From South Carolina, USA
image: assets/images/people/female.jpg
ManjiriMcCoy:
name: Manjiri McCoy
display_name: Manjiri McCoy
email:
web:
twitter:
facebook:
description:
image: assets/images/people/female.jpg
---
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Other
markdown: kramdown
highlighter: rouge