-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (26 loc) · 808 Bytes
/
_config.yml
File metadata and controls
33 lines (26 loc) · 808 Bytes
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
#Permalinks
permalink: pretty
# Setup
title: ML@B
tagline: 'Blog'
description: 'The official blog of <a href="http://ml.berkeley.edu">Machine Learning @ Berkeley</a>.'
url: http://ml.berkeley.edu
baseurl: /blog
paginate: 5
paginate_path: "page:num"
# About/contact
author:
name: ML@B
url: https://ml.berkeley.edu/
email: ml.at.berkeley@gmail.com
facebook: berkeleyml
twitter: berkeleyml
github: mlberkeley
linkedin: machine-learning-at-berkeley
# auto generate ids for headings
auto_ids: true
# Custom vars
version: 1.0.0
future: true
excerpt_separator: <!-- break -->
gems: [jekyll-paginate]