-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
60 lines (52 loc) · 1.51 KB
/
_quarto.yml
File metadata and controls
60 lines (52 loc) · 1.51 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
project:
type: book # check if all parms work with this proj type
output-dir: docs
book:
title: "MAPS tool teaching and training guide"
subtitle: "The Micronutrient Action Policy Support (MAPS) tool"
author: "MAPS team"
#date-format: "dd/MM/YYYY"
#date-format: "long"
date: "11/20/2024" #use USA format.
#original-date: "20/11/2024"
#site-url: https://learning.micronutrient.support/
status: "under construction"
version: "MAPS tool: 1.17.0"
original-date: "original guide release xxxx 2024"
sidebar:
logo: images/MAPS_sticker_green.png
search: true
favicon: /images/MAPS_sticker_green.png
chapters:
- index.qmd
- intro.qmd
- Teaching_undergraduate.qmd
- Teaching_postgraduate.qmd
- Training_QuickMAPS.qmd
- Training_CostEffectiveness.qmd
- Training_R_language.qmd
# - summary.qmd
# - references.qmd
bibliography: references.bib
# format:
# html:
# theme: cosmo
# pdf:
# documentclass: scrreprt
#
# editor: visual
# Placeholder templates for tool version replacement script
tool-version: <span class="replace">tool-version</span>
api-version: <span class="replace">api-version</span>
data-seed: <span class="replace">data-seed</span>
data-schema: <span class="replace">data-schema</span>
#bibliography: references.bib
format:
html:
theme: cosmo
# Script to fetch live tool and api versions and replace into content
include-after-body:
- file: fetchLiveToolVersions.html
pdf:
documentclass: scrreprt
editor: visual