-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (44 loc) · 1.15 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
# Site title and subtitle. This is used in _includes/header.html
title: 'RaptorScript'
subtitle: ''
# if you use google analytics, add your tracking id here
google_analytics_id: ''
# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/raptor-lang'
# 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: "/:categories/:title"
# Syntax highlighting
highlighter: rouge
# Since these are pages, it doesn't really matter
future: true
# Exclude non-site files
exclude: ['bin', 'README.md']
# Use the kramdown Markdown renderer
markdown: kramdown
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]
collections:
ref:
title: Reference
output: true
permalink: /ref/:path/
docs:
title: Documentation
output: true
permalink: /docs/:path/
defaults:
-
values:
layout: page