-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
120 lines (103 loc) · 2.46 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
# ----
# Site
title: Exokit Web
url: "https://docs.exokit.org"
? baseurl
google_analytics_key: UA-147624282-1
? disqus_shortname
? newsletter_action
# segment_write_key: ZHLrnVct1IQCx7yLeOzxSic7G1Duy0HH
twitter_url: "https://twitter.com/exokitxr"
discord_url: "https://discord.gg/SVdcaZ3"
github_url: "https://github.com/exokitxr/exokit-web-docs"
sdk_url: "https://docs.exokit.org/"
reddit_url: "https://reddit.com/r/webvr"
fb_url: "https://www.facebook.com/exokitXR/"
faq_url: "https://docs.exokit.org/"
telegram_url: "https://docs.exokit.org/"
youtube_url: "https://www.youtube.com/c/exokit"
legal_url: 'https://docs.exokit.org/'
press_url: 'https://docs.exokit.org/'
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
logo: /images/favicon.png
description: Exokit Web Documentation
author:
name: Exokit Web
email: hello@webmr.io
twitter: exokitxr
social:
name: Exokit Web Documentation
links:
- https://github.com/exokitxr/exokit-web-docs
markdown: kramdown
# More › http://kramdown.gettalong.org/quickref.html
# Options › http://kramdown.gettalong.org/options.html
kramdown:
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
css_class: "light-theme"
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
# -----
# Build
timezone: Etc/UTC
permalink: /:categories/:title/
plugins:
- jekyll-extract-element
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENCE
- vendor
collections:
? sets
defaults:
- scope:
path: ""
values:
layout: "default"
image: "/images/favicon.png"
- scope:
type: "posts"
values:
layout: "post"
- scope:
type: "sets"
values:
_hide_content: true
- scope:
path: "index.html"
values:
body_class: "show_hero_search"
social_icons:
- Facebook
- Google Plus
- Instagram
- LinkedIn
- Github
- Pinterest
- Tumblr
- Twitter
- YouTube
- Email
- RSS
types:
- Document
- Video
? _comments