forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
100 lines (83 loc) · 2.71 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
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
name: Mayur Bhangale
email: [email protected]
description: > # this means to ignore newlines until "url:"
Snippets from Mayur
footer_text: >
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
url: https://mayurbhangale.github.io
baseurl:
last_updated: # leave blank if you don't want to display last updated
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: mayurbhangale
twitter_username: mayurcb
linkedin_username: mayurbhangale
medium_username: mayurbhangale96
contact_note: >
I'm mostly active on Twitter but you can also reach out to me on LinkedIn.
google_analytics: UA-148060511-1 # out your google-analytics code
# -----------------------------------------------------------------------------
# Blog
# -----------------------------------------------------------------------------
blog_name: Mayur Bhangale
blog_description: Snippets from Mayur
# Pagination
paginate: 4
permalink: /blog/:year/:title/
paginate_path: /blog/page:num/
text:
pagination:
newer: 'Newer'
older: 'Older'
# Comments
disqus_shortname: mayurbhangale
# Optional features
show_social_icons: false
enable_anchorjs: false
enable_katex: true
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
news:
defaults:
layout: post
output: true
permalink: /news/:path/
projects:
output: true
permalink: /projects/:path/
news_limit: 5
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
highlighter: rouge
# Includes & excludes
include: ['_pages']
exclude: [vendor]
# Plug-ins
plugins:
- jekyll-email-protect
- jekyll-paginate
- jekyll/scholar
- jemoji
- jekyll-seo-tag
social:
name: Mayur Bhangale
links:
- https://twitter.com/mayurcb
- https://www.linkedin.com/in/mayurbhangale
- https://github.com/mayurbhangale
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.9.0"
anchorjs_version: "3.2.2"