-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (32 loc) · 813 Bytes
/
_config.yml
File metadata and controls
37 lines (32 loc) · 813 Bytes
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
title: "iFL"
subtitle: "Interactive Fault Localization"
logo: /logo/logo_no-motto.png
show_downloads: false
# google_analytics:
plugins:
- jekyll-include-cache
markdown: kramdown
# theme: jekyll-theme-minimal
# theme: minimal-mistakes-jekyll
remote_theme: "mmistakes/minimal-mistakes@4.22.0"
search: true
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
author:
name : "University of Szeged, Department of Software Engineering"
avatar : "/logo/szte.png"
location : "Szeged, Hungary"
links:
- label: "Official Website"
icon: "fas fa-university"
url: "https://www.sed.inf.u-szeged.hu/"
toc: true
toc_sticky: true
sidebar:
nav: "docs"