-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (37 loc) · 877 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
theme: jekyll-theme-hacker
# Name
name: Akshay Chandrashekaran
# Description
description: My Personal Blog
#URL for avatar
avatar: https://avatars3.githubusercontent.com/u/702424?v=3&s=460
footer-links:
github: akshayc11
linkedin: https://www.linkedin.com/in/akshay-chandrashekaran-6687a31b/
email: [email protected]
disqus: akshayc
url: http://akshayc.com
permalink: /:title/
# Jekyll version
version: v1.2.0
# Kramdown for markdown
kramdown:
# Github flavored markdown
input: GFM
# Syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# use pygments syntax highlighting css
css_class: 'highlight'
# Sass partial directory
sass:
style: :expanded
# Other plugins
gems:
- jekyll-sitemap # Create Jekyll sitemap using gem
- jekyll-feed # Create an Atom feed
exclude:
- Gemfile
- Gemfile.lock
- README.md
- CNAME