-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
100 lines (83 loc) · 1.84 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#theme: jekyll-theme-so-simple
#remote_theme: mmistakes/so-simple-theme
locale: en-GB
title: "Data Driven"
name: Cox Automotive Data Solutions
description: "A Cox Automotive Data Solutions Blog"
baseurl: "/datadriven"
url: "https://coxautomotivedatasolutions.github.io"
logo: "/images/coxautodata.png"
date_format: "%B %-d, %Y"
read_time: true
words_per_minute: # 200
mathjax: true
google_fonts:
- name: "Open Sans"
weights: "400,400i,700,700i"
- name: "Roboto Slab"
weights: "400,400i,700,700i"
- name: "Source Code Pro"
weights: "400,400i,700,700i"
disqus:
shortname: "coxautodata"
twitter:
username: "coxautomotiveuk"
google_analytics: UA-113955236-1
#google_site_verification:
# Liquid
liquid:
error_mode: strict
# Build settings
permalink: /:categories/:title/
markdown: kramdown
feed:
path: atom.xml
# Pagination - https://jekyllrb.com/docs/pagination/
paginate: 10
paginate_path: /page:num/
# Search
search_full_content: false
# Taxonomoy pages
category_archive_path: "/categories/#"
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
# Collections
collections:
talks:
output: true
permalink: /:collection/:path/
# Front Matter Defaults
defaults:
# Post defaults
- scope:
path: "_posts"
type: posts
values:
layout: post
comments: true
share: true
# Talks defaults
- scope:
path: "_talks"
type: talks
values:
layout: reveal
# Site Author
author:
name: CoxAuto Data Solutions
picture: /images/coxautodatasq.png
# Footer Links
footer_links:
- title: Twitter
url: https://twitter.com/coxautomotiveuk
icon: fab fa-twitter-square
- title: GitHub
url: https://github.com/CoxAutomotiveDataSolutions
icon: fab fa-github-square
- title: Feed
url: atom.xml
icon: fas fa-rss-square