-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (37 loc) · 1018 Bytes
/
_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
# Site
name: 'IIT Roorkee Motorsports'
description: 'We are a student team involved in developing Formula Student Electric Vehicles.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
url: utkarshmishra04.github.io
baseurl: '/blogiitrms'
email: '[email protected]'
#mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
avatar: /assets/images/avatar1.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# 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]