mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2026-02-05 02:54:37 +00:00
63 lines
1.2 KiB
YAML
63 lines
1.2 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
|
|
|
|
echo: true
|
|
code-fold: true
|
|
code-summary: "Click to show code" |