-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
84 lines (77 loc) · 1.99 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
title: What is Nuclear?
email: [email protected]
description: >-
A no-nonsense public education site on nuclear energy.
baseurl: ""
url: "https://whatisnuclear.com"
twitter_username: whatisnuclear
github_username: whatisnuclear
github_repo_url: https://github.com/whatisnuclear/website/blob/master/
title_image: https://whatisnuclear.com/img/reactor_200.png
future: true
markdown: kramdown
highlighter: rouge
collections:
posts:
output: true
directory: blog
permalink: /blog/:year-:month-:day-:title.html
news:
output: true
directory: news
permalink: /news/:year-:month-:day-:title.html
future: true
safetyminutes:
output: true
directory: safetyminutes
permalink: /safety-minutes/:title.html
calcs:
output: true
directory: calcs
permalink: /calcs/:title.html
kramdown:
toc_levels: "1,2,3"
plugins:
- jekyll-sitemap
- jekyll-time-to-read
- jekyll-feed
- jekyll-image-size
- jekyll-exif-data
- "jekyll/scholar"
feed:
collections:
news:
# This is the main news section describing changes and additions to the site.
# This is what people would likely point their feed reader too
path: "/feed.xml"
posts:
# ATM these are kind of an "other" category rather than a blog
path: "/blog.xml"
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- .git
- .jekyll-cache
- .vscode
scholar:
source: assets/
# for now refs.bib has to be manually copied from /pool/Reading when updated.
bibliography: refs.bib
bibtex_filters:
- latex
# trying to get html hyperlinks from urls in refs.... doesn't work. just
# prints out [markdown](woo)
# https://github.com/inukshuk/jekyll-scholar/issues/30
#- markdown
defaults:
-
scope:
path: ""
values:
reading_time: true