-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (30 loc) · 780 Bytes
/
_config.yml
File metadata and controls
38 lines (30 loc) · 780 Bytes
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
title: AbhijitL
email: labhijitsingh13@gmal.com
description: >- # this means to ignore newlines until "baseurl:"
Official site of Abhijit Leihaorambam
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://abhijitl.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: leihaorambam
github_username: AbhijitL
include: ['_pages']
# build settings
permalink: pretty
markdown: kramdown
paginate: 5
paginate_path: "/blog_posts/page:num/"
permalink: "/blog_posts/:title/"
gems:
- jekyll-feed
- jekyll-autoprefixer
plugins:
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
sass:
sass_dir: _sass
kramdown:
syntax_highlighter: coderay
syntax_highlighter_opts:
line_numbers: table
bold_every: 5