forked from mozilla/global-sprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (34 loc) · 1.07 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
title: Global Sprint 2018
subtitle:
email: [email protected]
twitter: https://twitter.com/mozilla
chat: https://gitter.im/mozilla/global-sprint-2017
description: > # this means to ignore newlines until "baseurl:"
Does your MozFest session involve hands-on, project based learning? This
training is for anyone running an open project at MozFest. This can be
software, curriculum, or anything you can build together with a group.
baseurl: "/global-sprint" # the subpath of your site, e.g. /blog
url: "https://mozilla.github.io" # the base hostname & protocol for your site
github:
repo: "mozilla/global-sprint"
branch: "master"
collections:
articles:
output: true
permalink: /:path/
# Build settings
markdown: kramdown
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]
# variables
video: "<span class=\"video-player\"></span>"
assignment: "<span class=\"assignment\">Assignment: </span>"