-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (37 loc) · 884 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
# Permalinks
permalink: /:year-:month-:day/:title
# Setup
title: Hara's Log
paginate: 5
baseurl: ""
url: "https://haraprasadj.github.io"
# Assets
sass:
sass_dir: _sass
style: :compressed
# Build settings
markdown: kramdown
# About
author:
name: Hara Prasad Juvvala
url: http://www.haraprasad.com
email: [email protected]
github: haraprasadj
linkedin: haraprasadj
twitter: haraprasad_j
stackoverflow: 3462736/haraprasadj
social:
name: Hara Prasad Juvvala
links:
- https://twitter.com/haraprasad_j
- https://www.linkedin.com/in/haraprasadj
- https://github.com/haraprasadj
# Custom vars
version: 3.4.1
# Gems
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-include-cache
# Theme
remote_theme: "mmistakes/[email protected]"