-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yaml
34 lines (28 loc) · 953 Bytes
/
_config.yaml
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
# Basic site settings
title: Civic Tech Waterloo Region
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Civic Tech Waterloo Region is a community group that brings together people from different sectors and industries to actively solve issues facing our local community using technology-based solutions.
baseurl: "" # The subpath of your site, e.g., /blog
url: "" # The base URL of your site
# Socials
slack_invite: https://join.slack.com/t/civictechwr/shared_invite/zt-2hk4c93hv-DEIbxR_z1xKj8cZmayVHTw
instagram: https://instagram.com/civictechwr
meetup: https://www.meetup.com/civictechwr
twitter: https://twitter.com/civictechwr
facebook: https://facebook.com/civictechwr
# Exclusions
exclude:
- ".sass-cache"
- ".jekyll-cache"
- "node_modules"
- "Gemfile"
- "Gemfile.lock"
- "vendor"
- "README.md"
- "LICENSE.txt"
# Includes
include:
- ".htaccess"
- "_data"
# Build settings