-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (57 loc) · 1.59 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
#------------------------------------------------------------------------------
# General
name: "Stephen Groat"
description: "Engineer focused on security, IPv6, and sunny days."
language: "en"
url: https://www.stephengroat.com
baseurl: ''
#------------------------------------------------------------------------------
# Markdown processor and code highlighting
#------------------------------------------------------------------------------
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
#------------------------------------------------------------------------------
# Pagination and friendly URLs
#------------------------------------------------------------------------------
paginate: 2
paginate_path: /page-:num
permalink: /:title
singlepage: resume
# Social share and comments.
twitter: stephengroat
github: stephengroat
gitlab: stephengroat
linkedin: sgroat
scholar: 2FxnwFgAAAAJ
academia: StephenGroat
keybase: sgroat
angellist: stephengroat
ieee-collabratec: sgroat
about-me: stephengroat
email: [email protected]
enable-share: false
rss-feed-limit: 10
rss-show-full: false
#------------------------------------------------------------------------------
# Configuration, plugins, gems, etc..
#------------------------------------------------------------------------------
source: .
destination: ./_site
plugins: ['jekyll-paginate']
sass:
style: :compressed
sass_dir: assets/css/
exclude:
- CNAME
- Gemfile
- LICENSE
- README.md
- Rakefile
- vendor
- spec
include:
- files/.Brewfile