From b99a3072f39a6153ad239c8a8e936c5c2b5ecd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Z=C3=A1le=C5=A1=C3=A1k?= Date: Tue, 28 Apr 2026 15:56:48 +0200 Subject: [PATCH] config edit --- _config.yml | 10 +++++----- _data/contact.yml | 8 +++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index 02f6b7c..7514033 100644 --- a/_config.yml +++ b/_config.yml @@ -9,21 +9,21 @@ theme: jekyll-theme-chirpy lang: en # Change to your timezone › https://zones.arilyn.cc -timezone: +timezone: Europe/Prague # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: David Zálešák # the main title -tagline: A text-focused Jekyll theme # it will display as the subtitle +tagline: Notes from life, code, and everything in between # it will display as the subtitle description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. + A simple space for documenting ideas, projects, and continuous improvement. # Fill in the protocol & hostname for your site. # E.g. 'https://username.github.io', note that it does not end with a '/'. -url: "" +url: "https://blog.pixx.cz" github: username: github_username # change to your GitHub username diff --git a/_data/contact.yml b/_data/contact.yml index ed40acb..d9fc277 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,10 +1,8 @@ # The contact options. -- type: github - icon: "fab fa-github" - -- type: twitter - icon: "fa-brands fa-x-twitter" +- type: gitea + icon: "fab fa-gitea" + url: 'https://git.pixx.cz/' - type: email icon: "fas fa-envelope"