change domain
This commit is contained in:
parent
4802d538ef
commit
64488be453
4 changed files with 5 additions and 13 deletions
2
.github/workflows/build-jekyll.yml
vendored
2
.github/workflows/build-jekyll.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
jekyll_src: './' # Default is root directory
|
jekyll_src: './' # Default is root directory
|
||||||
jekyll_cfg: '_config.yml' # Default is _config.yml
|
jekyll_cfg: '_config.yml' # Default is _config.yml
|
||||||
jekyll_baseurl: '' # Default is empty
|
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
|
actor: '' # Default is the GITHUB_ACTOR
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# You can create any custom variable you would like, and they will be accessible
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
|
|
||||||
title: Hernikuv Blog
|
title: Matyáš Caras
|
||||||
email: matyas@caras.cafe
|
email: matyas@caras.cafe
|
||||||
author: hernikplays
|
author: hernikplays
|
||||||
|
|
||||||
|
@ -43,11 +43,10 @@ author: hernikplays
|
||||||
copyright: "Copyright (c) 2021-{currentYear} {author}"
|
copyright: "Copyright (c) 2021-{currentYear} {author}"
|
||||||
|
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
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ě
|
Welcome to my website/blog, full of weird stuff written by yours truly.
|
||||||
toho, čemu se zrovna rozhodnu věnovat
|
|
||||||
|
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
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
|
favicon: "" # the favicon for your site
|
||||||
|
|
||||||
# Yat date format
|
# Yat date format
|
||||||
|
|
|
@ -6,12 +6,5 @@ title: About
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
:art: Yet another theme for elegant writers with modern flat style
|
I'm Matyáš Caras, I study IT in the Czech Republic and create software projects.
|
||||||
and beautiful night mode.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
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.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 873 KiB After Width: | Height: | Size: 363 KiB |
Loading…
Reference in a new issue