generated from oinam/oinam-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
104 lines (84 loc) · 2.59 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
96
97
98
99
100
101
102
103
104
title: UCI Digital Evidence
description:
# Set this to your domain; baseurl is for the folder in your domain, if you have one -- `blog`.
# you can leave both of them blank if you are deploying on a top-level domain.
url:
baseurl: /uci-digital-evidence
# footer
footer:
credit: true
custom: false
# if above footer:custom is 'true', then this will be printed instead
footer_custom: 'An ever Work-in-Progress effort by <a href="https://oinam.com">Oinam</a>.'
layout:
theme: default # default, vintage, nord
theme_highlighter: vs # default, more at css/highlighter (source: https://github.com/richleland/pygments-css)
theme_switch: true # enable or disable user toggle switch between light and dark theme
home_posts_no: 6
home_postheader_title: 'Recent posts'
home_postmeta_title: 'View all'
posts_home: /blog/
link_new_tab: true # should external links open in a new tab (true) or in the current tab (false)
# styles
# include only the styles you want [true | false]
styles:
font_family: sans # serif, sans (default)
forms: true
syntax_highlighter: true # Code Syntax Highlighter
markdown: kramdown
highlighter: rouge
permalink: pretty
permalink: /:title/
sass:
style: compressed # nested, compact, expanded or compressed
sourcemap: never
plugins:
- jekyll-optional-front-matter # https://github.com/benbalter/jekyll-optional-front-matter
- jekyll-titles-from-headings # https://github.com/benbalter/jekyll-titles-from-headings/
- jekyll/scholar
defaults:
- scope:
path: '_posts'
type: 'posts'
values:
layout: 'post'
permalink: '/:year/:title/'
titles_from_headings:
enabled: true
strip_title: true
collections: true
exclude:
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock
- gemfiles/
- LICENSE
- netlify.toml
- node_modules/
- oinam-jekyll-*.*
- oinam-jekyll.gemspec
- README.*
- server
- vendor/
# -----------------------------------------------------------------------------
# Jekyll Scholar
# -----------------------------------------------------------------------------
scholar:
last_name: Einstein
first_name: [Albert, A.]
style: apa
locale: en
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib
# Note: if you have latex math in your bibtex, the latex filter
# preprocessing may conflict with MathJAX if the latter is enabled.
# See https://github.com/alshedivat/al-folio/issues/357.
bibtex_filters: [latex, smallcaps, superscript]
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"