-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
43 lines (38 loc) · 1 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
title: Ocean, Atmosphere & Climate Dynamics
menu_title: Ocean, Atmosphere and Climate <span class="hide-very-narrow">Dynamics</span><br><small><span class="hide-very-narrow">University</span> College London</small>
author: Dept. of Geography, University College London
description:
The Ocean, Atmosphere and Climate Dynamics research group at UCL
url: "https://oacd-ucl.github.io"
github_username: oacd-ucl
theme: minima
header_pages:
- pages/projects.md
- pages/people.md
- pages/resources.md
- pages/teaching.md
- pages/other.md
# Remove ".html" from default permalinks
permalink: pretty
# (See default layout below)
collections:
projects:
output: true
permalink: /:collection/:name/
# Social media links
# (See default layout below)
twitter:
card: summary_large_image
defaults:
- scope:
path: ""
values:
image: /assets/advert.png
- scope:
path: ""
type: "projects"
values:
layout: "project"
# Simplify tables of contents
kramdown:
toc_levels: "2,3"