-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
38 lines (33 loc) · 890 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
# Site settings
#--------------
title: Electronics Club, IIT Bombay
header-img: img/home-bg.jpg
email: eciitb@gmail.com
copyright_name: Electronics Club, IIT Bombay
description: The electronics enthusiasts of IITB
#twitter_username: SBootstrap
github_username: elec-club-iitb
#facebook_username: IronSummitMedia
#email_username: your-email@yourdomain.com
# Build settings
markdown: kramdown
highlighter: rouge
syntaxtheme: friendly
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: ['jekyll-paginate']
# Configuration for url/path
baseurl:
url: http://elec-club-iitb.github.io
# Permalink
permalink: /blog/:year/:month/:title/
# Declaring tutorials collection
collections:
tutorials:
permalink: /tutorials/:path/
output: true
# For comments sections
disqus:
short_name: eciitb
comment_count: true
developer_mode: true