-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (35 loc) · 845 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
41
42
43
44
45
46
# Dependencies
#markdown: redcarpet
markdown: kramdown
redcarpet:
extensions: ["tables","no_intra_emphasis","autolink","footnotes"]
plugins: [jekyll-paginate]
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: Lunderberg
tagline: 'The Lunderblog'
description: 'Assorted wanderings through physics, math, and programming'
url: http://www.lunderberg.com
baseurl: ''
gems: [jekyll-paginate]
author:
name: 'Eric Lunderberg'
url: https://github.com/Lunderberg
paginate: 10
# Custom vars
version: 2.1.0
github:
url: https://github.com/Lunderberg
atom:
url: /atom.xml
rss:
url: /feed.xml
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: true