-
Notifications
You must be signed in to change notification settings - Fork 54
/
_config.yml
58 lines (48 loc) · 1.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
# Site settings
title: A blog about our findings and musings
description: IEEE NITK is a student branch of IEEE located at NITK Surathkal. This blog serves as a collection of ideas and thoughts of different members in various technical areas.
baseurl: "/blog" # 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: A blog documenting random findings and musings of our members
email: ieee@nitk.edu.in
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
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /blog
- title: Tags
url: /blog/tags
- title: Main Website
url: /
- title: Gyan
url: /gyan
# 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]
# Make 6 articles per page
paginate: 6
paginate_path: "/page:num/"
future: true