-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
41 lines (33 loc) · 1.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
39
40
41
# Site settings
title: Family Caregivers Of Maryland
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Striving to preserve dignity, protect independence,
and provide peace of mind for our clients and loved ones
by providing exceptional home care services.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://hwcg.grahamwalters.me"
permalink: "/:title/"
paginate: 5
paginate_path: "blog/page/:num"
# Build settings
markdown: kramdown
exclude: ["README.md", "_site", "CNAME"]
defaults:
- scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
is_post: true # automatically set is_post=true for all posts
sass:
style: compressed
social:
linkedin: "http://www.linkedin.com/company/homewatch-caregivers-howard-county"
facebook: "https://www.facebook.com/HomecareHowardCounty"
twitter: "http://twitter.com/HomecareHoward"
google: "https://plus.google.com/b/116907209544857059326/"
twitter_username: HomecareHoward
gems:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap