forked from digital-grainger/grainger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·95 lines (76 loc) · 1.85 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Built with Jekyll 3.2.0
#
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: none
# Set encoding to UTF-8
encoding: utf-8
# Markdown specs
markdown: kramdown
collections_dir: content
collections:
excerpts:
output: true
paginated:
output: true
layout: 'page-item'
keep_order: true
metadata:
source: 'sugarcane.csv'
images:
source: 'raw_images/sugarcane'
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Setup
title: Spring23-33852
tagline: "a course archive of notes and references"
description: 'Spring23-33852 includes'
url: 'https://layilin.github.io/'
baseurl: '/SP23-33852'
# About/contact
author:
name: Yilin La
url: https://layilin.github.io/munajat
email: [email protected]
# Custom vars
version: 0.0.5
# Exclude optional folder
exclude: [optional, README*, Gemfile*, Rakefile]
# Gems
plugins: ['jekyll/scholar']
# Scholar
scholar:
style: modern-language-association
locale: en
sort_by: none
order: ascending
group_by: none
group_order: ascending
source: ./_bibliography
bibliography: references.bib
bibliography_template: "{{reference}}"
relative: "/SP23-33852/references.html"
replace_strings: true
join_strings: true
use_raw_bibtex_entry: false
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
lunr_index:
- file: 'js/lunr-index.json'
ui: 'js/lunr-ui.js'
collections:
excerpts:
content: true
fields: ['title']
paginated:
content: true
fields: ['title']