-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (37 loc) · 878 Bytes
/
_config.yml
File metadata and controls
47 lines (37 loc) · 878 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
contact: open.source@ucl.ac.uk
title: "Open Source"
includeleftnav: True
short: "Open Source" # shown as crumbs
navtop: True
defaults:
- scope: { path: "" }
values: { layout: default }
- scope: { path: "news" }
values: { crumbs: [{ link: "/news/index.html", text: "News" }] }
- scope: { path: "ospo" }
values: { crumbs: [{ link: "/ospo/", text: "OSPO" }] }
baseurl: /open-source
remote_theme: UCL-ARC/indigo-jekyll
plugins:
- jekyll-remote-theme
- jekyll-feed
include: # NOTE: This is not a path, but the directories name, wherever they are
- _static
- _modules
# collections:
# phdprojects:
# output: true
# #permalink: /:path/index.html
# rseworkshop:
# output: true
exclude:
- vendor/
- Gemfile
- Gemfile.lock
- CONTRIBUTING.md
- LICENSE
- README.md
markdown: kramdown
kramdown:
hard_wrap: false
input: GFM