-
Notifications
You must be signed in to change notification settings - Fork 43
/
_config.yml
98 lines (88 loc) · 2.45 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: "Mentro"
mainSiteUrl: "https://mentro.tech"
url: "https://community.blog.mentro.tech"
description: "World's first Mentorship platform at your fingertips.Mentro, brings professional guidance from industry experts working in companies like Google, Microsoft, Amazon, Jio, Flipkart, GoJek, CRED and more at a personalised level for you."
logo: "/assets/images/mentro_logo.png"
favicon: "/assets/images/mentro_logo.png"
releaseDate: "2020-03"
email: "contact@mentro.tech"
slogan: "Easy Access to Professional Mentorship"
twitterHandle: "@Mentro17"
androidAppName: "Mentro - Easy Access to Professional Mentorship"
androidAppPackage: "com.mentro.mentro_app"
include: ["_pages", "_authors", "_categories"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
authors:
mentro:
name: "Team Mentro"
site: "https://mentro.tech"
avatar: "/assets/images/mentro_logo.png"
bio: "Official account for Mentro"
email: "contact@mentro.tech"
linkedin: https://www.linkedin.com/company/mentro-official
niyoj:
name: "Niyoj Oli"
site: "https://niyojoli.com.np"
avatar: "/assets/images/author/niyoj.jpg"
bio: "Open Source Contributor"
email: "oliniyoj@gmail.com"
linkedin: https://www.linkedin.com/in/niyoj/
itsdharmxd:
name: "Dharmesh Upadhyay"
avatar: "/assets/images/author/itsdharmxd.jpg"
bio: "Open Source Contributor"
email: "dharmeshupadhyay.uemk@gmail.com"
linkedin: https://www.linkedin.com/in/dharmeshupadhyayuemk/
sayanta:
name: "Sayanta Bhattacharjee"
site: "https://mentro.tech"
avatar: "/assets/images/author/sayanta.jpg"
bio: "Founding Engineer Mentro"
email: "sayanta2702@gmail.com"
linkedin: https://www.linkedin.com/in/sayanta-bhattacharjee-752432130/
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: mentro
avatar: /assets/images/mentro_logo.png
# all pages
- scope:
path: "_pages"
values:
layout: page
# all authors
- scope:
path: "_authors"
values:
layout: author
# all categories
- scope:
path: "_categories"
values:
layout: category
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude:
[
README.markdown,
package.json,
grunt.js,
Gruntfile.js,
Gruntfile.coffee,
node_modules,
Help,
]