diff --git a/content/blog/psp1.cs.md b/content/blog/psp1.cs.md index fccfac1..9df5c0a 100644 --- a/content/blog/psp1.cs.md +++ b/content/blog/psp1.cs.md @@ -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:30 - začátek dotazů a volného tlachání - diff --git a/content/blog/roboti-seminarky-robosutez.cs.md b/content/blog/roboti-seminarky-robosutez.cs.md index 3245ee9..1ab69a8 100644 --- a/content/blog/roboti-seminarky-robosutez.cs.md +++ b/content/blog/roboti-seminarky-robosutez.cs.md @@ -28,4 +28,3 @@ tématem bylo například použití rekurze v implementaci faktoriálu a Fibonac posloupnosti. Založili jsme také Pátečnický [twitter](https://twitter.com/patekvpatek). - diff --git a/content/projects/_index.en.md b/content/projects/_index.en.md index a2a3828..2c82e5f 100644 --- a/content/projects/_index.en.md +++ b/content/projects/_index.en.md @@ -8,4 +8,3 @@ menu: 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. - diff --git a/content/talks/git.cs.md b/content/talks/git.cs.md index 4c7e1b5..c6bfd63 100644 --- a/content/talks/git.cs.md +++ b/content/talks/git.cs.md @@ -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) [Částečný záznam](https://youtu.be/rlSiRVewDu0) - diff --git a/docker-compose.yml b/docker-compose.yml index 71ebe5d..640c3f9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,4 +20,3 @@ services: volumes: - ./themes/patek/assets/css:/src:ro - ./linting/sass/sass-lint.yml:/sass-lint.yml:ro - diff --git a/linting/sass/Dockerfile b/linting/sass/Dockerfile index 9ab69c1..09f1e66 100644 --- a/linting/sass/Dockerfile +++ b/linting/sass/Dockerfile @@ -12,4 +12,3 @@ RUN rm -fr /root/.npm /node_modules WORKDIR /src ENTRYPOINT ["/usr/local/bin/sass-lint"] -