-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
79 lines (74 loc) · 2.16 KB
/
_quarto.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
project:
type: website
output-dir: docs
website:
favicon: profile.png
margin-header: partials/margin_header.html
open-graph:
locale: en_EN
site-name: The JuliaHealth Blog
search:
keyboard-shortcut: ["?"]
title: "The JuliaHealth Blog"
site-url: https://juliahealth.org/JuliaHealthBlog/
repo-url: https://github.com/JuliaHealth/JuliaHealthBlog
repo-actions: [edit, issue]
issue-url: https://github.com/JuliaHealth/JuliaHealthBlog/issues/new/choose
back-to-top-navigation: true
page-navigation: true
bread-crumbs: true
page-footer:
left: "Copyright 2024, JuliaHealth."
center:
- icon: github
href: https://github.com/JuliaHealth/JuliaHealthBlog
- icon: youtube
href: https://www.youtube.com/c/TheJuliaLanguage
- icon: rss
href: index.xml
- icon: slack
href: https://julialang.org/slack/
- icon: twitter
href: https://x.com/julialanguage
navbar:
title: "The JuliaHealth Blog"
logo: profile.png
pinned: true
left:
- text: "Posts"
href: index.qmd
- text: "Write with Us"
- text: "About"
href: about.qmd
- text: "Join JuliaHealth"
menu:
- icon: slack
text: Slack (#health-and-medicine)
href: https://julialang.org/slack/
- icon: lightning-charge-fill
text: Julia Zulip
href: https://julialang.zulipchat.com/
- icon: pencil-square
text: Julia Discourse
href: https://discourse.julialang.org/
right:
- icon: github
menu:
- text: Source Code
href: https://github.com/JuliaHealth/JuliaHealthBlog
- text: Report a Bug
href: https://github.com/JuliaHealth/JuliaHealthBlog/issues/new/choose
format:
julia-html:
theme: theme-light.scss
light: flatly
dark: darkly
css: styles.css
toc: true
code-fold: true
code-tools: true
code-line-numbers: true
include-in-header:
- text: |-
<script data-goatcounter="https://juliahealthblog.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
jupyter: julia-1.10