-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
94 lines (72 loc) · 2.29 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
#-------------------------------
# General Site Settings
title: Abhigya's BlogSpot
logo: 'https://avatars.githubusercontent.com/u/71663979?v=4'
description: A computer enthusiasts excited to learn about tech and share knowledge.
baseurl: ""
url: "https://abhigya.me"
#-------------------------------
# Author Settings
author:
name: Abhigya Krishna
avatar: 'https://avatars.githubusercontent.com/u/71663979?v=4'
#-------------------------------
# Hero Settings
hero:
title: Abhigya Krishna
description: Backend, Cloud and Devops Engineer
image: '/images/home-background.webp'
#-------------------------------
# Contact Settings
# https://formspree.io/
contact:
email: abhigyakrishna21@gmail.com
description: Have any question, suggestion or just want to say hi? Feel free to reach out to me.
#-------------------------------
# Footer section
# Example of adding a new link to the footer - {icon: "ion-logo-github", link: "https://github.com"}
# Other icons can be found at https://ionicons.com/v4/
social:
- { icon: "ion-logo-github", link: "https://github.com/AbhigyaKrishna" }
- { icon: "ion-logo-linkedin", link: "https://www.linkedin.com/in/abhigya-krishna" }
- { icon: "ion-logo-twitter", link: "https://twitter.com/AbhigyaKr1shna" }
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: abhigya
#-------------------------------
# Google Analytics
google-analytics: G-RRHN7XMFF8
#-------------------------------
# Newsletter
mailchimp: disable # To enable the mailchimp form, use the value 'enable'. To disable the form, leave the field blank.
mailchimp-identifier: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
#-------------------------------
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-tagging
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
disable: true
paginate: 8
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed