forked from whatisnuclear/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (53 loc) · 1.45 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
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
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
safetyminutes:
output: true
directory: safetyminutes
permalink: /safety-minutes/:title.html
kramdown:
toc_levels: "1,2,3"
plugins:
- jekyll-sitemap
- jekyll-time-to-read
- jekyll-feed
- jekyll-image-size
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/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md