forked from peterewills/peterewills.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
98 lines (85 loc) · 1.75 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
90
91
92
93
94
95
96
97
98
# Configs for pwills.com
title: "Mitch Joseph"
name: "Mitch Joseph"
#email:
url: "https://mitch-ml.github.io"
repository: "mitch-ml/mitch-ml.github.io"
include:
- _pages
- assets
- index.html
exclude:
- README.md
- "*.org"
- "*ltximg*"
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-include-cache
# Build settings
markdown: kramdown
theme: #"minimal-mistakes-jekyll"
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dirt"
# settings for author profile
author:
name : "Mitch Joseph"
avatar : "/assets/images/bio-pic-1.png"
bio : "I enjoy writing about things I'm interested in - mostly computing, math, politics and cooking."
location: "Litchfield, CT"
github : mitch-ml
linkedin: mitchell-joseph-108613162
#email :
# # comments by disqus
comments:
provider: "disqus"
disqus:
shortname: "mitch-ml-github-io"
#analytics:
# provider: "google"
# google:
# tracking_id: ""
# pagination for blog page
paginate:
collection: posts
per_page: 10
limit: 5
permalink: /portfolio/rethinking/page:num/
title_suffix: " - page :num"
reversed: false
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"
toc_float: true
read_time: false
comments: true
# portfolio
- scope:
path: ""
type: portfolio
values:
author_profile: false
excerpt: ""
sidebar:
nav: "portfolio"
# collections
collections:
portfolio:
output: true