-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (54 loc) · 1.55 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
# Permalinks
collections:
posts:
output: true
permalink: /:year/:month/:day/:title/
relative_permalinks: true
# Setup
title: "SPUIRC "
paginate: 5
baseurl: ""
url: "https://syroco.github.io"
# Image directory
include:
- _img
- _favicon
# Assets
sass:
sass_dir: _sass
style: :compressed
# Build settings
markdown: kramdown
# !github-pages! mandatory › https://help.github.com/articles/using-jekyll-with-pages/#configuration-settings-you-cannot-change
# Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
highlighter: rouge
# More › http://kramdown.gettalong.org/quickref.html
# Options › http://kramdown.gettalong.org/options.html
kramdown:
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
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
# About
author:
name: ISIR-UPMC-CNRS
url: www.isir.upmc.fr
email: [email protected]
# Custom vars
version: 0.1.0
github:
repo: https://github.com/syroco/syroco.github.io
# Gems
gems:
- jekyll-paginate
- jekyll-gist