-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
37 lines (31 loc) · 909 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
# Permalinks
permalink: posts/:year/:month/:day/:title
# Setup
title: mudie
tagline: Jekyll with a sidebar and parallax
url: https://github.com/aallwestpac/mudie
paginate: 5
paginate_path: "/updates/page:num/"
baseurl: ""
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: A librarian who would rather be anonymous
url: https://github.com/aallwestpac/
email: [email protected]
# Custom vars
version: 0.1
github:
repo: https://github.com/aallwestpac/mudie
# Image location for gDocs Gabriel add-on.
post_assets: assets/posts
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-feed