-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (40 loc) · 1.43 KB
/
_config.yml
File metadata and controls
45 lines (40 loc) · 1.43 KB
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
title: PCD
description: Materials for the Methodology and Statistics master course Processing Complex Data.
sidebar: >-
<span class="sidebar-summary">This webpage contains all materials for the Methodology and Statistics master course <i>Processing Complex Data</i> (PCD). The materials on this website are <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0 licensed</a>.</span>
<span class="sidebar-block"><strong>Lecturer</strong><br><a href="https://javier.science/">Javier Garcia-Bernardo</a><br>Assistant Professor of Social Data Science<br>Department of Methodology & Statistics<br>Utrecht University</span>
theme: jekyll-theme-minimal
logo: /assets/img/logo.svg
github:
is_project_page: false
# Auto-rewrite [text](file.md) links to [text](file.html) on the deployed site.
# Whitelisted on GitHub Pages: https://pages.github.com/versions/
plugins:
- jekyll-optional-front-matter
- jekyll-relative-links
relative_links:
enabled: true
collections: false
# Make Jekyll render every .md file in the repo as a page, even when the
# source file has no YAML front matter.
defaults:
- scope:
path: ""
values:
layout: default
include:
- README.md
# Don't try to render LICENSE, configs, or anything outside the source.
exclude:
- LICENSE
- .DS_Store
- .mypy_cache
- .ruff_cache
- .sass-cache
- .r_libs
- admin
- data
- project_feasibility_checks
- "*.lock"
- Gemfile
- Gemfile.lock