-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (39 loc) · 887 Bytes
/
_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
# Basic settings
description: This is personal blog.
baseurl: "/"
url: "https://lavkumarv.github.io"
twitter_username: LAV_K_V
github_username: lavkumarv
include: ['_pages']
# Build settings
markdown: kramdown
highlighter: pygments
lsi: false
excerpt_separator: "\n\n"
gems:
- jekyll-feed
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
# pagination
gems: [jekyll-paginate]
paginate: 5
paginate_path: "/page:num/"
# Enable comments
comments: true
# Markdown settings
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
coderay:
coderay_wrap: div
coderay_line_numbers: inline
coderay_line_number_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style