-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (47 loc) · 1.23 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
# ------------------------------------
# SITE INFO SETTINGS
title: Code for Pittsburgh
#subtitle: Pittsburgh's Code for America Brigade
email: [email protected]
description: We are Pittsburgh's Code for America Brigade
#baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://codeforpittsburgh.github.io"
author:
street_address:
city: Pittsburgh
state: PA
zip_code: 55555
country: United States of America
phone: (412) 555-5555
# Social media
github_url: https://github.com/codeforpittsburgh
twitter_url: https://twitter.com/codeforpittsburgh
meetup_url: https://www.meetup.com/codeforpgh
slack_url: http://slackinvite.me/to/codeforpgh
500px_url:
facebook_url:
gitlab_url:
googleplus_url:
instagram_url:
linkedin_url:
pinterest_url:
# Logos
logo:
banner: /assets/images/logos/banner.svg
banner-white: /assets/images/logos/banner-white.svg
banner-img: /assets/images/logos/banner.png
icon-banner: /assets/images/logos/icon-banner.svg
icon: /assets/images/logos/icon.svg
# ------------------------------------
# SITE CONFIG SETTINGS
sass:
sass_dir: _sass
# post publication settings
future: false
# COLLECTIONS
collections:
projects:
output: true
# Build settings
markdown: kramdown
permalink: pretty