-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
59 lines (51 loc) · 1.29 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: notes-jekyll
description: I want to write it down, and for it to be pretty.
baseurl: "/notes-jekyll"
url: ""
repository: vsoch/notes-jekyll
paginate: 28
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
collections_dir: papers
paper-details:
output: true
permalink: /:collection/:path
collections_dir: paper-details
# MatJek specific configurations
user:
avatar: "/assets/img/logo.png"
github: "vsoch"
# 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
- ./vendor/bundle
- vendor
- ./vendor
scholar:
style: _bibliography/my-ieee.cls
bibliography: references.bib
# TODO need to figure out how to add prefix here
bibliography_template: bibitem-template
repository: papers
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: ""