-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
51 lines (40 loc) · 845 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
45
46
47
48
49
50
51
# Site settings
title: Tail
description: "Minimal Jekyll blog theme"
baseurl: "/tail"
url:
# https://jekyllrb.com/docs/configuration/options/
timezone: Asia/Kolkata
# Google Analytics
google_analytics:
# Author
# This is the default author name displayed on all posts, can be overridden by setting a different `author: Your Name`
# in the frontmatter
author:
name: Your Name
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
include:
- _pages
# Assets
sass:
sass_dir: /assets/css/_sass
style: compressed
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
# Permalinks
permalink: /:title
paginate: 5
# Excludes
exclude:
- README.md
- LICENSE.md
# Disqus (Set to your disqus id)
disqus: