-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
72 lines (58 loc) · 1.34 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
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------
# Overall title for pages.
title: "RevBayes"
#------------------------------------------------------------
# Generic settings (should not need to change).
#------------------------------------------------------------
# Sites.
revbayes_site: "https://revbayes.github.io"
url: https://revbayes.github.io
baseurl: ""
helpdir: "documentation"
version: v1.2.4
plugins: ['jekyll/scholar']
include: [.nojekyll]
exclude:
- deploy.sh
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
empty_array: []
defaults:
- scope:
path: ""
values:
layout: "default"
code_layout: default
- scope:
path: "tutorials"
values:
layout: tutorial
code_layout: Rev
- scope:
path: "developer"
values:
layout: developer
scholar:
bibliography_template: bib
style: systematic-biology
sort_by: author
order: ascending
# Conversion
kramdown:
syntax_highlighter: rouge
sass:
sass_dir: assets/_scss
# Google Analytics
google_analytics: UA-10531127-5 # replace with your GA tracking identifier
analytics:
provider: "google-gtag"
measurement_id: G-0Y03X9Q2TJ
anonymize_ip: # true, false (default)