-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
57 lines (44 loc) · 1.18 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
# Site settings
title: NECX
email: [email protected]
description: "Website for the Nuclear Engineering Curriculum eXchange (NECX), open repository for nuclear engineering curriculum materials intentionally prepared for reuse, remixing and rejeuvination."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://necx-org.github.io" # the base hostname & protocol for your site
github_username: necx-org
logo: "/img/nekx.png"
# Agency color settings
color:
primary: e87722
primary-dark: d45d00
secondary: 606eb2
secondary-dark: 002058
transparent: rgba(0,21,56,0.7)
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
# include nodes
collections:
nodes:
output: true
permalink: pretty
# Jekyll Scholar
scholar:
style: chicago-author-date
locale: en
sort_by: year
order: descending
group_by: none
group_order: ascending
source: ./_bibliography
bibliography: references.bib
bibliography_template: bibliography
replace_strings: true
join_strings: true
use_raw_bibtex_entry: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
repository: papers