-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·60 lines (51 loc) · 1.14 KB
/
_config.yml
File metadata and controls
executable file
·60 lines (51 loc) · 1.14 KB
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
title: John Martin
author:
name: John Martin
email: johnjmartiniv@gmail.com
github: john4
twitter: johnjmartiniv
url: http://fourthjohn.com
source: .
destination: ./_site
plugins: ./_plugins
layouts: ./_layouts
include: ['.htaccess']
exclude: ['Gemfile', 'Gemfile.lock', 'README.md', 'wercker.yml']
timezone: nil
# Show future posts
future: true
show_drafts: false
limit_posts: 0
highlighter: true
relative_permalinks: true
permalink: /blog/:title
paginate_path: 'page:num'
paginate: 10
markdown: kramdown
markdown_ext: markdown,mkd,mkdn,md
textile_ext: textile
excerpt_separator: "<!--more-->"
safe: false
host: 0.0.0.0
port: 4040
baseurl: /
lsi: false
collections:
portfolio:
output: true
relative_permalinks: true
permalink: /portfolio/:title/
# jekyll-assets: see more at https://github.com/ixti/jekyll-assets
assets:
dirname: assets
baseurl: /assets/
sources:
- _assets/javascripts
- _assets/stylesheets
- _assets/images
js_compressor: none
css_compressor: sass
cachebust: none
cache: false
gzip: [ text/css, application/javascript ]
debug: false