-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
104 lines (90 loc) · 2.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
locale : en-US
encoding: utf-8
markdown_ext: markdown,mkdown,mkdn,mkd,md
github: [metadata]
title: /Users/mrinmoy
description: Mrinmoy's home
name: Mrinmoy Das
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
words_per_minute: 200
author:
name : Mrinmoy Das
avatar : /assets/images/profile.jpg
bio : Web stuff, mostly backend
github : goromlagche
linkedin : mrinmoy-das-3035387b
stackoverflow : 2365673/goromlagche
twitter : goromlagche
repository: goromlagche/goromlagche.github.io
comments:
provider: "utterances"
utterances:
theme : github-light
issue_term : pathname
tag_archive:
type: liquid
path: /tags/
paginate: 5
paginate_path: /blog/page:num
search : true
search_full_content : true
search_provider : lunr
compress_html:
clippings: all
ignore:
envs: development
defaults:
- scope:
path: ""
type: posts
values:
layout: single
classes: wide
author_profile: true
read_time: true
comments: true
share: true
related: true
permalink: /blog/:year/:month/:day/:title.html
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-seo-tag
- jemoji
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-include-cache
- jekyll-redirect-from
- jeky-seo-tag
- jemoji
include:
- _pages
analytics:
provider: google
google:
tracking_id : UA-44848115-1
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/