Files
olehomelchenko.com/_quarto.yml
2026-01-10 05:45:47 +02:00

69 lines
1.3 KiB
YAML

project:
type: website
output-dir: _site
resources:
- .nojekyll
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
- text: "TILs"
href: til
- text: "Portfolio"
href: portfolio
- text: "Projects"
href: projects
- text: "About"
href: about
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: custom-theme.scss
css: styles.css
toc: false
page-layout: article
## link-external-newwindow: true
## link-external-icon: false
include-in-header:
- _includes/analytics.html
- _includes/fonts.html
execute:
freeze: auto
echo: true
code-fold: true
code-summary: "Click to show code"