This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
96 lines (92 loc) · 2.31 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
title: PISE notes
include:
- '_pages'
exclude:
- '_includes/notes_graph.json'
- '_notes/templates/'
- '_notes/obsidian.css'
- '_notes/.obsidian/'
- 'to-publish/'
- 'copyrighted-content/'
- '_notes/lecture template.md'
- "_notes/**/private/*"
- "_notes/**/copyrighted-content/*"
baseurl: /
url: "https://pise-notes.club"
description: >-
Notes from PISE classes at Ca’Foscari University in Venice
author: tommi
permalink: pretty
relative_permalinks: false
image: "/assets/pise-notes.jpg"
plugins:
- jekyll-last-modified-at
- jekyll-feed
- jekyll-sitemap
# - jekyll-target-blank # no compatibility with bidirectional links plugin
- jekyll-redirect-from
- jekyll-optional-front-matter
- jekyll-email-protect
# - jekyll-pdf
# - jekyll-mermaid
sass:
sass_dir: _sass
style: :compressed
collections:
notes:
output: true
permalink: /:title
defaults:
- scope:
path: "**/*"
values:
layout: "default"
image: "/assets/pise-notes.jpg"
author: "tommi"
- scope:
path: "_notes/**/*.md"
values:
layout: "note"
author: "tommi"
image: "/assets/pise-notes.jpg"
# Courses
- scope:
path: "_notes/Contemporary History/"
values:
course: "Contemporary History"
- scope:
path: "_notes/History of Economic Thought/"
values:
course: "History of Economic Thought"
- scope:
path: "_notes/Introduction to Politics/"
values:
course: "Introduction to Politics"
- scope:
path: "_notes/Introduction to Economics/"
values:
course: "Introduction to Economics"
- scope:
path: "_notes/Introduction to Philosophy/"
values:
course: "Introduction to Philosophy"
- scope:
path: "_notes/Modern Sociology/"
values:
course: "Modern Sociology"
- scope:
path: "_notes/International Economics and Development Studies/"
values:
course: "International Economics and Development Studies"
- scope:
path: "_notes/Logic and Philosophy of Science I/"
values:
course: "Logic and Philosophy of Science I"
- scope:
path: "_notes/Population History/"
values:
course: "Population History"
- scope:
path: "_notes/Mathematics for Social Sciences/"
values:
course: "Mathematics for Social Sciences"