forked from zerostaticthemes/jekyll-serif-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (33 loc) · 1 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
baseurl: '/'
exclude: ['README.md']
permalink: pretty
title: 'Peoples Next Door'
google_analytics_id: ""
homepage:
show_call_box: false
logo:
mobile: "images/logo/logo-mobile.svg"
desktop: "images/logo/logo.svg"
desktop_height: "36px"
footer:
copyright_text: '© 2021. All rights reserved. This site may earn from qualifying purchases as an Amazon Associate.'
seo:
meta_og_title: "Peoples Next Door"
meta_og_type: "website"
meta_og_url: "https://peoplesnextdoor.com"
meta_og_image: "https://i.imgur.com/tXS9fHE.png"
meta_og_description: "The Peoples Next Door website is an equipping hub for local churches seeking to engage the least-reached diaspora communities in their area."
meta_twitter_card: "summary"
meta_twitter_site: "@keelancook"
meta_twitter_creator: "@keelancook"
collections:
resources:
output: true
team:
output: true
sass:
indentWidth: 4
style: compact # possible values: nested expanded compact compressed
precision: 10
plugins:
- jekyll-environment-variables