File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
project :
2
2
type : website
3
3
preview :
4
+ # Change port if it's busy in your system or just remove this line so that It will automatically use any free port
4
5
port : 4200
5
6
browser : true
6
7
@@ -13,17 +14,17 @@ website:
13
14
search :
14
15
location : navbar
15
16
type : overlay
16
- # keyboard-shortcut: ["?", "H", "f"]
17
17
navbar :
18
18
logo : " assets/images/turing-logo.svg"
19
+ logo-href : https://turinglang.org/
19
20
background : " #073c44"
20
21
foreground : " #ffffff"
21
22
left :
22
- - href : dev/ docs/using-turing/get- started
23
+ - href : https://turinglang.org/ docs/tutorials/docs-00-getting- started/
23
24
text : Get Started
24
- - href : dev/ tutorials/00-introduction
25
+ - href : https://turinglang.org/docs/ tutorials/00-introduction/
25
26
text : Tutorials
26
- - href : library/
27
+ - href : https://turinglang.org/ library/
27
28
text : Library API
28
29
- href : news/
29
30
text : News
@@ -61,20 +62,14 @@ format:
61
62
html :
62
63
theme :
63
64
light : cosmo
64
- # dark: [cosmo, theming/theme-dark.scss]
65
65
css : theming/styles.css
66
66
toc : true
67
67
smooth-scroll : true
68
68
code-overflow : wrap
69
69
output-block-background : true
70
- # code-block-border-left: true
71
- # code-line-numbers: true
72
-
73
- # execute:
74
- # freeze: auto
75
70
76
71
# Global Variables to use in any qmd files using:
77
72
# {{< meta site-url >}}
78
73
site-url : https://turinglang.org
79
- get-started : dev/ docs/using-turing/get- started
80
- tutorials-intro : dev/ tutorials/00-introduction
74
+ get-started : https://turinglang.org/ docs/tutorials/docs-00-getting- started/
75
+ tutorials-intro : https://turinglang.org/docs/ tutorials/00-introduction/
You can’t perform that action at this time.
0 commit comments