Compare commits

...

3 Commits

Author SHA1 Message Date
Vojtěch Káně
038229aacf Remove whitespace at the end of lines 2020-05-17 09:48:19 +02:00
Vojtěch Káně
f120e6f644 Remove extraneous LFs (= more than one) at the end of text files 2020-05-16 22:20:28 +02:00
Vojtěch Káně
b379dd1c26 Ensure every text file ends with a LF 2020-05-16 22:16:34 +02:00
53 changed files with 105 additions and 112 deletions

View File

@ -7,6 +7,5 @@ menu:
weight: 3 weight: 3
landing: landing:
weight: 2 weight: 2
--- ---
V blogu najdete všechny články, které se nám nevešly do ostatních sekcí, zápisy z Pátků, oznámení, výlety, návody, vykecávání se o tom, na čem zrovna pracujeme a mnoho dalšího. V blogu najdete všechny články, které se nám nevešly do ostatních sekcí, zápisy z Pátků, oznámení, výlety, návody, vykecávání se o tom, na čem zrovna pracujeme a mnoho dalšího.

View File

@ -24,4 +24,3 @@ Pokud chcete dostávat informace o nadcházejících přednáškách emailem, p
~15:00 - **Šimon Šustek** - OpenPGP: každý je certifikační autorita ~15:00 - **Šimon Šustek** - OpenPGP: každý je certifikační autorita
~15:30 - začátek dotazů a volného tlachání ~15:30 - začátek dotazů a volného tlachání

View File

@ -28,4 +28,3 @@ tématem bylo například použití rekurze v implementaci faktoriálu a Fibonac
posloupnosti. posloupnosti.
Založili jsme také Pátečnický [twitter](https://twitter.com/patekvpatek). Založili jsme také Pátečnický [twitter](https://twitter.com/patekvpatek).

View File

@ -8,4 +8,3 @@ menu:
weight: 3 weight: 3
--- ---
Members of Pátek are a creative bunch, we like to make stuff, bodge stuff and generally mess around. We learn new things and waste time that could be used for much more valuable activities. One of the reasons we had for creating this website was our desire to share our experiences with these projects with other members as well as with unsuspecting members of the public. If you try hard enough, you might even find some interesting information about ongoing and past projects. Members of Pátek are a creative bunch, we like to make stuff, bodge stuff and generally mess around. We learn new things and waste time that could be used for much more valuable activities. One of the reasons we had for creating this website was our desire to share our experiences with these projects with other members as well as with unsuspecting members of the public. If you try hard enough, you might even find some interesting information about ongoing and past projects.

View File

@ -13,4 +13,3 @@ Přednáška by měla proběhnout online na [Jitsi](https://meet.vpsfree.cz/P%C3
[Slidy](http://talks.grnscrnr.tk/git) [Slidy](http://talks.grnscrnr.tk/git)
[Částečný záznam](https://youtu.be/rlSiRVewDu0) [Částečný záznam](https://youtu.be/rlSiRVewDu0)

View File

@ -20,4 +20,3 @@ services:
volumes: volumes:
- ./themes/patek/assets/css:/src:ro - ./themes/patek/assets/css:/src:ro
- ./linting/sass/sass-lint.yml:/sass-lint.yml:ro - ./linting/sass/sass-lint.yml:/sass-lint.yml:ro

View File

@ -12,4 +12,3 @@ RUN rm -fr /root/.npm /node_modules
WORKDIR /src WORKDIR /src
ENTRYPOINT ["/usr/local/bin/sass-lint"] ENTRYPOINT ["/usr/local/bin/sass-lint"]