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à --- stylesheets/partials/minima/_about.scss | 50 --------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 stylesheets/partials/minima/_about.scss (limited to 'stylesheets/partials/minima/_about.scss') diff --git a/stylesheets/partials/minima/_about.scss b/stylesheets/partials/minima/_about.scss deleted file mode 100644 index c6edf23..0000000 --- a/stylesheets/partials/minima/_about.scss +++ /dev/null @@ -1,50 +0,0 @@ -#about, #cv { - h1 { - margin-bottom: 0px; - } - - h2 { - margin-top: 30px; - } - - .info { - margin-bottom: 30px; - } - - a { - color: $text-color; - text-decoration: underline; - &:hover { - text-decoration: none; - } - } - - .info a { - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - - p { - position: relative; - margin-right: 0; - } - - code { - font: normal normal; - color: $text-color; - background-color: $background-color; - border: 0px; - } - - p code { - position: absolute; - text-align: right; - right: 0%; - } - - .end { - margin-top: 50px; - } -} -- cgit v1.2.3