forked from project-sunbird/project-sunbird.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (53 loc) · 873 Bytes
/
_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
# Site settings
title: Sunbird
name: Sunbird
email: [email protected]
description: "Sunbird Site"
environment: production
permalink: pretty
markdown: kramdown
highlighter: pygments
safe: false
ga: UA-106552125-1
anchorPrefix: link
tocTopTag: h2
showToggleButton: true
showSearch: true
versions:
- name: '1.4'
release-date: 15th Feb 2018
latest: true
- name: '1.3'
release-date: 15th Jan 2018
- name: '1.2'
release-date: 15th Dec 2017
- name: '1.1'
release-date: 15th Nov 2017
- name: '1.0'
release-date: 15th Oct 2017
defaults:
-
scope:
path: "docs"
values:
layout: "page"
exclude:
- vendor
- .gitignore
- README.md
- ingredients
- js/components
- js/stores
- js/actions
- js/support
- node_modules
- package.json
- package-lock.json
- node.txt
- Gemfile
- Gemfile.lock
- circle.yml
- s3_website.yml
- staging
sass:
sass_dir: css