We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd83b1 commit 771ca75Copy full SHA for 771ca75
_quarto.yml
@@ -2,6 +2,12 @@ project:
2
type: book # Use book layout for left sidebar navigation
3
output-dir: docs # Render site output to docs/ for GitHub Pages
4
5
+book:
6
+ site-url: https://how-to-learn-to-code.github.io/python-class/
7
+ sidebar:
8
+ tools:
9
+ - icon: github
10
+ href: https://github.com/How-to-Learn-to-Code
11
navbar:
12
foreground: "black"
13
background: "lightblue"
@@ -13,9 +19,6 @@ project:
19
- icon: github
14
20
href: https://github.com/How-to-Learn-to-Code
15
21
aria-label: GitHub
16
-
17
18
-book:
22
title: "How to Learn to Code – Python for Data Science"
23
sidebar:
24
style: floating
0 commit comments