website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit de0fc1967615f150838d8cf8a59adeb0746f2ace
parent c4eab6ac2d9d39c9ebdaeac1bba138c40184d239
Author: Linus <93053722+linusbehrens@users.noreply.github.com>
Date:   Thu, 31 Jul 2025 21:31:36 +0200

Merge pull request #1 from linusbehrens/css-fix

css fix & time index.html mono typeface

jo! konkret 1 stück ey
Diffstat:
Mcss/typeface.css | 1+
Moutput/dwl.html | 1+
Moutput/index.html | 1+
Moutput/linux.html | 1+
Moutput/mario-kart.html | 1+
Moutput/markdown.html | 1+
Moutput/pgp-yubikey.html | 1+
Moutput/typst.html | 1+
Mtemplates/index.html/header.html | 1+
Mtemplates/index.html/item.html | 3++-
Mtemplates/page/header.html | 1+
11 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/css/typeface.css b/css/typeface.css @@ -34,6 +34,7 @@ code > span > span > * , code > span > * , code > * { font-family: 'Noto Sans Mono'; font-size: 14px; } + code { background: #ffffff55; font-family: 'Noto Sans Mono'; diff --git a/output/dwl.html b/output/dwl.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>dwl config - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/output/index.html b/output/index.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Posts - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/output/linux.html b/output/linux.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Why Linux - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/output/mario-kart.html b/output/mario-kart.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Mario Kart Emulator Setup - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/output/markdown.html b/output/markdown.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Markdown - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/output/pgp-yubikey.html b/output/pgp-yubikey.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>yubikey pgp config - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/output/typst.html b/output/typst.html @@ -10,6 +10,7 @@ <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Typst - Linus Blog</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Linus Blog Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Linus Blog Atom Feed with content" /> diff --git a/templates/index.html/header.html b/templates/index.html/header.html @@ -10,6 +10,7 @@ <meta name="generator" content="${sitegenerator}" /> <title>Posts - ${sitetitle}</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" /> diff --git a/templates/index.html/item.html b/templates/index.html/item.html @@ -1 +1 @@ -<tr><td><time class="code">${created}</time></td><td><a href="${filename}">${title}</a></td></tr> +<tr><td><code><time>${created}</time></code></td><td><a href="${filename}">${title}</a></td></tr> +\ No newline at end of file diff --git a/templates/page/header.html b/templates/page/header.html @@ -10,6 +10,7 @@ <meta name="generator" content="${sitegenerator}" /> <title>${title} - ${sitetitle}</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="typeface.css" type="text/css" media="screen" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" /> <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" />