-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
98 lines (85 loc) · 1.74 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
93
94
95
96
97
98
title: Civic Tech Toronto
author:
name: Civic Tech Toronto
email: hi@civictech.ca
description: >-
Civic Tech Toronto is a vibrant and diverse community of Torontonians engaged
in understanding and creating solutions for civic challenges through technology,
design, and other innovative means.
baseurl: ""
# url: "" # the base hostname e.g. http://example.com
github_username: civictechto
timezone: America/Toronto
# Includes & Excludes
exclude:
- .obsidian
- /**/.obsidian
- .gitignore
- /**/.gitignore
- .gitmodules
- Gemfile
- Gemfile.lock
- README.md
- /**/README.md
- LICENSE
- /**/LICENSE
- /**/templates
- generate-csv copy.html
- generate-csv.html
- /**/utilities
- /utilities
# Collections
collections_dir: archives
collections:
hacknights:
output: true
sort_by: date
permalink: /:collection/:path/
organizations:
output: true
permalink: /:collection/:path/
people:
output: true
permalink: /:collection/:path/
projects:
output: true
permalink: /:collection/:path/
resources:
output: false
venues:
output: false
defaults:
- scope:
path: ""
type: hacknights
values:
layout: hacknight
category: events
sort_by: date
- scope:
path: ""
type: organizations
values:
layout: post
category: community
- scope:
path: ""
type: people
values:
layout: post
category: team
- scope:
path: ""
type: projects
values:
layout: project
category: projects
# Plugins
plugins:
# - jekyll-feed
# - jekyll-admin
# - jekyll-last-modified-at
use_html_extension: false
# open_external_links_in_new_tab: false
# permalink: pretty
# relative_permalinks: false