-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
46 lines (35 loc) · 1.1 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
# Site settings
title: A blog about our findings and musings
description: IEEE NITK is a student branch of IEEE located at NITK Surathkal. This expo documents all te projects carried out by the members of IEEE NITK in the academic year 2020-21
baseurl: "/virtual-expo" # the subpath of your site, e.g. /blog
url: "https://ieee.nitk.ac.in" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
# User settings
username: IEEE-NITK
user_description: IEEE Student chapter at NITK Surathkal
description: Virtual Project Expo 2021
email: [email protected]
twitter_username: IEEE_NITK
github_username: IEEE-NITK
facebook_username: IEEENITK
#Facebook Sharing
facebook_app_id: 0011038251882641
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']
# extra plugins
plugins_dir:
['jekyll-paginate']
# Gems
plugins: [jekyll-paginate]
# gems: [jekyll-paginate, jemoji]
future: true
timezone: Asia/Kolkata