mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2026-02-05 02:54:37 +00:00
71 lines
1.3 KiB
YAML
71 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/"
|
|
post-render:
|
|
- python3 reorganize-urls.py
|
|
|
|
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" |