-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
84 lines (73 loc) · 1.67 KB
/
_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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
title: Ramblings of a Coder's Mind
author: Karun Japhet
email: karun@japhet.in
subtitle: Got Tech? Will Hack.
url: https://blog.karun.me
bio_url: https://karun.me
subscribe_rss: /atom.xml
simple_search: https://www.google.com/search
date_format: "ordinal"
time_format: "%H:%M %Z"
timezone: Asia/Kolkata
root: /
permalink: /blog/:year/:month/:day/:title/
plugins_dir: _plugins
sass_dir: _sass
code_dir: downloads/code
category_dir: /roacm/blog/categories
highlighter: pygments.rb
paginate_path: "posts/:num"
excerpt_link: "Read on →"
excerpt_separator: "<!-- more -->"
recent_posts: 5
paginate: 10
titlecase: true
default_asides:
- custom/asides/about.html
- custom/asides/twitter.html
- asides/recent_posts.html
- custom/asides/social_links.html
disqus_short_name: roacm
disqus_show_comment_count: true
github_user: javatarz
github_repo_count: 3
github_skip_forks: true
github_show_profile_link: true
facebook_user: KarunJaphet
twitter_user: javatarz
twitter_widget_id: 660845451051008000
twitter_tweet_button: true
markdown: kramdown
theme: jekyll-theme-dinky
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-target-blank
exclude:
- Gemfile
- Gemfile.lock
- README.md
- jekyll.thor
- local_run.sh
- Dockerfile
social_links:
-
user: javatarz
base_url: https://github.com/
title: GitHub
icon_name: fa-github
-
user: 499797
base_url: https://stackoverflow.com/users/
title: Stack Overflow
icon_name: fa-stack-overflow
-
user: javatarz
base_url: https://twitter.com/
title: Twitter
icon_name: fa-twitter
-
user: karunjaphet
base_url: https://www.linkedin.com/in/
title: LinkedIn
icon_name: fa-linkedin