mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2026-02-05 02:54:37 +00:00
feat: set up migration to quarto
This commit is contained in:
30
projects/index.qmd
Normal file
30
projects/index.qmd
Normal 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.
|
||||
32
projects/sample-project-1/index.qmd
Normal file
32
projects/sample-project-1/index.qmd
Normal 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.
|
||||
Reference in New Issue
Block a user