-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_config.yml
More file actions
154 lines (136 loc) · 3.5 KB
/
_config.yml
File metadata and controls
154 lines (136 loc) · 3.5 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Set theme
#remote_theme: daviddarnes/alembic
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
- CODE_OF_CONDUCT.md
- LICENSE
- alembic-jekyll-theme.gemspec
- .jekyll-cache
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-feed
- jekyll-commonmark
- jekyll-include-cache
- jemoji
# 3. Gem settings
paginate: 5
paginate_path: projects/page:num
# 4. Jekyll settings
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
timezone: Europe/Amsterdam # Timezone for blog posts and alike
# Site settings
encoding: utf-8 # Make sure the encoding is right
lang: en-GB # Set the site language
url: 'https://cyber-analytics.nl/'
baseurl: ''
title: 'Cyber Analytics Lab'
description: 'TU Delft'
permalink: pretty
logo: "/assets/TUD.png"
logo2: "/assets/logos/logo-text.svg"
favicon: "/assets/logos/logo.png"
css_inline: true # Will insert all styles into a single <style> block in the <head> element and remove the style <link> reference
# Header nav
navigation_header:
- title: Home
url: /
- title: People
url: /people/
- title: Projects
url: /projects/
- title: Publications
url: /publications/
- title: Tools
url: /tools/
- title: Research blog
url: /researchblog/
- title: Contact
url: /contact/
# Footer nav
navigation_footer:
- title: twitter
text: Twitter
url: "https://twitter.com/analytics_cyber/"
- title: github
text: Github
url: "https://github.com/tudelft-cda-lab/"
- title: globe
text: Powered by GitHub Pages
url: "https://pages.github.com/themes/"
# Collections
collections:
posts:
title: Research projects
output: true
feature_image: "https://picsum.photos/2560/600?image=866"
feature_text: |
# Research Projects
papers:
title: Publication list
output: false
feature_image: "https://picsum.photos/2560/600?image=866"
feature_text: |
# Recent Publications
tools:
title: Tools
output: false
feature_image: "https://picsum.photos/2560/600?image=866"
feature_text: |
# Tools
people:
title: People
output: true
feature_image: "https://picsum.photos/2560/600?image=866"
feature_text: |
# People
blogposts:
title: Research Blog
output: true
feature_image: "https://picsum.photos/2560/600?image=866"
feature_text: |
# Research Blog
# ---------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------
# Update this collection for adding/removing roles
roles:
- r: leader
name: Lab head
- r: postdoc
name: Postdoctoral Researchers
- r: phd
name: PhD Candidates
- r: msc
name: MSc. students
- r: external
name: External collaborators
- r: alumni
name: Past members
# ---------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------
# Postal address
address: Echo, Van Mourik Broekmanweg 5, 2628 XE Delft
# ---------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------
# 6. Jekyll collections settings
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: post # Set the default layout for posts
-
scope:
path: ""
type: "pages"
values:
layout: page # Set the default layout for pages