-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
58 lines (50 loc) · 1.13 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
title: "Juan Treminio - Senior Web Developer Blog"
shortTitle: "Juan Treminio - Developer Blog"
SEOTitle: "Juan Treminio - Senior Web Developer Blog"
email: [email protected]
description: "Juan Treminio - Dallas based senior web developer"
keyword: ""
url: "https://jtreminio.com"
baseurl: ""
# Publish posts or collection documents with a future date.
future: true
RSS: false
social:
-
title: github
url: https://github.com/jtreminio
-
title: twitter
url: https://twitter.com/juantreminio
-
title: linkedin
url: https://www.linkedin.com/in/jtreminio-1
# Build settings
highlighter: rouge
permalink: /:categories/:title/
paginate: 100
exclude: ["README.md", "nonversioned"]
timezone: America/Chicago
# Gems
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-minifier
# Markdown settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
relative_links:
enabled: true
collections: true
jekyll-minifier:
uglifier_args:
harmony: true
environment: prod