-
Notifications
You must be signed in to change notification settings - Fork 67
/
_config.yml
93 lines (80 loc) · 2.25 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
# url is the full website URL
# baseurl is the website's URL without the hostname
url: "http://reconhub.github.io"
baseurl: ""
title: R Epidemics Consortium
description: We are a group of international experts in infectious disease modelling, Public Health, and software development who collaborate to create the next generation of analysis tools for disease outbreak response using the R software
# List of links in the navigation bar
navbar-links:
About RECON:
- What we do: ""
- Join us: "join"
- Contact: "contact"
- Code of Conduct: "CODE_OF_CONDUCT"
News: "blog"
People: "people"
Projects: "projects"
Resources: "resources"
Events: "events"
Funding: "funding"
Forum: "forum"
# Change all these values or delete the ones you don't want (these appear in the footer).
# Important: you must keep the "name" parameter, everything else you can remove
author:
name: "RECON - R Epidemics Consortium"
email: "[email protected]"
github: reconhub/reconhub.github.io
facebook: yourname # eg. daattali
twitter: yourname # eg. daattali
# Select which links to show in the footer
footer-links-active:
github: true
email: true
rss: false
facebook: false
twitter: false
# Select which share links to show in posts
share-links-active:
twitter: true
facebook: true
google: false
linkedin: true
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
disqus: "reconhub-github-io"
# Google Analytics ID
google_analytics: "UA-83713279-1"
# Output options (more information on Jekyll's site)
timezone: "Europe/London"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
paginate_path: "/blog/page:num/"
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: true
# Exclude these files from production site
exclude:
- LICENSE
- README.md
- .env
- renv.lock
- renv
plugins: [jekyll-paginate]
gems:
- jekyll-paginate