forked from mikepsinn/disease-eradication-plan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto-test.yml
More file actions
151 lines (144 loc) · 4.95 KB
/
_quarto-test.yml
File metadata and controls
151 lines (144 loc) · 4.95 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
project:
type: book
output-dir: _site/test
execute-dir: project
resources:
- knowledge/data/
- assets/
- robots.txt
- llms.txt
# Custom fields for render-quarto.py
dih-render:
index-source: knowledge/test/test-economics.qmd
fallback-404-redirect-domain: https://manual.WarOnDisease.org # Redirects here if path doesn't exist on this site
pdf-output-file: test-links.pdf # Desired PDF filename (renamed after build)
book:
title: 'How to End War and Disease'
subtitle: 'The Exact Sequence of Bribes Required to Cure Every Disease'
author:
- name: Mike P. Sinn
email: m@warondisease.org
orcid: 0009-0006-0212-1094
affiliations:
- name: "Institute for Accelerated Medicine"
url: https://acceleratedmedicine.org
favicon: assets/icons/test-favicon.png
# description: Removed to allow page-level descriptions to override for og:description
site-url: https://test.warondisease.org
page-navigation: true
page-footer:
left: "© 2025 [Mike P. Sinn](https://mikesinn.com) | [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)"
center: "[Get Manual](https://manual.warondisease.org/knowledge/links.html) | [Listen](https://manual.warondisease.org/knowledge/podcast.html) | [All Papers](https://manual.warondisease.org/knowledge/papers.html)"
right: "[Support](https://github.com/sponsors/wishonia) | [Vote](https://WarOnDisease.org)"
navbar:
right:
- icon: check2-square
text: "VOTE"
href: https://WarOnDisease.org
- icon: book
text: "MANUAL"
href: https://manual.warondisease.org
chapters:
- index.qmd
- knowledge/test/test-parameters.qmd
- knowledge/appendix/parameters-and-calculations.qmd
- knowledge/references.qmd
# Bibliography: Single source of truth for all citations
bibliography: references.bib
execute:
cache: false
freeze: false
echo: false
metadata:
title: "Test PDF Link Rewriting"
# description: Removed from metadata section to allow page-level descriptions to override for og:description
# (Book-level description is already set in the 'book' section above)
open-graph: true
format:
html:
lightbox: auto
theme:
light:
- cosmo
- book-theme.scss
dark:
- cosmo
- book-theme-dark.scss
mermaid:
theme: neutral
echo: false
number-sections: false
toc: true
toc-depth: 3
css:
- styles.css
- book-overrides.css
- economics-overrides.css
include-in-header:
- text: |
<!-- Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/test-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/test-favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/test-apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/test-android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/assets/icons/test-android-chrome-512x512.png">
<!-- Hypothesis for inline comments and annotations (load on all pages) -->
<script src="https://hypothes.is/embed.js" async></script>
- file: assets/html/fonts-preload.html
include-before-body:
- file: assets/html/page-loader.html
- file: assets/html/platform-bar.html
include-in-footer:
- file: assets/html/generated-footer.html
include-after-body:
- file: assets/html/site-enhancements-loader.html
- text: |
<!-- Site Enhancements: Page Loader & Auto-Expand Hash Targets -->
<script>
(function() {
var offset = document.querySelector('meta[name="quarto:offset"]')?.getAttribute('content') || '';
var script = document.createElement('script');
script.src = (offset ? offset : '') + 'assets/js/site-enhancements.js?v=5.2.0';
document.body.appendChild(script);
})();
</script>
epub:
filters:
- scripts/filters/epub-transforms.lua
output-file: "test-book.epub"
# Author override handled by Lua filter (scripts/filters/epub-transforms.lua)
epub-cover-image: assets/cover/book-cover-3.jpg
html-math-method:
method: webtex
url: "https://latex.codecogs.com/svg.latex?"
css: epub-math.css
toc: true
toc-depth: 3
toc-title: "Contents"
epub-chapter-level: 2
echo: false
number-sections: false
pdf:
documentclass: report
institute: "Institute for Accelerated Medicine"
echo: false
toc: true
toc-depth: 3
number-sections: true
colorlinks: true
link-citations: true
include-in-header:
- callout-bw.tex
- institute-header.tex
geometry:
- top=1in
- bottom=1in
- left=1in
- right=1in
fontsize: 11pt
docx:
output-file: "test-book.docx"
toc: true
toc-depth: 3
number-sections: true
echo: false