Skip to content

Commit f7ea940

Browse files
committed
Clean up _config.yml
- Remove items that match the default setting - Use kramdown instead of maruku - Remove references to markdown parsers and extensions that aren't being used - Use default permalink style (with .html extensions)
1 parent 29466c9 commit f7ea940

1 file changed

Lines changed: 5 additions & 61 deletions

File tree

_config.yml

Lines changed: 5 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -36,74 +36,18 @@ info:
3636
# Setup your fonts, colors etc at _assets/stylesheets/main.scss
3737

3838
url: http://incorporated.sendtoinc.com
39-
source: .
40-
destination: ./_site
41-
plugins: ./_plugins
42-
layouts: ./_layouts
43-
include: ['.htaccess']
44-
exclude: []
45-
timezone: nil
4639

47-
# Show future posts
48-
future: false
49-
show_drafts: nil
50-
limit_posts: 0
51-
pygments: true
40+
relative_permalinks: true
41+
paginate: 10
42+
excerpt_separator: "<!-- more -->"
5243

53-
relative_permalinks: true
54-
55-
paginate_path: 'page:num'
56-
paginate: 10
57-
58-
markdown: maruku
59-
markdown_ext: markdown,mkd,mkdn,md
60-
textile_ext: textile
61-
62-
excerpt_separator: "<!-- more -->"
63-
64-
safe: false
65-
host: 0.0.0.0
66-
port: 4000
67-
baseurl: /
68-
lsi: false
69-
70-
maruku:
71-
use_tex: false
72-
use_divs: false
73-
png_engine: blahtex
74-
png_dir: images/latex
75-
png_url: /images/latex
76-
77-
rdiscount:
78-
extensions: []
79-
80-
redcarpet:
81-
extensions: []
82-
83-
kramdown:
84-
auto_ids: true
85-
footnote_nr: 1
86-
entity_output: as_char
87-
toc_levels: 1..6
88-
smart_quotes: lsquo,rsquo,ldquo,rdquo
89-
use_coderay: false
90-
91-
coderay:
92-
coderay_wrap: div
93-
coderay_line_numbers: inline
94-
coderay_line_numbers_start: 1
95-
coderay_tab_width: 4
96-
coderay_bold_every: 10
97-
coderay_css: style
98-
99-
redcloth:
100-
hard_breaks: true
44+
# safe mode must be disabled to use jekyll-assets.
45+
safe: false
10146

10247
#
10348
# jekyll-assets: see more at https://github.com/ixti/jekyll-assets
10449
#
10550
assets:
106-
10751
dirname: assets
10852
baseurl: /assets/
10953
sources:

0 commit comments

Comments
 (0)