-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
40 lines (31 loc) · 884 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
39
40
# Site wide configuration (available as site.variable_name)
title: Perfectly Random
description: 'machine learning and stuff'
url: https://www.perfectlyrandom.org
author: Ankur Gupta
# Owner configuration
# (leave blank to disable the corresponding sharing button)
owner:
github: ankur-gupta
twitter: ankurIO
linkedin: ankurguptawisc
attribution:
theme_name: Lagrange
theme_url: https://lenpaul.github.io/Lagrange/
# Disqus comments configuration (leave blank to disable comments)
disqus_shortname: 'perfectlyrandom'
# Jekyll configuration
permalink: /:year/:month/:day/:title/
paginate: 6
# Markdown
markdown: kramdown
highlighter: rouge
# Gems
plugins: ['jekyll-paginate']
# Exclude
exclude: ['README.md']
# Collections (https://jekyllrb.com/docs/collections/) for Bites
collections:
bites:
output: true
permalink: /:collection/:year/:month/:day/:title