This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
77 lines (67 loc) · 1.96 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect the whole site, values
# which you are expected to set up once and rarely edit after that.
# Site settings
title: DHAP 2019
description: >- # this means to ignore newlines until "baseurl:"
The Dunman High Model ASEAN Plus Summit (DHAP) is the flagship
event of Dunman High School’s International and Strategic Affairs
Council (ISAC) with a trademark on ASEAN. The annual summit brings
together about 200 young people from the Southeast Asian region and beyond.
baseurl: "" # the subpath of your site root, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
facebook_url: https://www.facebook.com/dhap2019/
instagram_url: https://www.instagram.com/dhaseanplus/
social:
links:
- https://www.facebook.com/dhap2019/
- https://www.instagram.com/dhaseanplus/
# Build settings
markdown: kramdown
# colors used throughout the site
colors:
base1: "#002266"
base2: "#4D6599"
base3: "#E7FBFF"
accent1: "#F79E76"
accent2: "#C73B1F"
# dhap dates (formatted YYYY-MM-DD[Thh:mm])
# launch_time: when the website will be deployed
# start_time: when the summit starts
# end_time: when the summit ends
dates:
launch_time: 2019-01-25T00:00
start_time: 2019-06-06T07:45
end_time: 2019-06-08T15:30
resources_password: 27d8dabf6c693248f46273eb8aa6112d1210ce72e7995f744991beefe430
collections_dir: writeups
collections:
councils:
output: true
org_committees:
output: true
people:
output: false
defaults:
- scope:
path: ""
type: councils
values:
layout: group
- scope:
path: ""
type: org_committees
values:
layout: group
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/