Files
olehomelchenko.com/_quarto.yml

60 lines
1.1 KiB
YAML

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