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"