Skip to content

Commit 03522a6

Browse files
committed
Revert "Site updated at 2026-01-13 15:38:08 UTC"
This reverts commit 143207f.
1 parent 143207f commit 03522a6

182 files changed

Lines changed: 13972 additions & 71083 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll', '~> 3.9.2'
4+
gem 'kramdown', '~> 2.3.2'
5+
gem 'kramdown-parser-gfm', '~> 1.1.0'
6+
7+
# needed for building in GitHub Actions
8+
gem 'webrick'
9+
gem 'rake'
10+
11+
group :jekyll_plugins do
12+
gem 'jekyll-scholar', '~> 5.16.0'
13+
gem 'github-pages', '~> 227'
14+
end

_bibliography/references.bib

Lines changed: 4768 additions & 0 deletions
Large diffs are not rendered by default.

_config.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Site settings
2+
title: ARFC
3+
email: katyhuff@gmail.com
4+
description: "Website for the Advanced Reactors and Fuel Cycles group"
5+
baseurl: "" # the subpath of your site, e.g. /blog
6+
url: "http://arfc.github.io" # the base hostname & protocol for your site
7+
twitter_username: katyhuff
8+
github_username: arfc
9+
logo: "/img/logo.svg"
10+
11+
# Agency color settings
12+
color:
13+
primary: e87722
14+
primary-dark: d45d00
15+
secondary: 606eb2
16+
secondary-dark: 002058
17+
transparent: rgba(0,21,56,0.7)
18+
19+
# Build settings
20+
markdown: kramdown
21+
kramdown:
22+
input: GFM
23+
hard_wrap: false
24+
25+
permalink: pretty
26+
27+
# Jekyll Scholar
28+
scholar:
29+
style: chicago-author-date
30+
locale: en
31+
32+
sort_by: year
33+
order: descending
34+
35+
group_by: none
36+
group_order: ascending
37+
38+
source: ./_bibliography
39+
bibliography: references.bib
40+
bibliography_template: bibliography
41+
42+
replace_strings: true
43+
join_strings: true
44+
45+
use_raw_bibtex_entry: true
46+
47+
details_dir: bibliography
48+
details_layout: bibtex.html
49+
details_link: Details
50+
51+
query: "@*"
52+
53+
repository: papers

0 commit comments

Comments
 (0)