-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (73 loc) · 1.51 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
# Site Configuration
title: Josh Beard
description: "Hi, I'm Josh Beard, VP at JPMorganChase • Product Manager, Sales and Marketing • Leo's Dad • Columbus, OH"
favicon: /img/favicon.ico
avatar: /img/avatar.png
color_theme: auto
remote_theme: sylhare/Type-on-Strap
header_text: Posts
footer_text: Josh Beard
# Comments
comments:
disqus_shortname: joshbeard
# Blog
excerpt: true
post_navigation: true
# Features
google_analytics: "G-M3QV6Z7W14"
# PAGINATION
paginate: 30
paginate_path: "/posts/page:num"
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
#Build Settings
sass:
sass_dir: _sass
style: compressed
exclude:
- ".jekyll-cache"
- ".jekyll-metadata"
- ".idea"
- "vendor/*"
- "assets/node_modules/*"
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- package-lock.json
- Rakefile
- README
- tmp
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/JoshBeardXYZ"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://www.instagram.com/joshdbeard/"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/joshbeardxyz/"