forked from hci-calendar/hci-calendar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (36 loc) · 898 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
# SYSTEM
url: "https://hci-calendar.github.io"
baseurl: "" # the subpath of your site, e.g. /blog
# SITE
title: HCI Calendar
description: Calendar of submission deadlines and conference dates for HCI and related conferences
message: >-
Please check corrent information on the conference website.<br/>
Welcome to edit on <a href="https://github.com/hci-calendar/hci-calendar.github.io">GitHub</a>
keywords: >-
HCI Calendar,
HCI, Human Computer Interaction,
VR, Virtual Reality
copyright: "Copyright (C) HCI Calendar. All rights reserved."
# ALL Calendar Links
links:
-
name: HCI
link: /
-
name: VR
link: /vr/
# -
# name: CG
# link: /cg/
# SEO
google_analytics: UA-80597905-2
# INCLUDE PAGES
include: ['_pages']
# EXCLUDE GEMFILE
exclude: ['Gemfile', 'Gemfile.lock', 'vendor']
# SETTING
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from