This repository was archived by the owner on Jun 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
88 lines (76 loc) · 2.33 KB
/
Copy path_config.yml
File metadata and controls
88 lines (76 loc) · 2.33 KB
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
# url is the full website URL
# baseurl is the website's URL without the hostname
url: "http://vimchub.github.io"
baseurl: ""
destination: static
title: Vaccine Impact Modelling Consortium
description: The Vaccine Impact Modelling Consortium (VIMC) was established in 2016 for a period of five years to coordinate the ongoing work of several groups focusing on vaccine impact modelling.
# How many news items to show in the Latest News section on the landing page
num_latest_news_to_show: 3
# Twitter account to show on the landing page
twitter: vaccineimpact
# List of links in the navigation bar
navbar-links:
About us:
- About us: "aboutus"
- Objectives and timelines: "objectives"
- Key partners: "partners"
- Secretariat: "secretariat"
- Scientific Advisory Board: "advisory-board"
- Montagu: "montagu"
- Contact us: "contact"
Modellers: "modellers"
Models:
- Hepatitis B: "models/hep-b"
- Hib, rotavirus, pneumo: "models/hib"
- Human papilloma virus (HPV): "models/hpv"
- Japanese encephalitis: "models/je"
- Meningitis A: "models/men-a"
- Measles: "models/measles"
- Rubella: "models/rubella"
- Yellow fever: "models/yellow-fever"
Diseases:
- Hepatitis B: "diseases/hep-b"
- Hib: "diseases/hib"
- Human papilloma virus (HPV): "diseases/hpv"
- Japanese encephalitis: "diseases/je"
- Meningitis A: "diseases/men-a"
- Measles: "diseases/measles"
- Pneumococcal disease: "diseases/pneumo"
- Rotavirus: "diseases/rotavirus"
- Rubella: "diseases/rubella"
- Yellow fever: "diseases/yellow-fever"
News: "news"
Resources:
- Publications: "publications"
- Reports: "reports"
- Other resources: "resources"
google_analytics: "UA-100500622-1"
# -------------------- Don't need to worry about these options from here down ----------------------
timezone: "Europe/London"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
paginate_path: "/news/page:num/"
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: "" # all files
values:
layout: "page"
# Exclude these files from production site
exclude:
- LICENSE
- README.md
gems:
- jekyll-paginate