-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
31 lines (26 loc) · 910 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
# Dependencies
markdown: kramdown
highlighter: rouge
remote_theme: fongandrew/hydeout
# Setup
title: prosodylab
tagline: 'prosodylab'
description: 'a research lab at mcgill'
url: https://prosodylab.github.io/
baseurl: /
author:
name: 'Michael Wagner'
url: https://mchlwgnr.github.io
paginate: 10
# paginate_path: '/page:num'
# Or '/blog/page:num' if you want to move your index pages
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
# Sidebar link settings
sidebar_home_link: false
# sidebar_blog_link: '/blog' # By default, your home page is your blog
# page. If you change your paginate_path,
# set this to the root of the paginate_path
# to enable a separate blog link.