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

59
_quarto.yml Normal file
View File

@@ -0,0 +1,59 @@
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "!archetypes/"
- "!content/"
- "!data/"
- "!i18n/"
- "!layouts/"
- "!public/"
- "!resources/"
- "!static/"
- "!templates/"
- "!themes/"
filters:
- vega-lite.lua
website:
title: "Oleh Omelchenko"
site-url: "https://olehomelchenko.com"
description: "Data visualization and analysis blog"
navbar:
background: light
left:
- text: "Posts"
href: posts/index.qmd
- text: "TILs"
href: til/index.qmd
- text: "Portfolio"
href: portfolio/index.qmd
- text: "Projects"
href: projects/index.qmd
- text: "About"
href: about/index.qmd
right:
- icon: github
href: https://github.com/olehomelchenko
aria-label: GitHub
page-footer:
left: "© 2025 Oleh Omelchenko"
right:
- icon: github
href: https://github.com/olehomelchenko
aria-label: GitHub
format:
html:
theme: cosmo
css: styles.css
toc: false
page-layout: article
include-in-header: _includes/analytics.html
execute:
freeze: auto