-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
85 lines (72 loc) · 2.08 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
85
# Site Info
title: A λ's Journey To Π
tagline: 'Exploring finite axioms for the infinite world.'
description: 'Ronak Kogta personal blog'
#baseurl: "" #/lanyon" # to be used when going for sub-directory
url: "http://localhost:4000" #"https://rarchk.github.io"
logo: '/public/logo.png'
# Site configurations
gems:
- jekyll-paginate
# - jekyll-language-plugin
markdown: kramdown
kramdown:
input: GFM
excerpt_separator: "<!-- more -->"
sass:
style: compressed
sass_dir: _scss
paginate: 13
paginate_path: '/blog/page:num'
permalink: pretty
version: 1.0.0
#language_data: data.lang.hi
#language_includes_dir: _i18n
# About/contact
author:
name: Ronak Kogta
description: An engineer in the pursuit of <strong>persistent and exciting.</strong> Also trying to be a blogger.
#gravatar: # md5 hash of your email address
profile: /public/images/profile.jpg
contact:
linkedin: https://www.linkedin.com/in/ronakkogta
github: https://github.com/rarchk
#stack-overflow: http://stackoverflow.com/users/733761/rarchk
twitter: https://twitter.com/ronakkogta
#email: https://www.google.com/recaptcha/mailhide/d?k\x3d01CIzJycu1pq2SHk5xVmq2RQ\x3d\x3d\x26c\x3dlBe-qtR3DTUeG_jldvPx-3bZV6esWSECuGNNBsZs9eA\x3d
rss: /atom.xml
# Navigation (2nd level links supported)
nav:
Home:
- '/'
Blog:
- /blog/
Work:
- /blog/work
Reflecitons:
- /blog/reflections
Archive:
- '/blog/archive'
- { Categories: '/blog/categories/' }
- { Tags: '/blog/tags/' }
Github Issues:
- https://github.com/rarchk/rarchk.github.io/issues/new
Site Map v1.0.0:
- /blog/sitemap.xml
# Where are tags and categories displayed
tag_page: '/blog/tags/'
category_page: '/blog/categories/'
# Plugins
mathjax: true # whether support mathjax
google_analytics_token: 'UA-5613819-3' # leave blank if you don't want google analytics
#disqus_short_name: 'rarchkgithubio' # leave blank if you don't want disqus
# posts to show at github
future: true
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock