generated from open-sdg/open-sdg-site-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·46 lines (38 loc) · 835 Bytes
/
_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
# Jekyll configuration for Open SDG platform
# Tell the Remote Theme plugin to use the Open SDG platform (Jekyll theme).
remote_theme: open-sdg/open-sdg@1.4.0
# Replace this title as needed.
title: general.site_title
url: ""
environment: staging
# Pages
collections:
pages:
output: true
permalink: /:path/
posts:
output: true
permalink: /news/:year/:month/:day/:title.html
indicators:
output: true
goals:
output: true
# Tell Jekyll to use the Remote Theme plugin.
plugins:
- jekyll-remote-theme
- jekyll-open-sdg-plugins
# Exclude some files/folders.
exclude:
- vendor
- scripts
- remotedata
- Gemfile
- Gemfile.lock
- README
- README.md
- LICENSE
accessible_tabs: true
accessible_charts: true
graph_color_set: accessible
header:
include: header-menu-left-aligned.html