-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
31 lines (27 loc) · 881 Bytes
/
_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
title: The Property Report
email:
description: Stay up to date on the happenings at The Property
author: Chris & Hannah
baseurl: "/"
url: "https://hwmckenzie.github.io"
# Social Profiles
twitter_username:
github_username:
facebook_username:
linkedin_username:
# Add your google-analytics ID here to activate google analytics
google_analytics: # out your google-analytics code
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-archives
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site
jekyll-archives:
enabled: all
layouts: archive
permalinks:
category: '/category/:name/'