forked from 11th-ndn-hackathon/11th-ndn-hackathon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
91 lines (77 loc) · 1.71 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
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
safe: false
source: .
destination: ./_site
plugins_dir: ./_plugins
lsi: true
highlighter: rouge
markdown: kramdown
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'vendor']
url: http://12th-ndn-hackathon.named-data.net
baseurl:
plugins:
- jekyll-assets
deadlines:
- name: Submission deadline
date: Monday, Oct 18, 2021
- name: Acceptance notification
date: Wednesday, Oct 20, 2021
# Configuration for permalink
permalink: /:page.html
# Configuration for site
title: 12th Named Data Networking (NDN) Hackathon (Virtual)
short_title: 12th NDN Hackathon
description: Oct 22-24, 2021
author: 12th NDN Hackathon Organizing Committee
#email: [email protected]
# Configuration for blog
lang: en
columns: 3
date_format: "%B %d, %Y"
truncate_len: 200
# Configuration for navbar.html
navbar_list:
- name: Home
link: /
- name: Committees
link: /committees.html
- name: Call for Hacks
link: /cfh.html
- name: HACKS
link: /hacks.html
- name: Program
link: /program.html
- name: Judging
link: /judging.html
- name: Code of Conduct
link: /conduct.html
asides:
github: true
tweets: false
archive_tabs: false
google_plus_one:
size: medium
twitter:
username: NamedData
count: 5
exclude_replies: true
show_screen_name: true
show_follower_count: false
widget_id: 698294519054278656
github:
username: 12th-ndn-hackathon
count: 10000
assets:
cache: .sass-cache
features:
automatic_img_size: false
sources:
- _assets/css
- _assets/images
- _assets/fonts
- _assets/js
- _assets/bower
- _assets/files
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"