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:
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