-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
82 lines (68 loc) · 1.47 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
title: Logic@GU
author: G.E. Leigh
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Homepage of the Logic Group at the University of Gothenburg.
tagline: The logic group at the University of Gothenburg
markdown: kramdown
mathjax: true
baseurl: "/"
# theme: jekyll-theme-slate
timezone: Europe/Stockholm
future: true
exclude:
- TODO.md
- README.md
- logic-gu.*
- scripts/*
- .gitignore
- .devcontainer
- .vscode
defaults:
-
scope:
path: "seminars/"
type: "posts"
values:
layout: seminar
excerpt_separator: <!--more-->
permalink: /:categories/:year-:month-:day-:title:output_ext
title: ""
speaker: Logic Seminar
-
scope:
path: "seminars/_posts/nol"
type: "posts"
values:
layout: seminar
excerpt_separator: <!--more-->
permalink: /:categories/:year-:month-:day-:title:output_ext
title: ""
speaker: Nordic Online Logic Seminar
tags: [NOL]
-
scope:
path: "_pages/lindstrom-lectures/"
type: "pages"
values:
layout: lindstrom-lectures
permalink: /lindstrom-lectures/:title
lindstrom-lecture: true
-
scope:
path: ""
type: "projects"
values:
layout: project
collections:
pages:
output: true
permalink: /:path
static_sites:
output: true
permalink: /:path
events:
output: true
permalink: /:collection/:title
projects:
output: false