-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (40 loc) · 832 Bytes
/
_config.yml
File metadata and controls
47 lines (40 loc) · 832 Bytes
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
# ---------------------------------------
# Jekyll Production Configuration
# ---------------------------------------
title: Open Science MOOC
description: ""
url: "https://opensciencemooc.eu"
baseurl: ""
permalink: pretty
paginate: 10
paginate_path: "/blog/page/:num/"
collections:
# pages:
# output: true
# permalink: /:path
modules:
output: true
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-feed
- jekyll-sitemap
# Sass settings
sass:
style: compressed
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- .bundle/
- vendor/
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE
- Rakefile
- README.md