-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
112 lines (95 loc) · 2.47 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
# Name of your blog (this will show up at the top of your page and in the RSS feed)
name: Ryan C Morrissey | Professional CV/Resume
# Short description (goes below the title; it will also be used in the RSS feed)
description: Professional CV/Resume of Ryan C Morrissey.
# Your name, as you want it to appear underneath each post and in the footer
author: Ryan C Morrissey
# Uncomment if you are planning to run the blog in a subdirectory
# Note - if you enable this, and attempt to view your site locally you have to use the baseurl in your local path.
# Example, you must use http://localhost:4000/path/to/blog
#baseurl: /path/to/blog
baseurl: /cv
# The URL of your actual domain. This will be used to make absolute links in the RSS feed.
url: http://ryancmorrissey.com/
# Where things are
source: .
destination: ./_site
collections_dir: .
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
collections:
posts:
output: true
# Handling Reading
safe: true
include: [".htaccess"]
exclude:
- "Gemfile"
- "Gemfile.lock"
- "node_modules"
- "vendor/bundle/"
- "vendor/cache/"
- "vendor/gems/"
- "vendor/ruby/"
- "resume.sublime-project"
- "resume.sublime-workspace"
- "README.md"
- "LICENSE"
- ".gitignore"
- "downloads/_ryancmorrissey-cv.pages"
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
strict_front_matter: false
# Filtering Content
show_drafts: false
limit_posts: 0
future: false
unpublished: false
# Plugins
whitelist:
# - jekyll-redirect-from
plugins:
# - jekyll-redirect-from
# Conversion
markdown: kramdown
# markdown: CommonMarkGhPages
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Serving
detach: false
port: 4000
host: 127.0.0.1
show_dir_listing: false
# Outputting
permalink: date
paginate_path: /page:num
timezone: null
quiet: false
verbose: false
defaults: []
liquid:
error_mode: warn
strict_filters: false
strict_variables: false
# Markdown Processors
rdiscount:
extensions: []
redcarpet:
extensions: []
commonmark:
options: ["SMART", "FOOTNOTES"]
extensions: ["strikethrough", "autolink", "tables"]
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
show_warnings: false