forked from 12th-ndn-hackathon/12th-ndn-hackathon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
92 lines (78 loc) · 1.8 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
92
safe: false
source: .
destination: ./_site
plugins_dir: ./_plugins
highlighter: rouge
markdown: kramdown
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'vendor']
include: ['CNAME', '.nojekyll']
url: https://13th-ndn-hackathon.named-data.net
baseurl:
plugins:
- jekyll-assets
deadlines:
- name: Submission deadline
date: March 17, 2022
- name: Acceptance notification
date: March 24, 2022
# Configuration for permalink
permalink: /:page.html
# Configuration for site
title: 13th Named Data Networking (NDN) Hackathon
short_title: 13th NDN Hackathon
description: March 25-27, 2022, University of Memphis, TN
author: 13th NDN Hackathon Organizing Committee
#email: 13th-ndn-hackathon@named-data.net
# 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
#- name: ">> REGISTER <<"
# link: https://www.eventbrite.com/e/13th-ndn-hackathon-registration-277692564937
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: 13th-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:
- defaults