From e422ee71686981c7e40c65fe9f174fa62415bcfb Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 24 May 2026 15:33:14 +0200 Subject: [PATCH] Fix thesis url --- content/posts/zola-website-deployment-with-drone-ci/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/zola-website-deployment-with-drone-ci/index.md b/content/posts/zola-website-deployment-with-drone-ci/index.md index 47eafdd..deea4ff 100644 --- a/content/posts/zola-website-deployment-with-drone-ci/index.md +++ b/content/posts/zola-website-deployment-with-drone-ci/index.md @@ -15,7 +15,7 @@ Zola is my SSG of choice, as it it fast, powerful and packed in a single statica -I have written a [bachelor's thesis](https://git.microlab.space/em/bakalarka) on static site generators and implementing a sample website with Zola in particular. Where my thesis lacks, though, is in the automatic deployment, where I glued together some Git hooks and shell scripts. It works fairly well, but it does not provide much feedback or code validity checks. +I have written a [bachelor's thesis](https://em.0x45.cz/about/#education) on static site generators and implementing a sample website with Zola in particular. Where my thesis lacks, though, is in the automatic deployment, where I glued together some Git hooks and shell scripts. It works fairly well, but it does not provide much feedback or code validity checks. ## Pipeline