website

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

commit 878a2b20d7854cae60b0b2b03695118c4a863060
parent de0fc1967615f150838d8cf8a59adeb0746f2ace
Author: linus <mail@linus-behrens.de>
Date:   Thu, 31 Jul 2025 21:44:07 +0200

external typefaces loaded

Diffstat:
Moutput/dwl.html | 8++++++++
Moutput/index.html | 20++++++++++++++------
Moutput/linux.html | 8++++++++
Moutput/mario-kart.html | 8++++++++
Moutput/markdown.html | 8++++++++
Moutput/pgp-yubikey.html | 8++++++++
Moutput/typst.html | 8++++++++
Mtemplates/index.html/header.html | 8++++++++
Mtemplates/index.html/item.html | 3+--
Mtemplates/page/header.html | 8++++++++
10 files changed, 79 insertions(+), 8 deletions(-)

diff --git a/output/dwl.html b/output/dwl.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>dwl config - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/output/index.html b/output/index.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Posts - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> @@ -40,12 +48,12 @@ <div id="main"> <h1>Posts</h1> <table> -<tr><td><time class="code">2025-06-01</time></td><td><a href="typst.html">Typst</a></td></tr> -<tr><td><time class="code">2025-07-05</time></td><td><a href="pgp-yubikey.html">yubikey pgp config</a></td></tr> -<tr><td><time class="code">2025-04-12</time></td><td><a href="markdown.html">Markdown</a></td></tr> -<tr><td><time class="code">2025-04-11</time></td><td><a href="mario-kart.html">Mario Kart Emulator Setup</a></td></tr> -<tr><td><time class="code">2024-09-05</time></td><td><a href="linux.html">Why Linux</a></td></tr> -<tr><td><time class="code">2025-06-16</time></td><td><a href="dwl.html">dwl config</a></td></tr> +<tr><td><code><time>2025-06-01</time></code></td><td><a href="typst.html">Typst</a></td></tr> +<tr><td><code><time>2025-07-05</time></code></td><td><a href="pgp-yubikey.html">yubikey pgp config</a></td></tr> +<tr><td><code><time>2025-04-12</time></code></td><td><a href="markdown.html">Markdown</a></td></tr> +<tr><td><code><time>2025-04-11</time></code></td><td><a href="mario-kart.html">Mario Kart Emulator Setup</a></td></tr> +<tr><td><code><time>2024-09-05</time></code></td><td><a href="linux.html">Why Linux</a></td></tr> +<tr><td><code><time>2025-06-16</time></code></td><td><a href="dwl.html">dwl config</a></td></tr> </table> </div> </main> diff --git a/output/linux.html b/output/linux.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Why Linux - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/output/mario-kart.html b/output/mario-kart.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Mario Kart Emulator Setup - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/output/markdown.html b/output/markdown.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Markdown - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/output/pgp-yubikey.html b/output/pgp-yubikey.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>yubikey pgp config - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/output/typst.html b/output/typst.html @@ -9,9 +9,17 @@ <meta name="author" content="linusbehrens" /> <meta name="generator" content="saait (https://git.codemadness.org/saait/file/README.html)" /> <title>Typst - Linus Blog</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/templates/index.html/header.html b/templates/index.html/header.html @@ -9,9 +9,17 @@ <meta name="author" content="${author}" /> <meta name="generator" content="${sitegenerator}" /> <title>Posts - ${sitetitle}</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" /> diff --git a/templates/index.html/item.html b/templates/index.html/item.html @@ -1 +1 @@ -<tr><td><code><time>${created}</time></code></td><td><a href="${filename}">${title}</a></td></tr> -\ No newline at end of file +<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 @@ -9,9 +9,17 @@ <meta name="author" content="${author}" /> <meta name="generator" content="${sitegenerator}" /> <title>${title} - ${sitetitle}</title> + + <link rel="preconnect" href="https://rsms.me/"> + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet"> + <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" /> <link rel="icon" href="/favicon.png" type="image/png" />