-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
45 lines (45 loc) · 1021 Bytes
/
_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
theme: minima
default_lang: en
languages: ['en', 'fr', 'de']
excerpt_separator: '<!-- more -->'
briefing_separator: '<!-- briefing-teacher -->'
section_separator: '<!-- section -->'
section_content_separator: '<!-- section-contents -->'
permalink: /:lang/:title.html
title: Ranke.2
headline: Source Criticism in the Digital Age
ranke2_baseurl: https://ranke2.uni.lu
exclude: [scripts/, d3/]
collections:
units:
output: true
permalink: /u/:path/
assignments:
output: true
permalink: /a/:path/
workshops:
output: true
permalink: /w/:slug/
tutorials:
output: true
permalink: /tutorial/:path/
defaults:
- scope:
path: ''
values:
layout: default
markdown: kramdown
empty_array: []
recaptcha: 6LfZKnYUAAAAAJGg9r--abfv5A08TDORCmv4mGOx
google_analytics: UA-97728144-3
forms:
contact-us:
url: 'https://ranke2.uni.lu/ecf/'
params:
- name: use
value: ranke2
plugins:
- jekyll-datapage-generator
- jekyll-github-metadata
keep_files:
- "pagefind"