-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (42 loc) · 1.26 KB
/
_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
41
42
43
44
45
46
47
48
# Dependencies
highlighter: rouge
markdown: kramdown
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: false
# Setup
title: Moments of Inertia
tagline: by Rachel Crawford
url: http://rachelnertia.github.io
paginate: 5
baseurl: ""
future: false
plugins:
- jekyll-paginate
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: 'Rachel Crawford'
url: https://twitter.com/nershly
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/rachelnertia/rachelnertia.github.io
# Navigation bar
pages_list:
About: '/about'
Archive: '/archive'
Categories: '/category_index'
Tags: '/tag_index'
Feed: '/atom.xml'
Projects: '/projects'
Magewinds: 'https://www.magewinds.com/'
Warcry Card Creator: 'https://rachelnertia.github.io/warcry-card-creator'