feat: add page style
This commit is contained in:
parent
b971b5905b
commit
40b6196abf
7 changed files with 90 additions and 64 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
@ -9,15 +9,9 @@
|
|||
href="https://dadada.li/feed.xml"
|
||||
title="dadada"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="../../pagestyle.css" />
|
||||
</head>
|
||||
<body
|
||||
style="
|
||||
min-width: 30em;
|
||||
max-width: 60em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
"
|
||||
>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="https://dadada.li/">dadada</a>
|
||||
|
@ -99,9 +93,9 @@
|
|||
<h1 id="performance">Performance</h1>
|
||||
<p>kann Boot verlangsamen ➤ Nicht mit bash implementieren, lieber C</p>
|
||||
<h1 id="debugging">Debugging</h1>
|
||||
<pre><code>dir=$(mktemp -d)
|
||||
SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd/system-generators/systemd-fstab-generator "$dir" "$dir" "$dir"
|
||||
find $dir</code></pre>
|
||||
<pre><code class="shell">dir=$(mktemp -d)</code>
|
||||
<code class="shell">SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd/system-generators/systemd-fstab-generator "$dir" "$dir" "$dir"</code>
|
||||
<code class="shell">find $dir</code></pre>
|
||||
<ul>
|
||||
<li>syslog(3) ist nicht vefügbar</li>
|
||||
<li>keine Magie versuchen</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue