generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (59 loc) · 1.85 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
title: "Bronson113's Blog"
author: "Bo-Shiun Yen"
description: "" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.
# Email / Social media user names used by the minima theme:
# All of these are optional and can be removed or commented out
email: "[email protected]"
#twitter_username: "twitteruser"
github_username: "bronson113"
linkedin_username: "bo-shiun-yen"
#facebook_username: username
#flickr_username: username
#instagram_username: username
#pinterest_username: username
#youtube_username: username
#googleplus_username: +username
#########################################################################################
######### Nothing below needs to be changed (unless you know what you're doing) #########
#########################################################################################
theme: "minima"
rss: rss
feed:
tags: true
disable_in_development: true
markdown: kramdown
kramdown:
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
css_class: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
guess_lang: true
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
show_excerpts: true
excerpt_separator: <!--more-->
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-toc
- jekyll-spaceship
- jekyll-paginate
paginate: 8
paginate_path: "/page:num/"
titles_from_headings:
strip_title: true
collections: true
defaults:
- scope:
path: ""
type: post
values:
tags: Other