-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
64 lines (59 loc) · 1.37 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
assets:
cachebust: hard
# Site settings
title: Django Events Foundation North America
email: [email protected]
description: Django Events Foundation North America (DEFNA)
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
enable_retina: false
permalink: :title
nav_list:
Home : ['Home', '/', 'fa-home']
About : ['About', '/about', 'fa-user']
Events : ['Events', '/events', 'fa-calendar']
Grants : ['Donate', '/donate', 'fa-group']
Donate : ['Grants', '/grants', 'fa-heart']
Contact : ['Contact', '/contact', 'fa-comment']
single_footer: '<p>Django Events Foundation North America (DEFNA) © 2015 - 2024</p>'
footer_links:
About: ['Django Events Foundation North America (DEFNA) © 2015 - 2024', '/']
collections: # process the _data folder
components:
output: false
boardmembers:
pastmembers:
events:
output: true
exclude:
- modd.conf
# Build settings
# markdown: kramdown
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-mentions
- jekyll-paginate
- jekyll-redirect-from
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
exclude:
- "*.yaml"
- "*.yml"
- bin
- CNAME
- docker-compose.yml
- Gemfile
- Gemfile.lock
- justfile
- LICENSE
- node_modules
- README.md
- requirements.in
- vendor
# this is optional but makes it more obvious which pages are content
# vs. misc config
include:
- _pages