-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (40 loc) · 1.47 KB
/
_config.yml
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
# Site settings
course_name: MLSec - Machine Learning Security Seminars
course_description: "The MLSec Laboratory is a research branch of the Pattern Recognition and Application Laboratory (PRALab) at the University of Cagliari (Italy). The topics investigated in our research are at the intersection of machine learning and computer security."
baseurl: "/mlsec" # the subpath of your site, e.g. /blog/
url: "https://pralab.github.io/mlsec" # the base hostname & protocol for your site
schoolname: "University of Cagliari"
schoolurl:
twitter_username: mlsec_lab
youtube_username: MLSec
youtube_url: https://www.youtube.com/channel/UCfLweXOMiUVt0VUfBax1cRw
linkedin_username: MLSec
linkedin_id: 77059723
timezone: Europe/Brussels
address: |
<a href="https://www.unica.it">University of Cagliari</a>
<a href="https://unige.it">University of Genoa</a>
<a href="https://www.elsa-ai.eu">Elsa Project</a>
# Set your Google Analytics tracking ID (set up yours at http://www.google.com/analytics/)
# google_analytics: UA-XXXXXXXX-X
### Do not change the followings unless you know what you are doing ###
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
exclude: ['develop']
dateformat: "%m/%d/%Y"
future: true
collections:
events:
output: true
past:
output: true
defaults:
- scope:
path: ""
type: "assignments"
values:
layout: "assignment"