diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index 8c62d58..24ee280 100644 --- a/.github/workflows/build-jekyll.yml +++ b/.github/workflows/build-jekyll.yml @@ -29,5 +29,5 @@ jobs: jekyll_src: './' # Default is root directory jekyll_cfg: '_config.yml' # Default is _config.yml jekyll_baseurl: '' # Default is empty - cname: 'blog.caras.cafe' # Default is to not use a cname + cname: 'caras.cafe' # Default is to not use a cname actor: '' # Default is the GITHUB_ACTOR diff --git a/_config.yml b/_config.yml index 5ea9dcf..e684171 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Hernikuv Blog +title: Matyáš Caras email: matyas@caras.cafe author: hernikplays @@ -43,11 +43,10 @@ author: hernikplays copyright: "Copyright (c) 2021-{currentYear} {author}" description: >- # this means to ignore newlines until "baseurl:" - Blog plný mých názorů, keců, blábolů a blbostí ohledně světa techniky a obecně - toho, čemu se zrovna rozhodnu věnovat + Welcome to my website/blog, full of weird stuff written by yours truly. baseurl: "" # the subpath of your site, e.g. /blog -url: "https://blog.caras.cafe" # the base hostname & protocol for your site, e.g. https://example.com +url: "https://caras.cafe" # the base hostname & protocol for your site, e.g. https://example.com favicon: "" # the favicon for your site # Yat date format diff --git a/about.html b/about.html index 8d027a1..c62bd39 100644 --- a/about.html +++ b/about.html @@ -6,12 +6,5 @@ title: About

About

-:art: Yet another theme for elegant writers with modern flat style -and beautiful night mode. -

- -

-Hey, nice to meet you, you found this Jekyll theme. Here the yet another -theme is a modern theme, and it's quite clear, clean and neat for writers -and posts. +I'm Matyáš Caras, I study IT in the Czech Republic and create software projects.

diff --git a/assets/images/banners/home.jpg b/assets/images/banners/home.jpg index 27dfaaf..badcf7e 100644 Binary files a/assets/images/banners/home.jpg and b/assets/images/banners/home.jpg differ