-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
45 lines (38 loc) · 1.04 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
title: ROSS
email: [email protected]
description: "Rensselaer's Optimistic Simulation System"
github_username: ross-org
safe: true
baseurl:
source: .
markdown_ext: markdown,mkdown,mkdn,mkd,md
destination: ./_site
plugins_dir: ./_plugins
plugins:
- jekyll-feed
exclude: [CONTRIBUTING.md, README.md, _drafts/README.md]
future: true
lsi: false
highlighter: rouge
markdown: kramdown
permalink: none
kramdown:
auto_ids: true,
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
parse_block_html: true
input: GFM
hard_wrap: false
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: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: true
start_line: 1