-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_quarto.yml
87 lines (81 loc) · 2.67 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
80
81
82
83
84
85
86
87
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/
background: "#073c44"
foreground: "#ffffff"
left:
- text: Get Started
href: https://turinglang.org/docs/getting-started/
- text: Tutorials
href: https://turinglang.org/docs/tutorials/
- 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
page-footer:
background: "#073c44"
left: |
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and lovingly maintained by the <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team</a> of volunteers. <br>
The contents of this website are © 2018–2025 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/main/LICENCE" target="_blank">MIT License</a>.
right:
- icon: twitter
href: https://x.com/TuringLang
aria-label: Turing Twitter
- icon: github
href: https://github.com/TuringLang/Turing.jl
aria-label: Turing GitHub
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
dark: [cosmo, theming/theme-dark.scss]
css: theming/styles.css
toc: true
smooth-scroll: true
code-overflow: wrap
output-block-background: true
include-in-header:
- text: |
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Turing.jl",
"alternateName": "The Turing Language",
"url" : "https://turinglang.org/",
}
</script>
# Global Variables to use in any qmd files using:
# {{< meta site-url >}}
site-url: https://turinglang.org
get-started: https://turinglang.org/docs/getting-started/
tutorials-intro: https://turinglang.org/docs/tutorials/