-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
81 lines (74 loc) · 1.89 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
# Site/SEO settings
email: [email protected]
baseurl: ""
permalink: /:year/:month/:day/:title/
google_analytics:
name: Brendan Cullen
title: Cullen Cartography
description: >
I am a geospatial professional who regularly utilizes GIS, Python, and Javascript to manage, analyze, and visualize data. I have always loved maps, technology, and uniquness of place.
url:
twitter_username: cullen_carto
default_img: /assets/images/ProfilePicture.jpg
social:
- name: twitter
url: https://twitter.com/cullen_carto
- name: linkedin
url: https://www.linkedin.com/in/brendan-cullen-b7699615b/
- name: github
url: https://github.com/bren96
# Contact settings
contact_img: /assets/images/usgs-IHdQVLwEIdk-unsplash.jpg
formcarry: https://formcarry.com/s/HkIo0nMb7
# Disqus settings
disqus: test-apkdzgmqhj
# MailChimp settings
mailchimp_action:
mailchimp_input:
# Author settings
author:
- name: Brendan Cullen
bio: I am a geospatial professional who regularly utilizes GIS, Python, and Javascript to manage, analyze, and visualize data. I have always loved maps, technology, and uniquness of place.
# Pagination settings
pagination:
enabled: true
debug: false
per_page: 12
permalink: '/page/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: true
autopages:
enabled: true
categories:
enabled: false
collections:
enabled: false
tags:
layouts:
- 'tag.html'
title: 'Cullen Cartography'
permalink: '/tag/:tag'
slugify:
mode: raw
cased: true
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
compress_html:
clippings: all
comments: all
startings: [html, head, body]
exclude:
- node_modules
- .DS_Store
- barber.jpg
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md
- vendor