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

30
projects/index.qmd Normal file
View File

@@ -0,0 +1,30 @@
---
title: "Projects"
page-layout: full
---
## Featured Projects
::: {.grid}
::: {.g-col-12 .g-col-md-6}
### [Sample Project 1](sample-project-1/)
A full project page with detailed analysis and visualizations. Replace with your actual projects.
:::
::: {.g-col-12 .g-col-md-6}
### Sample Project 2
A brief description without a dedicated page. Just a reference in the listing.
:::
:::
---
## Other Projects
- **Quick Project Reference 1** - Brief description
- **Quick Project Reference 2** - Brief description
- **Quick Project Reference 3** - Brief description
Some projects get full dedicated pages (like Sample Project 1 above), while others are just listed here with brief descriptions.

View File

@@ -0,0 +1,32 @@
---
title: "Sample Project 1"
subtitle: "Full Project Page Example"
date: "2024-03-01"
categories:
- project
- dataviz
---
## Overview
This is an example of a full project page. Some projects warrant detailed explanations with multiple sections, code examples, and visualizations.
### Background
Describe the context and motivation for this project.
### Approach
Explain your methodology and approach.
### Results
Show your findings, visualizations, and analysis.
### Conclusions
Summarize the key takeaways.
---
Replace this with your actual project content.