website

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

commit 9e5832e2b8b4a7ce4d51119154f0a54557e6081a
parent 82c5ab6b7ed8e43f935558119d70bf2015473f2e
Author: linus <mail@linus-behrens.de>
Date:   Thu, 31 Jul 2025 21:27:06 +0200

css fix & time index.html mono typeface

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 | 2+-
Mtemplates/page/header.html | 1+
11 files changed, 11 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>${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> 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" />