From 40013704cf16f53468940a7d0160b40e8241a87c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 17 Sep 2024 07:16:43 +0200 Subject: Remove jekyll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a complete rewrite of my blog to a vastly simpler form. That is, we only need HTML and a couple of build scripts to have something equivalent, without all the dependencies that jekyll brings. I have also taken the chance to remove a lot of stuff that was actually not needed. Signed-off-by: Miquel Sabaté Solà --- about/cv.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 about/cv.html (limited to 'about/cv.html') diff --git a/about/cv.html b/about/cv.html deleted file mode 100644 index b5a7ddf..0000000 --- a/about/cv.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: titles.cv -layout: default - -namespace: about -permalink: /about/cv.html -permalink_en: /about/cv.html ---- - -
- {% tf cv.md %} -
-- cgit v1.2.3