Skip to content

Commit 771ca75

Browse files
committed
minor fixes
1 parent 2dd83b1 commit 771ca75

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_quarto.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ project:
22
type: book # Use book layout for left sidebar navigation
33
output-dir: docs # Render site output to docs/ for GitHub Pages
44

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
511
navbar:
612
foreground: "black"
713
background: "lightblue"
@@ -13,9 +19,6 @@ project:
1319
- icon: github
1420
href: https://github.com/How-to-Learn-to-Code
1521
aria-label: GitHub
16-
17-
18-
book:
1922
title: "How to Learn to Code – Python for Data Science"
2023
sidebar:
2124
style: floating

0 commit comments

Comments
 (0)