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

26
portfolio/index.qmd Normal file
View File

@@ -0,0 +1,26 @@
---
title: "Portfolio"
page-layout: full
---
Selected data visualization projects showcasing interactive charts, dashboards, and analytical narratives.
::: {.grid}
::: {.g-col-12 .g-col-md-6}
### [Sample Visualization Post](../posts/sample-visualization-post/)
Example post with Vega-Lite visualization - posts with the `showcase` category will appear here.
:::
:::
---
**Note:** After migrating your Hugo posts, manually add links here to your visualization-heavy posts (those with the `showcase` category). Example:
```markdown
::: {.g-col-12 .g-col-md-6}
### [Forbes Top-50 Foundations](../posts/forbes-50-foundations/)
Interactive visualization of Ukraine's top charitable foundations
:::
```