-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
91 lines (76 loc) · 1.45 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Permalinks
permalink: /:title/
# Setup
url: http://shivishbrahma.github.io
paginate: 1
baseurl: "/publog"
google_analytics_id: "G-Y33HYSK8XN"
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: compressed
# Set tags
collections:
tags:
output: true
permalink: /tags/:path/
sort_by: published
posts:
output: true
sort_by: date
sort_reverse: true
# Gems
gems:
- jekyll-multiple-languages-plugin
- jekyll-paginate
- jekyll-gist
- jekyll-toc
# Plugins
plugins:
- jekyll-multiple-languages-plugin
- jekyll-paginate
- jekyll-gist
- jekyll-toc
# About/contact
author:
name: Purbayan Chowdhury
website: https://shivishbrahma.github.io
url: https://shivishbrahma.github.io
email: [email protected]
twitter: https://twitter.com/shivishbrahma
# Custom vars
version: 0.1.0
github:
repo: https://github.com/shivishbrahma/publog
# Languages support
languages: ["en", "bn"]
exclude_from_localizations:
["javascript", "images", "css", "scripts", "favicon.ico"]
# Markdown
kramdown:
syntax_highlighter: rouge
parse_block_html: true
input: GFM
auto_ids: true
toc_levels: 1..3
lang: bn
exclude:
- tools
- _sass
- "*.gem"
# Read time config
reading_time:
words_per_minute: 180
format: "%d %s"
# Table of Contents
toc:
ordered_list: true
list_class: toc__list
item_class: post-toc-item
defaults:
- scope:
path: ""
values:
toc: true