-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (48 loc) · 1.18 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
#
# This file contains configuration flags to customize your site
#
# Basic information
name: Ian Glen
bio: Product Engineer @ <a href="https://boxcast.com">BoxCast</a>. Working on cars and cool projects in my free time.
# Site Navigation
links:
- {name: Projects, url: /projects/}
- {name: Notes, url: "https://notes.ianglen.me"}
- {name: GitHub, url: "https://github.com/codeThatThinks"}
- {name: Instagram, url: "https://instagram.com/codeThatThinks"}
- {name: Email, url: "mailto:ian@ianglen.me"}
# Used for Sitemap.xml and your RSS feed
url: http://ianglen.me
permalink: /:slug/
collections:
posts:
permalink: /projects/:categories/:slug/
projects:
output: true
permalink: /projects/:slug/
defaults:
-
scope:
path: ""
values:
layout: "post"
kramdown:
input: GFM
hard_wrap: false
math_engine: mathjax
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
gfm_quirks: paragraph_end
strict_front_matter: true
# Use the following plug-ins
plugins:
- jekyll-sitemap
- jekyll-feed
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME