-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
61 lines (53 loc) · 1.53 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
title: DjangoCon Africa 2020
email: [email protected]
description: |
DjangoCon Africa 2020 conference will take place in Addis Ababa, Ethiopia
from November 9-13, 2020!
enforce_ssl: "2020.djangocon.africa"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://2020.djangocon.africa" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: djangoconafrica
logo: static/images/djcafricalogo.png
relative_permalinks: false
permalink: news/:title/
# Build settings
markdown: kramdown
include:
- _pages
- static
sass:
style: compressed
plugins:
- jekyll-feed
# Our DjangoCon Africa settings...
conduct_email: "[email protected]"
contact_us_email: "[email protected]"
opportunity_grants_email: "[email protected]"
program_team_email: "[email protected]"
sponsors_email: "[email protected]"
visa_email: "[email protected]"
# Our DjangoCon Africa Links
cfp: ""
slack: ""
opportunity_grant_application: ""
sponsorship_prospectus: ""
ticket_link: ""
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/