forked from open-atmos-krk/open-atmos-krk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (38 loc) · 1.18 KB
/
_config.yml
File metadata and controls
46 lines (38 loc) · 1.18 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
46
title: open-atmos-krk team at AGH University of Krakow
url: http://open-atmos-krk.github.io
exclude: [bibble, README.md, Makefile, screenshot.png, blog]
# colorize code snippets with the pygments module
highlighter: pygments
permalink: /blog/:year/:month/:day/:title.html
# show blog entries with future date
future: true
# Sections on the "people" page.
roles:
- key: faculty
name: Faculty (@<a href="https://zfs.agh.edu.pl/en">zfs.agh.edu.pl</a>)
- key: grad
name: Graduate Students (@<a href="https://www.agh.edu.pl/en">agh.edu.pl</a>)
- key: ugrad
name: Undergraduate Students (@<a href="https://fis.agh.edu.pl/en">fis.agh.edu.pl</a>)
- key: alum
name: Alumni (@<a href="https://agh.edu.pl/en">agh.edu.pl</a> & @<a href="https://www.uj.edu.pl/en">uj.edu.pl</a>)
# Base pathname for links.
base: ''
# make pages for the _projects folder
collections:
projects:
output: true
# Navigation bar links.
navigation:
- title: Team
link: /
- title: News
link: /news.html
- title: Projects
link: /projects.html
- title: Journal Club
link: /journal_club.html
- title: Publications
link: /publications.html
- title: Contact
link: /contact.html