-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
98 lines (91 loc) · 2.38 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
# Site
name: "IEEE-VIT"
description: "Official Blog of IEEE-VIT"
meta_description: "IEEE Vidyalankar, ieee.vit.edu.in, https://ieee.vit.edu.in"
logo: 'assets/images/newlogo.png'
favicon: 'assets/images/logo.png'
baseurl: /ieeevitblog
google_analytics: 'UA-128958351-1'
# Authors
authors:
Kinnari Bhalerao:
name: Kinnari Bhalerao
display_name: Kinnari Bhalerao
gravatar: e8493375cc12220bd0efe201f625cf11
email:
web: https://medium.com/@theeruditemind
description: " I'm a huge physics and astronomy enthusiast with a curiosity to understand technology and someone who wants to know, 'How things work?'. Nevertheless, I find solace in art, writing and reading thrillers in my free time."
Niranjana B.:
name: Niranjana B.
display_name: Niranjana B.
gravatar: 29c7cccf42dee7f60dd3c5c4f0fa510c
email:
web:
description: "I'm pretty instinctive. I'm a quick learner"
Shikha Jha:
name: Shikha Jha
display_name: Shikha Jha
gravatar: ed67abe03c65a6f4b99e0099b881df8d
email:
web: https://medium.com/@footslogger
description: "General Secretary 2018-19. Co-ordinator of IRIS 2018 and member of the Documentation Team"
Saurabh Fegade:
name: Saurabh Fegade
display_name: Saurabh Fegade
gravatar: 66849570f3b4033d8c35600632f4237a
email:
web:
description: "Webmaster 2018-19. Co-ordinator of Voyager 2018 and member of the Web Team"
Akansha Tandale:
name: Akansha Tandale
display_name: Akansha Tandale
gravatar:
email:
web:
description: "..."
Aditya Bhagwat:
name: Aditya Bhagwat
display_name: Aditya Bhagwat
gravatar:
email:
web:
description: "..."
Siddhi Shinde:
name: Siddhi Shinde
display_name: Siddhi Shinde
gravatar:
email:
web:
description: "..."
Jayesh Pathak:
name: Jayesh Pathak
display_name: Jayesh Pathak
gravatar:
email:
web:
description: "..."
Saanvi Prajapati:
name: Saanvi Prajapati
display_name: Saanvi Prajapati
gravatar:
email:
web:
description: "..."
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
highlighter: rouge
theme: jekyll-theme-minimal