generated from vsoch/notes-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (69 loc) · 1.66 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
title: BUILD Notes
description: I want to write it down, and for it to be pretty.
baseurl: "/build-notes"
url: ""
repository: buildsi/build-notes
paginate: 28
# Repository folder (private) with papers
papers_url: https://github.com/LLNL/build-bib/blob/main/papers
banner: "/assets/img/banner.png" # site banner (load when someone share your page url)
favicon: "/assets/img/favicon.ico" # site's favicon (icon left side of your page)
# Collections
collections:
papers:
output: true
permalink: /:collection/:path
notes:
output: true
permalink: /:collection/:path
terms:
output: true
permalink: /:collection/:path
paper-details:
output: true
permalink: /:collection/:path
collections_dir: paper-details
defaults:
- scope:
path: "_papers"
type: "papers"
values:
layout: "paper"
- scope:
path: "_terms"
type: "terms"
values:
layout: "post"
- scope:
path: "_notes"
type: "notes"
values:
layout: "post"
user:
avatar: "/assets/img/logo.png"
github: "buildsi"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title
plugins:
- jekyll-scholar
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-archives
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
scholar:
style: _bibliography/my-ieee.cls
bibliography: references.bib
# TODO need to figure out how to add prefix here
bibliography_template: bibitem-template
details_dir: "paper-details"
details_layout: "details.html"
# details_permalink: "/notes-jekyll/:details_dir/:key:extension"
# Ensure that details are not printed twice
details_link: ""