-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (56 loc) · 1.46 KB
/
_quarto.yml
File metadata and controls
62 lines (56 loc) · 1.46 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
project:
type: book
output-dir: _site
preview:
port: 4200
browser: false
resources:
- CNAME
render: [html]
book:
title: "A Hitchhiker's Guide to Quantitative Finance"
author: "Michael Gauci"
date: "2/02/2026"
# issue-url: https://github.com/micmalti/quant-book/issues/new
repo-url: https://github.com/micmalti/quant-book/
repo-branch: master
repo-actions: [edit]
chapters:
- index.qmd
- references.qmd
# favicon: favicon.svg
# downloads: [pdf]
# margin-header: |
# 
website:
site-url: "https://book.michaelgauci.com/"
announcement:
icon: info-circle
dismissable: false
content: "**Alert** - This is a draft version. Some sections may be incomplete, and content may undergo changes in the final version."
type: primary
position: above-navbar
page-footer:
left: "Licensed under [CC-By-4.0](https://creativecommons.org/licenses/by/4.0/) by Michael Gauci."
right:
- icon: twitter-x
href: https://twitter.com/MichaelGauciMT
target: _blank
# bread-crumbs: true
bibliography: references.bib
csl: journal-of-finance.csl
format:
html:
include-in-header:
- text: |
<link rel = "shortcut icon" href = "favicon.svg" />
theme:
- simplex # spacelab flatly united zephyr cosmo
- styles.scss
toc-title: "On this page"
# comments:
# hypothesis:
# theme: clean
# openSidebar: false
pdf:
documentclass: scrreprt