Skip to content

Commit 1601330

Browse files
committed
u
1 parent 917e22e commit 1601330

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build
2020
uv.lock
2121

2222
**/*.quarto_ipynb
23+
*_files
2324
site_libs
2425
posts/*.ipynb
2526
posts/*.md

_quarto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ website:
1818
- icon: github
1919
text: Github
2020
href: https://github.com/HDembinski
21+
2122
format:
2223
html:
2324
respect-user-color-scheme: true
2425

2526
execute:
2627
freeze: auto
28+
29+
code-block-border-left: "#31BAE9"
30+
highlight-style: tango

posts/_metadata.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# options specified here will apply to all posts in this folder
22

3-
# freeze computational output
4-
# (see https://quarto.org/docs/projects/code-execution.html#freeze)
5-
freeze: true
6-
73
# Enable banner style title blocks
84
title-block-banner: true
95

106
comments:
117
utterances:
12-
repo: HDembinski/HDembinski.github.io
8+
repo: HDembinski/HDembinski.github.io

0 commit comments

Comments
 (0)