-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
75 lines (61 loc) · 1.62 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
remote_theme: daattali/beautiful-jekyll
title: Common Sense Systems
navbar-links:
About: "about-us"
Services: "services"
Blog: "blog"
Contact: "contact"
title-img: /assets/img/logo-default.png
rss-description: Common Sense Systems has provided software engineering services to high-tech companies in the Seattle area since 1996.
share-links-active:
twitter: true
facebook: true
linkedin: true
keywords: "software,coaching,embedded software,medical devices"
# Fill in your Google Analytics tag ID here
gtag: "G-MWXX5J9NWB"
navbar-col: "#F2F2F2"
navbar-text-col: "#000000"
navbar-border-col: "#F2F2F2"
page-col: "#FFFFFF"
text-col: "#000000"
link-col: "#FF8A3D"
hover-col: "#FF8A3D"
footer-col: "#B6B6B6"
mobile-theme-col: "#FF8A3D"
site-css: "/assets/css/common-sense.css"
permalink: /blog/:title/
paginate_path: "/blog/page:num/"
timezone: "America/Los_Angeles"
markdown: kramdown
highlighter: rouge
paginate: 6
calendly-link: "john-sambrook/60-minute-meeting"
calendly-text: "Schedule time with John"
kramdown:
input: GFM
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
author: "John Sambrook"
before-content: author.html
after-content:
- about-blurb.html
- calendly.html
social-share: true
-
scope:
path: ""
values:
layout: "page"
header-extra: wave.html
after-content: calendly.html
show-calendly-btn: true
share-description: "Common Sense Systems has provided software engineering services to high-tech companies in the Seattle area since 1996."
plugins:
- jekyll-paginate
- jekyll-sitemap