-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
117 lines (107 loc) · 3.12 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
# Site settings
locale: en-US
title: Ian Lee
description: "I'm Ian Lee, a cyber security professional and open source evangelist. I believe in leaving things better than I found them, so that those around me are inspired to know they can make a difference."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ianlee1521.com"
repository: IanLee1521/IanLee1521.github.io
comments:
provider: "disqus"
disqus:
shortname: IanLee1521
# Account
author:
name : Ian Lee
avatar : https://s.gravatar.com/avatar/c416a04a16b233e65afd993815c167dd?s=256
bio : "Cyber Security Professional, Open Source Evangelist, Martial Artist, Aspiring Rock Climber" # "Explorer, Collaborator, and Open Source Evangelist."
location : "Livermore, CA, USA"
email : [email protected]
uri : https://ianlee1521.com
home : https://ianlee1521.com
bitbucket : IanLee1521
codepen :
dribbble :
flickr :
facebook :
foursquare :
github : IanLee1521
gitlab : IanLee1521
google_plus : +IanLee1521
keybase :
instagram :
lastfm :
linkedin : IanLee1521
pinterest :
soundcloud :
stackoverflow : "450858/ian-lee"
steam : # "steamId" (the last part of your profile url, e.g. https://steamcommunity.com/id/steamId/)
tumblr :
twitter : IanLee1521
vine :
weibo :
xing :
youtube : "https://youtube.com/c/IanLee1521"
twitter:
username: "IanLee1521"
og_image: https://s.gravatar.com/avatar/c416a04a16b233e65afd993815c167dd?s=256
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/IanLee1521"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/IanLee1521"
# Analytics
analytics:
provider: "google-gtag"
google:
tracking_id: UA-72759126-1
# Build settings
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-include-cache
markdown: kramdown
remote_theme: "mmistakes/minimal-mistakes"
# minimal_mistakes_skin: "neon"
# minimal_mistakes_skin: "dirt"
minimal_mistakes_skin: "air"
paginate: 5
# 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/
include:
- "_pages"
permalink: /:categories/:year/:month/:day/:title/
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
classes: wide
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
classes: wide