-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
71 lines (62 loc) · 1.51 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
# Site Settings
title: IDLI
tagline: India Deep Learning Initiative
description:
baseurl: "http://idli.group"
url: "http://idli.group"
github:
url: "http://idli.group"
author: "IDLI"
name: "IDLI"
email: "[email protected]"
twitter: "IDLI"
instagram: "IDLI"
facebook: "https://www.facebook.com/groups/1479309132086977/"
linkedin: "IDLI"
paginate: 5
disqus: digitaldrummerj
# Build settings
markdown: kramdown
highlighter: rouge
permalink: none
gems: [jekyll-paginate]
collections:
jobs:
output: true
permalink: /jobs/:path/
internship:
output: true
permalink: /internship/:path/
tutorial:
output: true
permalink: /tutorial/:path/
interview:
output: true
permalink: /interview/:path/
dataset:
output: true
permalink: /dataset/:path/
framework:
output: true
permalink: /framework/:path/
papers:
output: true
permalink: /papers/:path/
challenges:
output: true
permalink: /challenges/:path/
session:
output: true
permalink: /session/:path/
hackthaone:
output: true
permalink: /hackthaone/:path/
upcomming:
output: true
permalink: /upcomming/:path/
mentorship:
output: true
permalink: /mentorship/:path/
downloads:
output: true
permalink: /downloads/:path/