-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_quarto.yml
66 lines (61 loc) · 2.06 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
project:
type: website
preview:
# Change port if it's busy in your system or just remove this line so that It will automatically use any free port
port: 4200
browser: true
# These cannot be used as variables. They are reserved for the project configuration.
website:
title: "Turing.jl"
site-url: https://turinglang.org
site-path: "/"
favicon: "assets/favicon.ico"
search:
location: navbar
type: overlay
navbar:
logo: "assets/images/turing-logo.svg"
logo-href: https://turinglang.org/
left:
- text: Get Started
href: https://turinglang.org/docs/tutorials/docs-00-getting-started/
- text: Tutorials
href: https://turinglang.org/docs/tutorials/00-introduction/
- text: Libraries
href: library/
- text: News
href: news/
- text: Team
href: team/
tools:
- icon: twitter
text: Turing Twitter
href: https://x.com/TuringLang
- icon: github
text: Turing GitHub
href: https://github.com/TuringLang/Turing.jl
page-footer:
#background: "#073c44"
left: |
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/team" target="_blank">core team of developers</a>. <br>
© 2024 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.
back-to-top-navigation: true
repo-url: https://github.com/TuringLang/turinglang.github.io/
repo-actions: [edit, issue]
repo-link-target: _blank
page-navigation: true
format:
html:
theme:
light: [cosmo, theming/light.scss]
dark: [cosmo, theming/dark.scss]
highlight-style: github
toc: true
smooth-scroll: true
code-overflow: wrap
output-block-background: true
# Global Variables to use in any qmd files using:
# {{< meta site-url >}}
site-url: https://turinglang.org
get-started: https://turinglang.org/docs/tutorials/docs-00-getting-started/
tutorials-intro: https://turinglang.org/docs/tutorials/00-introduction/