-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
118 lines (97 loc) · 2.51 KB
/
_config.yml
File metadata and controls
118 lines (97 loc) · 2.51 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: Data Science Research Group
url: https://datascience.dsv.su.se/
exclude: [README.md, Makefile, screenshot.png]
# colorize code snippets with the pygments module
highlighter: pygments
# The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html
# Sections on the "people" page.
roles:
- key: faculty
name: Faculty
- key: senior
name: Senior Researchers
- key: staff
name: Staff
- key: researcher
name: Research Assistants
- key: phd
name: PhD Students
- key: stud
name: Students
- key: affiliated
name: Affiliated Researchers
- key: collab
name: Collaborators
- key: alumni
name: Alumni
# Number of news stories on the front page.
front_page_news: 8
# Base pathname for links.
base: ''
# Setup main page
logo: img/logo/dsgroup.png #img/dsdsv_logo_white_bg.png
banner: img/banners/nodkista.jpg
department_name: Department of Computer and Systems Sciences
department_url: https://dsv.su.se/
university_name: Stockholm University
university_url: https://su.se/
# make pages for the _projects and _research folder
collections:
projects:
output: true
research:
output: true
# Navigation bar links.
navigation:
- title: Home
link: /
- title: People
link: /people.html
- title: Research
link: /research.html
- title: Projects
link: /projects.html
# - title: Data Science Seminars
# link: /seminars.html
- title: Publications
link: /publications.html
#- title: Code
# link: /code.html
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
## Markdown and syntax highlight
# markdown: kramdown
# highlighter: rouge
# highlight_theme: github # https://github.com/jwarby/jekyll-pygments-themes
# kramdown:
# input: GFM
# syntax_highlighter_opts:
# css_class: 'highlight'
# span:
# line_numbers: false
# block:
# line_numbers: false
# start_line: 1
# Plug-ins
plugins:
- jekyll-email-protect
# - jekyll-github-metadata
- jekyll-paginate-v2
- jekyll/scholar
- jemoji
# -----------------------------------------------------------------------------
# Jekyll Scholar
# -----------------------------------------------------------------------------
scholar:
# last_name: Quintero
style: apa
locale: en
source: /bib/
bibliography: papers.bib
bibliography_template: bib_entry
# group_by: none
sort_by: year,month
order: descending
# query: "@*"