feat: set up migration to quarto

This commit is contained in:
2026-01-08 03:57:13 +02:00
parent 8c127289c7
commit a907728269
24 changed files with 1151 additions and 0 deletions

12
styles.css Normal file
View File

@@ -0,0 +1,12 @@
/* Minimal custom styling for olehomelchenko.com */
/* Vega-Lite visualization styling - center and add subtle shadow */
.vega-embed {
justify-content: center;
display: flex;
}
.vega-embed canvas.marks {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 10px;
}