-
Notifications
You must be signed in to change notification settings - Fork 182
/
_config.yml
51 lines (46 loc) · 959 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Site settings
title: IEEE VIS
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Website for IEEE VIS.
baseurl: "/year/2025/" # the subpath of your site, e.g. /blog/
url: "http://ieeevis.org" # the base hostname & protocol for your site
year: 2025
# Blog settings
excerpt_separator: <!--more-->
# Github settings
github_repository: "https://github.com/ieee-vgtc/ieeevis.org"
github_pull_request_branch: "vis2025"
# Build settings
markdown: kramdown
exclude: [
'.DS_Store',
'docs',
'data',
'extra',
'files',
'README.md',
'Makefile',
'scripts',
'files',
'node_modules',
'output',
'scripts',
'src',
'tailwind.config.js',
'webpack*' ]
defaults:
-
scope:
path: ""
type: "pages"
values:
contact: "[email protected]"
layout: "main"
-
scope:
path: "program"
type: "pages"
values:
contact: "[email protected]"
layout: "program"