-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
46 lines (36 loc) · 883 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Site settings
title: Auto Trader Blog Jekyll Theme
description: > # this means to ignore newlines until "baseurl:"
A theme that can be used to create branded Jekyll blogs.
# Build settings
markdown: kramdown
kramdown:
input: GFM
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
- jekyll-remote-theme
paginate: 20
paginate_path: "/page-:num/"
githubdotgom:
username: autotraderuk
facebook:
username: autotraderlife
include_repo_ribbon: false
include_comments: true
disqus_subdomain: http-engineering-autotrader-co-uk
# start jekyll-seo-tag configuration
logo: /assets/images/at-chevron_4096x4096.png
defaults:
- scope:
path: ""
values:
image: /assets/images/at-chevron_4096x4096.png
- scope:
path: ""
values:
comments: true
# end jekyll-seo-tag configuration