-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (38 loc) · 1.13 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
---
title: Code For Dayton
timezone: UTC
markdown: kramdown
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
rooms:
title: Rooms
output: true
email: [email protected]
description:
'Part of the Code for America Brigade network, we are a volunteer group
of developers, designers, data geeks, and citizen activists who use creative technology
to solve civic and social problems.'
baseurl: ''
url: https://www.codefordayton.org
author: Dave Best
defaults:
- scope:
type: posts
values:
layout: post
# NOTE:If you change the below donate_url you should also update the URL here: https://github.com/codefordayton/.github/FUNDING.yml
donate_url: https://hcb.hackclub.com/donations/start/code-for-dayton
twitter_url: https://twitter.com/codefordayton
github_url: https://github.com/codefordayton
meetup_url: https://www.meetup.com/gem-city-tech/
privacy_policy_url: https://www.codefordayton.org/privacy-policy/
discord_url: https://discord.gg/3CUaY5DEwr
facebook_url: https://www.facebook.com/Code-For-Dayton-1501498193512256
plugins:
- jekyll-redirect-from
- jekyll-feed