-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (59 loc) · 1.12 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
title: Ghostlyrar
url: ""
baseurl: ""
# Add your profile picture
profile_pic: "./images/rar.png"
tracking_id: #
footer: yes
footer_url: "https://github.com/0xRar"
footer_text: "Ghostlyrar By 0xRar"
sass:
style: compressed
sass_dir: _sass
nav:
- name: "About"
link: "/"
- name: "Contact"
link: "/contact"
- name: "Blog"
link: "/blog"
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
syntax_highlighter: rouge
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Line Numbers
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
plugins:
- jekyll-toc
- jekyll-feed
toc:
min_level: 1
max_level: 6
ordered_list: false
no_toc_section_class: no_toc_section
list_id: toc
list_class: section-nav
sublist_class: ''
item_class: toc-entry
item_prefix: toc-
feed:
path: /blog/feed.atom