-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
109 lines (92 loc) · 2.73 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Site wide configuration
title: Sandeep Chivukula
locale: en-US
logo: /images/site-logo.png
url: http://blog.sandeepchivukula.com
description: "A blog about crafting technology products and working with people."
# Jekyll configuration
permalink: pretty
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-seo-tag
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..2
enable_coderay: false
mathjax: true
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", ".less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor"]
#Remote Theme
remote_theme: "mmistakes/so-simple-theme"
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Spectral"
weights: "400,400i,700,700i"
- name: "Ubuntu"
weights: "400,400i,700,700i"
- name: "Oxygen"
weights: "400,400i,700,700i"
read_time: true
#paginate
paginate: 10 # amount of posts to show per page
paginate_path: /page:num/
#search
search_full_content: true
#tags
tag_archive_path: "/tags/#"
# Site owner
twitter: _sandeep
author:
name: Sandeep Chivukula
picture: /images/Profile_Pic.jpg
email: me@sandeepchivukula.com
twitter: _sandeep
links:
- title: Twitter
url: https://twitter.com/_sandeep
icon: fab fa-twitter-square
- title: GitHub
url: https://github.com/sandeep
icon: fab fa-github-square
- title: LinkedIn
url: https://linkedin.com/in/sandeepchivukula
icon: fab fa-linkedin
fb:
pixel: 1694049524161968
google_analytics: UA-22827765-1
google_tagmanager: GTM-KXXHV5
# This needs to be fixed for Jekyll SEO
verify: RCIETChG8zO8BGrHTNgEZYZWfKj-J2jdUthBRvD7DRA
#footer links
footer_links:
- title: Twitter
url: https://twitter.com/_sandeep
icon: fab fa-twitter-square
- title: GitHub
url: https://github.com/sandeep
icon: fab fa-github-square
- title: LinkedIn
url: https://linkedin.com/in/sandeepchivukula
icon: fab fa-linkedin
- title: Feed
url: feed.xml
icon: fas fa-rss-square
# Crosspost to Medium
jekyll-crosspost_to_medium:
enabled: false
cache: .jekyll-crosspost_to_medium
status: draft
text: <p><i>First published on <a href=\"{{url}\" rel=\"canonical\">sandeepchivukula.com</a>.</i></p>
#license: all-rights-reserved | cc-40-by | cc-40-by-sa | cc-40-by-nd | cc-40-by-nc | cc-40-by-nc-nd | cc-40-by-nc-sa | cc-40-zero | public-domain