Skip to content

Commit dda03a2

Browse files
committed
floating style
1 parent 01cbf11 commit dda03a2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ dist/
2929
libs/
3030
figure-html
3131
/.quarto/
32+
33+
**/*.quarto_ipynb

_quarto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ website:
1717
sidebar:
1818
- id: how
1919
title: "How"
20-
style: "docked"
20+
style: "floating"
2121
contents:
2222
- 02_develop_visualization.qmd
23-
- 01_develop_data_processing.qmd
23+
- 01_develop_data_processing.qmd
24+
alignment: center

0 commit comments

Comments
 (0)