-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
64 lines (55 loc) · 1.29 KB
/
config.yaml
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
baseURL: https://mklab.iti.gr/
disablePathToLower: true
languageCode: en-gb
title: MKLab
theme: "hyde-hyde"
googleAnalytics: UA-395829-7
params:
description: "Multimedia Knowledge and Social Media Analytics Laboratory"
author: "MKLab"
authorimage: "/img/cube.svg"
highlightjs: false
social:
github: "MKLab-ITI"
facebook: "Multimedia-Knowledge-and-Social-Media-Analytics-Laboratory-633315540063066"
twitter: "mklab_iti"
email: "[email protected]"
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
menu:
main:
- name: "Home"
weight: 100
identifier: "home"
url: "/"
- name: "Research"
weight: 200
identifier: "research"
url: "/research/"
- name: "Publications"
weight: 300
identifier: "publications"
url: "/publications/"
- name: "Projects"
weight: 400
identifier: "projects"
url: "/projects/"
- name: "Results"
weight: 500
identifier: "results"
url: "/results/"
# - name: "News"
# weight: 600
# identifier: "news"
# url: "/news/"
# - name: "People"
# weight: 600
# identifier: "people"
# url: "/people/"
# - name: "Articles"
# weight: 650
# identifier: "article"
# url: "/article/"