This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
/
_config.yml
67 lines (55 loc) · 1.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
# Site title and subtitle. This is used in _includes/header.html
title: 'BigBlueButton'
subtitle: 'Open Source Web Conferencing'
# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: ''
# if you use google analytics, add your tracking id here
google_analytics_id: 'UA-4901813-1'
# Enable/show navigation. There are there options:
# 0 - always hide
# 1 - always show
# 2 - show only if posts are present
navigation: 2
# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/bruth/jekyll-docs-template'
# Default categories (in order) to appear in the navigation
sections:
[
['overview', 'Overview'],
['2.5', '2.5 Latest version'],
['dev', 'Develop'],
['admin', 'Administration'],
['greenlight_v3', 'Greenlight v3'],
['support', 'Support'],
['2.4', '2.4 Legacy'],
['2.6', '2.6 In the works'],
['post', 'Posts'],
]
# Keep as an empty string if served up at the root. If served up at a specific
# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
baseurl: ''
# Dates are not included in permalinks
permalink: none
# Syntax highlighting
highlighter: rouge
# Since these are pages, it doesn't really matter
future: true
# Exclude non-site files
exclude: ['bin', 'vendor', 'README.md']
# Use the redcarpet Markdown renderer
markdown: kramdown
redcarpet:
extensions:
[
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap',
]
# Load additional plugins
plugins:
- jekyll-redirect-from