generated from pixx/chirpy-starter
This commit is contained in:
10
_config.yml
10
_config.yml
@@ -9,21 +9,21 @@ theme: jekyll-theme-chirpy
|
|||||||
lang: en
|
lang: en
|
||||||
|
|
||||||
# Change to your timezone › https://zones.arilyn.cc
|
# 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
|
# 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
|
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.
|
# Fill in the protocol & hostname for your site.
|
||||||
# E.g. 'https://username.github.io', note that it does not end with a '/'.
|
# E.g. 'https://username.github.io', note that it does not end with a '/'.
|
||||||
url: ""
|
url: "https://blog.pixx.cz"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: github_username # change to your GitHub username
|
username: github_username # change to your GitHub username
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
# The contact options.
|
# The contact options.
|
||||||
|
|
||||||
- type: github
|
- type: gitea
|
||||||
icon: "fab fa-github"
|
icon: "fab fa-gitea"
|
||||||
|
url: 'https://git.pixx.cz/'
|
||||||
- type: twitter
|
|
||||||
icon: "fa-brands fa-x-twitter"
|
|
||||||
|
|
||||||
- type: email
|
- type: email
|
||||||
icon: "fas fa-envelope"
|
icon: "fas fa-envelope"
|
||||||
|
|||||||
Reference in New Issue
Block a user