-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
101 lines (90 loc) · 2.25 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
99
100
101
# Site Settings
locale: "en-US"
title: Jeremy Lloyd Conlin
subtitle: My home on the intertubes
# email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Personal website for Jeremy Lloyd Conlin to share my professional activities
and a blog of my personal hobbies.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://jl.conlin.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jlconlin
github_username: jlconlin
author_profile: true
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll/scholar
- jekyll-archives
- jekyll-gist
# Theme settings
theme: minimal-mistakes-jekyll
repository: "jlconlin/jlconlin.github.io"
search: true
breadcrumbs: true
show_date: true
defaults:
# _posts
- scope:
path: _posts
type: posts
values:
author_profile: true
layout: single
comments: true
toc: true
permalink: /blog/:year/:month/:day/:title
author:
# name : "Jeremy Lloyd Conlin"
avatar : "/assets/images/profile.png"
bio : "Computational physicist with nuclear engineering and nuclear data experience"
# email : "[email protected]"
# location : "Los Alamos, NM"
links :
- label: "Home"
icon: "fas fas fa-home"
url: "https://jl.conlin.io"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/jlconlin"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/jlconlin"
- label: "About"
icon: "fab far fa-address-card"
url: "https://jl.conlin.io/about"
# Social Sharing
twitter:
username: &twitter "jlconlin"
# build settings
livereload: true
# port: 4001
jekyll-archives:
enabled: []
layout: archive
permalinks:
year: '/blog/:year/'
month: '/blog/:year/:month/'
day: '/blog/:year/:month/:day/'
tag: '/blog/tag/:name/'
category: '/category/:name/'
scholar:
source: "_pages/CV"
sort_by: "year,month"
order: "descending"
bibliography: "Bibliography.bib"
relative: "/CV/Publications.html"
bibtex_filters:
- latex
include:
- _pages
- assets
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor