forked from depthfirstlearning/depthfirstlearning.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
72 lines (67 loc) · 1.61 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
72
# Site settings
title: Depth First Learning
email: depthfirstlearning@gmail.com
description: "Machine Learning Curricula"
url: "https://www.depthfirstlearning.com"
twitter_username: depthfirstlearning
github_username: deconstructed
# Authors
dfl:
name: Depth First Learning
email: depthfirstlearning@gmail.com
web: http://twitter.com/DepthFirstLearn
avital:
name: Avital Oliver
email: avitalo@google.com
web: http://twitter.com/avitaloliver
cinjon:
name: Cinjon Resnick
email: cinjon.resnick@gmail.com
web: http://twitter.com/cinjoncin
surya:
name: Surya Bhupatiraju
email: sbhupatiraju@google.com
web: http://twitter.com/suryabhupa
krishna:
name: Kumar Krishna Agrawal
email: kumarkagrawal@gmail.com
web: http://twitter.com/kumarkagrawal
james:
name: James Allingham
email:
web: https://twitter.com/JamesAllingham
luca:
name: Luca Venturi
email: venturi@cims.nyu.edu
web: https://cims.nyu.edu/~venturi/
bhairav:
name: Bhairav Mehta
email: bhairavmehta95@gmail.com
web: https://bhairavmehta95.github.io
piyush:
name: Piyush Patil
email: piyush.patil210@gmail.com
web:
vinay:
name: Vinay Ramasesh
email: vvr1590@gmail.com
web:
riley:
name: Riley Edmunds
email: rileyedmunds@gmail.com
web:
# Build settings
markdown: kramdown
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-paginate
- jekyll-feed
# - jemoji #Uncomment this to allow emoji in your post
- jekyll-redirect-from
# Permalinks
permalink: /:year/:title
paginate: 5