Compare commits
4 Commits
c03d3540df
...
master
Author | SHA1 | Date | |
---|---|---|---|
7488b66720 | |||
8f19a06340 | |||
eedc7d7c4b | |||
5c7a6153fc |
@ -6,7 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ZOLA_VERSION: "0.18.0"
|
ZOLA_VERSION: "0.19.1"
|
||||||
HOST: ${{ secrets.SSH_HOSTNAME }}
|
HOST: ${{ secrets.SSH_HOSTNAME }}
|
||||||
HOST_DIR: ${{ secrets.SSH_TARGET_DIR }}
|
HOST_DIR: ${{ secrets.SSH_TARGET_DIR }}
|
||||||
SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
|
SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
|
||||||
|
BIN
content/personal/daniela-senerova/daniela-senerova.jpg
Normal file
After Width: | Height: | Size: 330 KiB |
8
content/personal/daniela-senerova/index.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
weight = 6
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
name = "Daniela Šenerová"
|
||||||
|
role = "Pomocníček"
|
||||||
|
beh = [3]
|
||||||
|
+++
|
Before Width: | Height: | Size: 540 KiB After Width: | Height: | Size: 368 KiB |
BIN
content/personal/hanka-vajsejtlova/hanka-vajsejtlova.jpg
Normal file
After Width: | Height: | Size: 520 KiB |
@ -2,7 +2,7 @@
|
|||||||
weight = 99
|
weight = 99
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Honza Kubíček"
|
name = "Jan Kubíček"
|
||||||
role = "Hlavas na dovolené"
|
role = "Hlavas na dovolené"
|
||||||
beh = [3]
|
beh = [3]
|
||||||
+++
|
+++
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 337 KiB |
BIN
content/personal/kacka-kolarova/kacka-kolarova.jpg
Normal file
After Width: | Height: | Size: 425 KiB |
8
content/personal/klarka-hazukova/index.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
weight = 4
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
name = "Klárka Hazuková"
|
||||||
|
role = "Instruktor"
|
||||||
|
beh = [1, 3]
|
||||||
|
+++
|
BIN
content/personal/kristyna-dusova/kristyna-dusova.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
8
content/personal/majda-simova/index.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
weight = 4
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
name = "Majda Šímová"
|
||||||
|
role = "Instruktor"
|
||||||
|
beh = [3]
|
||||||
|
+++
|
BIN
content/personal/majda-simova/majda-simova.jpg
Normal file
After Width: | Height: | Size: 341 KiB |
@ -1,5 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
weight = 3
|
weight = 3
|
||||||
|
draft = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Míša Michalová"
|
name = "Míša Michalová"
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 431 KiB |
@ -3,6 +3,6 @@ weight = 6
|
|||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Venca Třeštík"
|
name = "Venca Třeštík"
|
||||||
role = "Kuchař"
|
role = "Le Grand Chef"
|
||||||
beh = [1]
|
beh = [1]
|
||||||
+++
|
+++
|
||||||
|
BIN
content/personal/venca-trestik/venca-trestik.jpg
Normal file
After Width: | Height: | Size: 248 KiB |
@ -2,7 +2,7 @@
|
|||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Dalibor Brabec"
|
name = "Verča Andělová"
|
||||||
role = "Instruktor"
|
role = "Instruktor"
|
||||||
beh = [1]
|
beh = [1]
|
||||||
+++
|
+++
|
BIN
content/personal/verca-andelova/verca-andelova.jpg
Normal file
After Width: | Height: | Size: 477 KiB |
@ -227,9 +227,9 @@ header {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url('img/forest.svg');
|
background-image: url('img/forest.svg');
|
||||||
background-size: contain;
|
background-size: auto 10em;
|
||||||
background-position: center bottom -4px; // -4px fixes a visible line on some resolutions
|
background-position: center bottom -4px; // -4px fixes a visible line on some resolutions
|
||||||
background-repeat: no-repeat;
|
background-repeat: repeat-x;
|
||||||
filter: invert(0%) contrast(94.5%);
|
filter: invert(0%) contrast(94.5%);
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
@ -254,8 +254,20 @@ section {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer .wrap {
|
||||||
text-align: center;
|
|
||||||
padding: 5em 1em 1em 1em;
|
padding: 5em 1em 1em 1em;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.socials {
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@ -29,7 +29,14 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
<div class="wrap">
|
||||||
<p>© {{ now() | date(format="%Y") }} {{ config.title }}</p>
|
<p>© {{ now() | date(format="%Y") }} {{ config.title }}</p>
|
||||||
|
<div class="socials">
|
||||||
|
<a href="https://www.instagram.com/kocandaci/" target="_blank"><i class="ri-instagram-line"></i></a>
|
||||||
|
<a href="https://www.facebook.com/kocandaci" target="_blank"><i class="ri-facebook-box-line"></i></a>
|
||||||
|
<a href="https://www.youtube.com/channel/UCd5GIRz17QOQpCpg5PGi0PQ/featured" target="_blank"><i class="ri-youtube-line"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{% block script %}
|
{% block script %}
|
||||||
|