forked from darendt/vizsec-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (26 loc) · 810 Bytes
/
_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
title: VizSec
email: simon.walton@oerc.ox.ac.uk
description: > # this means to ignore newlines until "baseurl:"
The IEEE Symposium on Visualization for Cyber Security (VizSec) is a forum that brings together researchers and practitioners from academia, government, and industry to address the needs of the cyber security community through new and insightful visualization and analysis techniques.
url: "http://vizsec.org"
twitter_username: vizsec
github_username: vizsec
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
paginate: 5
paginate_path: "/news/page:num/"
sass:
sass_dir: _sass
style: compressed
markdown: kramdown
collections:
- vizsecmeta
defaults:
-
scope:
path: "" # empty string for all files
type: "posts"
values:
layout: "post"