-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
184 lines (166 loc) · 4.93 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Github Pages preferences (do not change)
github: [metadata]
highlighter: rouge
# Enable the following Github Pages optional Plugins
plugins:
- jekyll-feed
- jekyll-github-metadata
- jekyll-sitemap
# Repository configuration
repository: jameswilson/jameswilson.github.io
version: 2.4.1
# Jekyll site configuration
title: James Wilson
title_separator: "·"
tagline: Open Source Technologist & Senior Web Developer
description: >- # Used in homepage metatag and RSS feed description.
The personal blog of James Wilson; senior web developer
at Bluespark and avid Open Source enthusiast.
url: https://www.elementalidad.com
baseurl: # the subpath of your site, e.g. "/blog"
permalink: /:year-:month-:day-:title
paginate: 3
# og:image metatag default (override this per post/page in post's front matter)
image: https://i.imgur.com/UNe5t4v.jpg
analytics:
enabled: true
tracking_ids:
- UA-1191719-1
- UA-45354089-1
google:
search_engine_id: 005468932483752946890:jvbt67gzrjm
facebook:
app_id: 1123868284446462
profile_id: 778599837
pinterest:
account: jrwilson3
domain_verify: 44c8ca43cf69c61e16d65e70aa643105
mailchimp:
url: https://elementalidad.us19.list-manage.com
user_id: 7457c00561f9e1cd9a49455fc
list_id: b5c08ef710
# Global author
author:
schema_type: Person # or Organization (see schema.org)
name: James Wilson
first_name: James
last_name: Wilson
twitter: jwilson3
url: https://www.elementalidad.com/about
email: [email protected]
image: /assets/img/avatar.png
description: >-
James is a software developer with interests in travel, photography,
technical strategy, devops & automation, and building complex,
performant, accessible websites. He is a senior technical strategist
and the lead frontend developer at Bluespark.
links:
- https://about.me/jrwilson3
- https://twitter.com/jwilson3
- https://facebook.com/james.r.wilson.iii
- https://instagram.com/jrwilson3
- https://linkedin.com/in/jamesrwilson3
- https://pinterest.com/jrwilson3
- https://github.com/jameswilson
- https://drupal.org/u/jwilson3
- https://bluespark.com/team/james-wilson
- https://stackexchange.com/users/180306/jameswilson?tab=accounts
- https://open.spotify.com/user/125643039
- https://plus.google.com/+JamesWilsonIII
- https://www.paypal.me/jrwilson3
# Calculate post reading time based on number of words.
# A floating point number is required for the divide_by calcuation.
words_per_minute: 180.0
# Post excerpts
# Remove or comment out the following line tells Jekyll to use the first
# paragraph of each post as the excerpt.
excerpt_separator: <!--more-->
# Disqus comment configuration.
# See _include/comments.html for usage.
disqus:
enabled: true
shortname: jameswilson-blog
show_comment_counts: true
# Jekyll Feed plugin options
feed:
path: atom.xml # override the default /feed.xml
# Main navigation links.
# See _includes/navigation.html for usage.
navigation:
- title: Blog
url: /
- title: Archives
url: /archives
- title: About
url: /about
- title: Search
url: /search
# Defaults
defaults:
# all posts
-
scope:
path: ""
type: posts
values:
type: post
schema_type: BlogPosting
og_type: article
# all pages
-
scope:
path: ""
type: pages
values:
type: page
schema_type: CreativeWork
og_type: article
# homepage
-
scope:
path: "index.html"
values:
type: homepage
schema_type: Blog # or WebSite (see schema.org)
og_type: website
# authorpage provides special Structured Data about the author.
# Modify the "scope.path" as necessary to match whatever you use for the
# site's author biography page.
-
scope:
path: "_pages/about.md"
values:
type: authorpage
schema_type: AboutPage
og_type: article
# search results page
-
scope:
path: "_pages/search.md"
values:
type: searchresultspage
schema_type: SearchResultsPage
# archive pages (by year, categories, tags)
-
scope:
type: archive
values:
schema_type: CollectionPage
# Process pages in the following additional custom subfolders.
# Note these pages must use the 'permalink' parameter in yaml front matter
# in order for Jekyll to place them correctly into the site's url structure.
include:
- _pages
- _redirect
- _favicon
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/