-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (37 loc) · 912 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
lang: en
title: Midhun Harikumar
tagline: Random Thoughts!
url: https://midhunhk.com
paginate: 10
paginate_path: "/blog/page:num/"
permalink: pretty
# Assets
# We specify the directory for Jekyll so we can use @imports.
# Only use during development
#sass:
# sass_dir: _sass
# style: :compressed
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
# Original About/contact
author:
name: Midhunhk
url: https://midhunhk.com
email: midhunhk at gmail.com
# Custom vars
version: 2.6.1
github:
repo: https://github.com/midhunhk/midhunhk.github.io
# Google services
google_analytics: G-BERWJ12310
header_pages:
- blog/index.html
- about.md
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
- github-pages