-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy path_config.yml
89 lines (77 loc) · 1.58 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Configs for pwills.com
title: "pwills.com"
name: "pwills.com"
email: [email protected]
url: "http://www.pwills.com"
repository: "peterewills/peterewills.github.io"
include:
- _pages
- assets
- index.html
exclude:
- TODO.md
- README.md
- "*.org"
- "*ltximg*"
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-include-cache
# Build settings
markdown: kramdown
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dirt"
# settings for author profile
author:
name : "Peter Wills"
avatar : "/assets/images/headshot.jpg"
bio : "I enjoy writing about things I'm interested in - mostly computing, math, physics, and software engineering."
location: "Ithaca, NY"
github : peterewills
linkedin: peterewills
email : [email protected]
# # comments by disqus
comments:
provider: "disqus"
disqus:
shortname: "pwills-com"
analytics:
provider: "google"
google:
tracking_id: "UA-116208936-1"
# pagination for blog page
paginate: 10 # number of posts to show
paginate_path: /page:num/
# default YAML front matter
defaults:
# all
- scope:
path: ""
values:
layout: single
mathjax: true
author_profile: true
class: wide
title: " "
title_separator: "|"
# posts
- scope:
type: posts
values:
toc: true
toc_label: "Contents"
read_time: false
comments: true
# portfolio
- scope:
path: ""
type: portfolio
values:
author_profile: false
excerpt: ""
sidebar:
nav: "portfolio"
# collections
collections:
portfolio:
output: true