forked from JuanjoSalvador/hyde
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
34 lines (26 loc) · 912 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: On AI
tagline: 'How I Learned To Stop Worrying And Love Stochastic Gradient Descent'
description: 'A practical guide to deep learning: for Python hackers, data scientists, the chronically-impatient, and the AI researchers of the future.'
url: https://github.com/nikcheerla/deeplearningschool
baseurl: "/deeplearningschool/"
author:
name: 'Nikhil Cheerla'
url: https://www.linkedin.com/in/nikhilcheerla/
paginate: 5
# Custom vars
version: 2.1.0
gems: [jekyll-paginate]
github:
repo: https://github.com/nikcheerla/deeplearningschool
prose:
rooturl: '_posts'
siteurl: http://nikcheerla.github.io/deeplearningschool
media: 'media'
plugins:
- jekyll-seo-tag