new style
This commit is contained in:
parent
fe287b89b7
commit
55adb103cc
13 changed files with 193 additions and 170 deletions
|
|
@ -28,18 +28,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Latex Endeavors</h1>
|
<h1 class="title">Latex Endeavors</h1>
|
||||||
<p class="subtitle">Some unintuitive quirks of Latex</p>
|
<p class="subtitle">Some unintuitive quirks of Latex</p>
|
||||||
<p class="author">Never</p>
|
<p class="author">Never</p>
|
||||||
<p class="date">2026-01-09</p>
|
<p class="date">2026-01-09</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<nav id="TOC" role="doc-toc">
|
<nav id="TOC" role="doc-toc">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#biblatex-and-biber" id="toc-biblatex-and-biber">BibLaTeX
|
<li><a href="#biblatex-and-biber" id="toc-biblatex-and-biber">BibLaTeX
|
||||||
|
|
@ -58,13 +57,13 @@ run</a></li>
|
||||||
message</p>
|
message</p>
|
||||||
<pre><code>biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory</code></pre>
|
<pre><code>biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory</code></pre>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</main>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
</div>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -92,18 +92,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Random linux utilities</h1>
|
<h1 class="title">Random linux utilities</h1>
|
||||||
<p class="subtitle">Neat things I picked up along the way</p>
|
<p class="subtitle">Neat things I picked up along the way</p>
|
||||||
<p class="author">Never</p>
|
<p class="author">Never</p>
|
||||||
<p class="date">2025-07-25</p>
|
<p class="date">2025-07-25</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<nav id="TOC" role="doc-toc">
|
<nav id="TOC" role="doc-toc">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#merge-pdfs" id="toc-merge-pdfs">Merge pdfs</a>
|
<li><a href="#merge-pdfs" id="toc-merge-pdfs">Merge pdfs</a>
|
||||||
|
|
@ -124,13 +123,13 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="
|
||||||
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="at">-sOUTPUTFILE</span><span class="op">=</span>output.pdf <span class="dt">\</span></span>
|
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="at">-sOUTPUTFILE</span><span class="op">=</span>output.pdf <span class="dt">\</span></span>
|
||||||
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> <span class="at">-dBATCH</span> 1.pdf 2.pdf</span></code></pre></div>
|
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> <span class="at">-dBATCH</span> 1.pdf 2.pdf</span></code></pre></div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</main>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
</div>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -92,18 +92,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Using rsync on Android to syncronise my Music
|
<h1 class="title">Using rsync on Android to syncronise my Music
|
||||||
library</h1>
|
library</h1>
|
||||||
<p class="author">Never</p>
|
<p class="author">Never</p>
|
||||||
<p class="date">2026-01-12</p>
|
<p class="date">2026-01-12</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<nav id="TOC" role="doc-toc">
|
<nav id="TOC" role="doc-toc">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#setup-termux" id="toc-setup-termux">Setup Termux</a></li>
|
<li><a href="#setup-termux" id="toc-setup-termux">Setup Termux</a></li>
|
||||||
|
|
@ -205,13 +204,13 @@ class="sourceCode sh"><code class="sourceCode bash"><span id="cb17-1"><a href="#
|
||||||
<div class="sourceCode" id="cb18"><pre
|
<div class="sourceCode" id="cb18"><pre
|
||||||
class="sourceCode sh"><code class="sourceCode bash"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="ex">adb</span> shell am broadcast <span class="at">-a</span> android.intent.action.MEDIA_SCANNER_SCAN <span class="at">-d</span> file:///data/data/com.termux/files/home/storage/music/</span></code></pre></div>
|
class="sourceCode sh"><code class="sourceCode bash"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="ex">adb</span> shell am broadcast <span class="at">-a</span> android.intent.action.MEDIA_SCANNER_SCAN <span class="at">-d</span> file:///data/data/com.termux/files/home/storage/music/</span></code></pre></div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</main>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
</div>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -90,15 +90,14 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Home</h1>
|
<h1 class="title">Home</h1>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<article>
|
<article>
|
||||||
<p>Hello! I am Never and this is my little place on the internet where I
|
<p>Hello! I am Never and this is my little place on the internet where I
|
||||||
post the stuff that I am currently nerding out about.</p>
|
post the stuff that I am currently nerding out about.</p>
|
||||||
|
|
@ -109,49 +108,56 @@ is also viewable via <code>curl</code>. Just run</p>
|
||||||
<p>There also is an RSS Feed to stay updated about my doings.</p>
|
<p>There also is an RSS Feed to stay updated about my doings.</p>
|
||||||
</article>
|
</article>
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
<h2>Articles</h2>
|
<h1>Articles</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
<a href="rsync-android.html" class="articles-title">Using rsync on
|
<a href="rsync-android.html" class="articles-title">Using rsync on
|
||||||
Android to syncronise my Music library</a>
|
Android to syncronise my Music library</a>
|
||||||
</div>
|
</header>
|
||||||
<p class="articles-summary">As Spotify is getting enshittified by
|
<p class="articles-summary">As Spotify is getting enshittified by
|
||||||
capitalism, keeping a music library is kind of essential. Here I use
|
capitalism, keeping a music library is kind of essential. Here I use
|
||||||
rsync to syncronise my library with my Android smartphone.</p>
|
rsync to syncronise my library with my Android smartphone.</p>
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
<div class="articles-author">Never</div>
|
<div class="articles-author">Never</div>
|
||||||
<div class="articles-date">2026-01-12</div>
|
<div class="articles-date">2026-01-12</div>
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
<a href="latex-endeavors.html" class="articles-title">Latex
|
<a href="latex-endeavors.html" class="articles-title">Latex
|
||||||
Endeavors</a>
|
Endeavors</a>
|
||||||
</div>
|
</header>
|
||||||
<p class="articles-summary">Latex undoubtedly has some quirks. Some of
|
<p class="articles-summary">Latex undoubtedly has some quirks. Some of
|
||||||
them have a rather unintuitive solution. In this article I cover some
|
them have a rather unintuitive solution. In this article I cover some
|
||||||
quirks and solutions I have encountered.</p>
|
quirks and solutions I have encountered.</p>
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
<div class="articles-author">Never</div>
|
<div class="articles-author">Never</div>
|
||||||
<div class="articles-date">2026-01-09</div>
|
<div class="articles-date">2026-01-09</div>
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
<a href="random-linux-utils.html" class="articles-title">Random linux
|
<a href="random-linux-utils.html" class="articles-title">Random linux
|
||||||
utilities</a>
|
utilities</a>
|
||||||
</div>
|
</header>
|
||||||
<p class="articles-summary">Tricks and tools I learned about, while
|
<p class="articles-summary">Tricks and tools I learned about, while
|
||||||
tweaking my Linux sytem or trying to do productive things.</p>
|
tweaking my Linux sytem or trying to do productive things.</p>
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
<div class="articles-author">Never</div>
|
<div class="articles-author">Never</div>
|
||||||
<div class="articles-date">2025-07-25</div>
|
<div class="articles-date">2025-07-25</div>
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</main>
|
||||||
|
<footer id="page-footer">
|
||||||
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
|
</nav>
|
||||||
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
let speed = 10;
|
let speed = 10;
|
||||||
let scale = 0.33; // Image scale (I work on 1080p monitor)
|
let scale = 0.33; // Image scale (I work on 1080p monitor)
|
||||||
|
|
@ -220,12 +226,5 @@ function pickColor(){
|
||||||
logoColor = 'rgb('+r+','+g+', '+b+')';
|
logoColor = 'rgb('+r+','+g+', '+b+')';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<footer id="page-footer">
|
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Here I post random stuff.</description>
|
<description>Here I post random stuff.</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
||||||
<lastBuildDate>Fri, 13 Feb 2026 17:43:19 +0100</lastBuildDate>
|
<lastBuildDate>Fri, 20 Feb 2026 18:10:00 +0100</lastBuildDate>
|
||||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||||
<generator>pandoc</generator>
|
<generator>pandoc</generator>
|
||||||
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
||||||
|
|
|
||||||
|
|
@ -35,15 +35,15 @@ $endif$
|
||||||
$endif$
|
$endif$
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
$for(include-before)$
|
||||||
|
$include-before$
|
||||||
|
$endfor$
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
$for(include-before)$
|
<main id="page">
|
||||||
$include-before$
|
|
||||||
$endfor$
|
|
||||||
$if(title)$
|
$if(title)$
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">$title$</h1>
|
<h1 class="title">$title$</h1>
|
||||||
|
|
@ -63,7 +63,6 @@ $abstract$
|
||||||
</div>
|
</div>
|
||||||
$endif$
|
$endif$
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
$endif$
|
$endif$
|
||||||
$if(toc)$
|
$if(toc)$
|
||||||
<nav id="$idprefix$TOC" role="doc-toc">
|
<nav id="$idprefix$TOC" role="doc-toc">
|
||||||
|
|
@ -78,41 +77,41 @@ $body$
|
||||||
</article>
|
</article>
|
||||||
$if(articles)$
|
$if(articles)$
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
<h2>Articles</h2>
|
<h1>Articles</h1>
|
||||||
<ul>
|
<ul>
|
||||||
$for(articles)$
|
$for(articles)$
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
$if(articles.title)$
|
$if(articles.title)$
|
||||||
<a href="$articles.filename$.html" class="articles-title">$articles.title$</a>
|
<a href="$articles.filename$.html" class="articles-title">$articles.title$</a>
|
||||||
$endif$
|
$endif$
|
||||||
</div>
|
</header>
|
||||||
$if(articles.summary)$
|
$if(articles.summary)$
|
||||||
<p class="articles-summary">$articles.summary$</p>
|
<p class="articles-summary">$articles.summary$</p>
|
||||||
$endif$
|
$endif$
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
$if(articles.author)$
|
$if(articles.author)$
|
||||||
<div class="articles-author">$articles.author$</div>
|
<div class="articles-author">$articles.author$</div>
|
||||||
$endif$
|
$endif$
|
||||||
$if(articles.date)$
|
$if(articles.date)$
|
||||||
<div class="articles-date">$articles.date$</div>
|
<div class="articles-date">$articles.date$</div>
|
||||||
$endif$
|
$endif$
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
$endfor$
|
$endfor$
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
$endif$
|
$endif$
|
||||||
</section>
|
</main>
|
||||||
|
<footer id="page-footer">
|
||||||
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
|
</nav>
|
||||||
|
</footer>
|
||||||
$for(include-after)$
|
$for(include-after)$
|
||||||
$include-after$
|
$include-after$
|
||||||
$endfor$
|
$endfor$
|
||||||
<footer id="page-footer">
|
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -90,15 +90,14 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Home</h1>
|
<h1 class="title">Home</h1>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<article>
|
<article>
|
||||||
<p>Hello! I am Never and this is my little place on the internet where I
|
<p>Hello! I am Never and this is my little place on the internet where I
|
||||||
post the stuff that I am currently nerding out about.</p>
|
post the stuff that I am currently nerding out about.</p>
|
||||||
|
|
@ -109,49 +108,56 @@ is also viewable via <code>curl</code>. Just run</p>
|
||||||
<p>There also is an RSS Feed to stay updated about my doings.</p>
|
<p>There also is an RSS Feed to stay updated about my doings.</p>
|
||||||
</article>
|
</article>
|
||||||
<nav id="articles">
|
<nav id="articles">
|
||||||
<h2>Articles</h2>
|
<h1>Articles</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
<a href="rsync-android.html" class="articles-title">Using rsync on
|
<a href="rsync-android.html" class="articles-title">Using rsync on
|
||||||
Android to syncronise my Music library</a>
|
Android to syncronise my Music library</a>
|
||||||
</div>
|
</header>
|
||||||
<p class="articles-summary">As Spotify is getting enshittified by
|
<p class="articles-summary">As Spotify is getting enshittified by
|
||||||
capitalism, keeping a music library is kind of essential. Here I use
|
capitalism, keeping a music library is kind of essential. Here I use
|
||||||
rsync to syncronise my library with my Android smartphone.</p>
|
rsync to syncronise my library with my Android smartphone.</p>
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
<div class="articles-author">Never</div>
|
<div class="articles-author">Never</div>
|
||||||
<div class="articles-date">2026-01-12</div>
|
<div class="articles-date">2026-01-12</div>
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
<a href="latex-endeavors.html" class="articles-title">Latex
|
<a href="latex-endeavors.html" class="articles-title">Latex
|
||||||
Endeavors</a>
|
Endeavors</a>
|
||||||
</div>
|
</header>
|
||||||
<p class="articles-summary">Latex undoubtedly has some quirks. Some of
|
<p class="articles-summary">Latex undoubtedly has some quirks. Some of
|
||||||
them have a rather unintuitive solution. In this article I cover some
|
them have a rather unintuitive solution. In this article I cover some
|
||||||
quirks and solutions I have encountered.</p>
|
quirks and solutions I have encountered.</p>
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
<div class="articles-author">Never</div>
|
<div class="articles-author">Never</div>
|
||||||
<div class="articles-date">2026-01-09</div>
|
<div class="articles-date">2026-01-09</div>
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="articles-header">
|
<header class="articles-header">
|
||||||
<a href="random-linux-utils.html" class="articles-title">Random linux
|
<a href="random-linux-utils.html" class="articles-title">Random linux
|
||||||
utilities</a>
|
utilities</a>
|
||||||
</div>
|
</header>
|
||||||
<p class="articles-summary">Tricks and tools I learned about, while
|
<p class="articles-summary">Tricks and tools I learned about, while
|
||||||
tweaking my Linux sytem or trying to do productive things.</p>
|
tweaking my Linux sytem or trying to do productive things.</p>
|
||||||
<div class="articles-footer">
|
<footer class="articles-footer">
|
||||||
<div class="articles-author">Never</div>
|
<div class="articles-author">Never</div>
|
||||||
<div class="articles-date">2025-07-25</div>
|
<div class="articles-date">2025-07-25</div>
|
||||||
</div>
|
</footer>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</main>
|
||||||
|
<footer id="page-footer">
|
||||||
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
|
</nav>
|
||||||
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
let speed = 10;
|
let speed = 10;
|
||||||
let scale = 0.33; // Image scale (I work on 1080p monitor)
|
let scale = 0.33; // Image scale (I work on 1080p monitor)
|
||||||
|
|
@ -220,12 +226,5 @@ function pickColor(){
|
||||||
logoColor = 'rgb('+r+','+g+', '+b+')';
|
logoColor = 'rgb('+r+','+g+', '+b+')';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<footer id="page-footer">
|
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -28,18 +28,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Latex Endeavors</h1>
|
<h1 class="title">Latex Endeavors</h1>
|
||||||
<p class="subtitle">Some unintuitive quirks of Latex</p>
|
<p class="subtitle">Some unintuitive quirks of Latex</p>
|
||||||
<p class="author">Never</p>
|
<p class="author">Never</p>
|
||||||
<p class="date">2026-01-09</p>
|
<p class="date">2026-01-09</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<nav id="TOC" role="doc-toc">
|
<nav id="TOC" role="doc-toc">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#biblatex-and-biber" id="toc-biblatex-and-biber">BibLaTeX
|
<li><a href="#biblatex-and-biber" id="toc-biblatex-and-biber">BibLaTeX
|
||||||
|
|
@ -58,13 +57,13 @@ run</a></li>
|
||||||
message</p>
|
message</p>
|
||||||
<pre><code>biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory</code></pre>
|
<pre><code>biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory</code></pre>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</main>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
</div>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -92,18 +92,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Random linux utilities</h1>
|
<h1 class="title">Random linux utilities</h1>
|
||||||
<p class="subtitle">Neat things I picked up along the way</p>
|
<p class="subtitle">Neat things I picked up along the way</p>
|
||||||
<p class="author">Never</p>
|
<p class="author">Never</p>
|
||||||
<p class="date">2025-07-25</p>
|
<p class="date">2025-07-25</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<nav id="TOC" role="doc-toc">
|
<nav id="TOC" role="doc-toc">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#merge-pdfs" id="toc-merge-pdfs">Merge pdfs</a>
|
<li><a href="#merge-pdfs" id="toc-merge-pdfs">Merge pdfs</a>
|
||||||
|
|
@ -124,13 +123,13 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="
|
||||||
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="at">-sOUTPUTFILE</span><span class="op">=</span>output.pdf <span class="dt">\</span></span>
|
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="at">-sOUTPUTFILE</span><span class="op">=</span>output.pdf <span class="dt">\</span></span>
|
||||||
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> <span class="at">-dBATCH</span> 1.pdf 2.pdf</span></code></pre></div>
|
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> <span class="at">-dBATCH</span> 1.pdf 2.pdf</span></code></pre></div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</main>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
</div>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Here I post random stuff.</description>
|
<description>Here I post random stuff.</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
<pubDate>Mon, 12 Jan 2026 00:00:00 +0100</pubDate>
|
||||||
<lastBuildDate>Fri, 13 Feb 2026 17:43:19 +0100</lastBuildDate>
|
<lastBuildDate>Fri, 20 Feb 2026 18:10:00 +0100</lastBuildDate>
|
||||||
<docs>https://www.rssboard.org/rss-specification</docs>
|
<docs>https://www.rssboard.org/rss-specification</docs>
|
||||||
<generator>pandoc</generator>
|
<generator>pandoc</generator>
|
||||||
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
<managingEditor>n.gude@posteo.de (Never)</managingEditor>
|
||||||
|
|
|
||||||
|
|
@ -92,18 +92,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="tv-screen"></canvas>
|
<canvas id="tv-screen"></canvas>
|
||||||
<div id="page">
|
|
||||||
<header id="page-header">
|
<header id="page-header">
|
||||||
<a class="page-header-button" href="index.html">Home</a>
|
<a class="page-header-button" href="index.html">Home</a>
|
||||||
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
<a class="rss-button" href="rss.xml">RSS Feed</a>
|
||||||
</header>
|
</header>
|
||||||
|
<main id="page">
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<h1 class="title">Using rsync on Android to syncronise my Music
|
<h1 class="title">Using rsync on Android to syncronise my Music
|
||||||
library</h1>
|
library</h1>
|
||||||
<p class="author">Never</p>
|
<p class="author">Never</p>
|
||||||
<p class="date">2026-01-12</p>
|
<p class="date">2026-01-12</p>
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
|
||||||
<nav id="TOC" role="doc-toc">
|
<nav id="TOC" role="doc-toc">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#setup-termux" id="toc-setup-termux">Setup Termux</a></li>
|
<li><a href="#setup-termux" id="toc-setup-termux">Setup Termux</a></li>
|
||||||
|
|
@ -205,13 +204,13 @@ class="sourceCode sh"><code class="sourceCode bash"><span id="cb17-1"><a href="#
|
||||||
<div class="sourceCode" id="cb18"><pre
|
<div class="sourceCode" id="cb18"><pre
|
||||||
class="sourceCode sh"><code class="sourceCode bash"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="ex">adb</span> shell am broadcast <span class="at">-a</span> android.intent.action.MEDIA_SCANNER_SCAN <span class="at">-d</span> file:///data/data/com.termux/files/home/storage/music/</span></code></pre></div>
|
class="sourceCode sh"><code class="sourceCode bash"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="ex">adb</span> shell am broadcast <span class="at">-a</span> android.intent.action.MEDIA_SCANNER_SCAN <span class="at">-d</span> file:///data/data/com.termux/files/home/storage/music/</span></code></pre></div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</main>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
<nav id="webring">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="images/cups_left.svg" width="30" height="30"></a>
|
||||||
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo.svg" width="120" height="60"></a>
|
||||||
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="images/cups_right.svg" width="30" height="30"></a>
|
||||||
</div>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,26 @@
|
||||||
:root {
|
:root {
|
||||||
--foreground: #1a1a1a;
|
--foreground: #586e75;
|
||||||
--background: #fdfdfdc4;
|
--background: #fdf6e3;
|
||||||
--html-border: #c9c9c9;
|
--html-border: #eee8d5;
|
||||||
--html-background: #1d5087;
|
--html-background: #268bd2;
|
||||||
--body-background: linear-gradient(to bottom, #5ab9de, #1d5087);
|
--body-background: linear-gradient(to bottom, #2aa198, #268bd2);
|
||||||
--blockquote-text: #606060;
|
--blockquote-text: #657b83;
|
||||||
--blockquote-border: #e6e6e6;
|
--blockquote-border: #eee8d5;
|
||||||
--button-primary: #e3e3e3;
|
--button-primary: #fdf6e3;
|
||||||
--button-secondary: #d0d0d0;
|
--button-secondary: #eee8d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--foreground: #fdfdfd;
|
--foreground: #93a1a1;
|
||||||
--background: #1a1a1ac4;
|
--background: #002b36;
|
||||||
--html-border: #4c4c4c;
|
--html-border: #073642;
|
||||||
--html-background: #391d87;
|
--html-background: #6c71c4;
|
||||||
--body-background: linear-gradient(to bottom, #5a6fde, #391d87);
|
--body-background: linear-gradient(to bottom, #268bd2, #6c71c4);
|
||||||
--blockquote-text: #e6e6e6;
|
--blockquote-text: #839496;
|
||||||
--blockquote-border: #606060;
|
--blockquote-border: #073642;
|
||||||
--button-primary: #4c4c4c;
|
--button-primary: #073642;
|
||||||
--button-secondary: #404040;
|
--button-secondary: #002b36;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -35,24 +35,27 @@ html {
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: var(--body-background);
|
background: var(--body-background);
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--background);
|
z-index: 2;
|
||||||
border: solid 1pt var(--html-border);
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 48em;
|
max-width: 48em;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
padding-left: 50pt;
|
padding-left: 50pt;
|
||||||
padding-right: 50pt;
|
padding-right: 50pt;
|
||||||
padding-top: 50pt;
|
padding-top: 50pt;
|
||||||
padding-bottom: 50pt;
|
padding-bottom: 50pt;
|
||||||
|
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-kerning: normal;
|
font-kerning: normal;
|
||||||
z-index: 2;
|
|
||||||
|
background-color: var(--background);
|
||||||
|
border-left: solid 3pt var(--html-border);
|
||||||
|
border-right: solid 3pt var(--html-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#tv-screen {
|
#tv-screen {
|
||||||
|
|
@ -63,12 +66,18 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header {
|
#page-header {
|
||||||
padding: 4pt;
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
max-width: 60em;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 4pt;
|
||||||
|
|
||||||
background: url("images/shark-top-small.png");
|
background: url("images/shark-top-small.png");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
border: 1pt solid var(--html-border);
|
border: solid 3pt var(--html-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header a {
|
#page-header a {
|
||||||
|
|
@ -88,6 +97,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rss-button {
|
.rss-button {
|
||||||
|
color: #fdf6e3 !important;
|
||||||
background: linear-gradient(to bottom, #fb9d3a 0%, #d95c29 100%);
|
background: linear-gradient(to bottom, #fb9d3a 0%, #d95c29 100%);
|
||||||
border: 1pt solid #f2994f;
|
border: 1pt solid #f2994f;
|
||||||
border-radius: 4pt;
|
border-radius: 4pt;
|
||||||
|
|
@ -107,12 +117,13 @@ body {
|
||||||
|
|
||||||
.articles-header {
|
.articles-header {
|
||||||
margin: 8pt 0 4pt 0;
|
margin: 8pt 0 4pt 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-footer {
|
.articles-footer {
|
||||||
margin-top: 4pt;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 4pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-title {
|
.articles-title {
|
||||||
|
|
@ -133,22 +144,27 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-footer {
|
#page-footer {
|
||||||
padding: 4pt;
|
position: relative;
|
||||||
border: 1pt solid var(--html-border);
|
z-index: 2;
|
||||||
background: url("images/shark-top-small.png");
|
|
||||||
background-size: contain;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
max-width: 60em;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 4pt;
|
||||||
|
|
||||||
|
background: url("images/shark-top-small.png");
|
||||||
|
background-size: contain;
|
||||||
|
border: solid 3pt var(--html-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-footer div {
|
#page-footer nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
#page {
|
main {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding: 12pt;
|
padding: 12pt;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,26 @@
|
||||||
:root {
|
:root {
|
||||||
--foreground: #1a1a1a;
|
--foreground: #586e75;
|
||||||
--background: #fdfdfdc4;
|
--background: #fdf6e3;
|
||||||
--html-border: #c9c9c9;
|
--html-border: #eee8d5;
|
||||||
--html-background: #1d5087;
|
--html-background: #268bd2;
|
||||||
--body-background: linear-gradient(to bottom, #5ab9de, #1d5087);
|
--body-background: linear-gradient(to bottom, #2aa198, #268bd2);
|
||||||
--blockquote-text: #606060;
|
--blockquote-text: #657b83;
|
||||||
--blockquote-border: #e6e6e6;
|
--blockquote-border: #eee8d5;
|
||||||
--button-primary: #e3e3e3;
|
--button-primary: #fdf6e3;
|
||||||
--button-secondary: #d0d0d0;
|
--button-secondary: #eee8d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--foreground: #fdfdfd;
|
--foreground: #93a1a1;
|
||||||
--background: #1a1a1ac4;
|
--background: #002b36;
|
||||||
--html-border: #4c4c4c;
|
--html-border: #073642;
|
||||||
--html-background: #391d87;
|
--html-background: #6c71c4;
|
||||||
--body-background: linear-gradient(to bottom, #5a6fde, #391d87);
|
--body-background: linear-gradient(to bottom, #268bd2, #6c71c4);
|
||||||
--blockquote-text: #e6e6e6;
|
--blockquote-text: #839496;
|
||||||
--blockquote-border: #606060;
|
--blockquote-border: #073642;
|
||||||
--button-primary: #4c4c4c;
|
--button-primary: #073642;
|
||||||
--button-secondary: #404040;
|
--button-secondary: #002b36;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -35,24 +35,27 @@ html {
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: var(--body-background);
|
background: var(--body-background);
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--background);
|
z-index: 2;
|
||||||
border: solid 1pt var(--html-border);
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 48em;
|
max-width: 48em;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
padding-left: 50pt;
|
padding-left: 50pt;
|
||||||
padding-right: 50pt;
|
padding-right: 50pt;
|
||||||
padding-top: 50pt;
|
padding-top: 50pt;
|
||||||
padding-bottom: 50pt;
|
padding-bottom: 50pt;
|
||||||
|
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-kerning: normal;
|
font-kerning: normal;
|
||||||
z-index: 2;
|
|
||||||
|
background-color: var(--background);
|
||||||
|
border-left: solid 3pt var(--html-border);
|
||||||
|
border-right: solid 3pt var(--html-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#tv-screen {
|
#tv-screen {
|
||||||
|
|
@ -63,12 +66,18 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header {
|
#page-header {
|
||||||
padding: 4pt;
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
max-width: 60em;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 4pt;
|
||||||
|
|
||||||
background: url("images/shark-top-small.png");
|
background: url("images/shark-top-small.png");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
border: 1pt solid var(--html-border);
|
border: solid 3pt var(--html-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header a {
|
#page-header a {
|
||||||
|
|
@ -88,6 +97,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rss-button {
|
.rss-button {
|
||||||
|
color: #fdf6e3 !important;
|
||||||
background: linear-gradient(to bottom, #fb9d3a 0%, #d95c29 100%);
|
background: linear-gradient(to bottom, #fb9d3a 0%, #d95c29 100%);
|
||||||
border: 1pt solid #f2994f;
|
border: 1pt solid #f2994f;
|
||||||
border-radius: 4pt;
|
border-radius: 4pt;
|
||||||
|
|
@ -107,12 +117,13 @@ body {
|
||||||
|
|
||||||
.articles-header {
|
.articles-header {
|
||||||
margin: 8pt 0 4pt 0;
|
margin: 8pt 0 4pt 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-footer {
|
.articles-footer {
|
||||||
margin-top: 4pt;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 4pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-title {
|
.articles-title {
|
||||||
|
|
@ -133,22 +144,27 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-footer {
|
#page-footer {
|
||||||
padding: 4pt;
|
position: relative;
|
||||||
border: 1pt solid var(--html-border);
|
z-index: 2;
|
||||||
background: url("images/shark-top-small.png");
|
|
||||||
background-size: contain;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
max-width: 60em;
|
||||||
|
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 4pt;
|
||||||
|
|
||||||
|
background: url("images/shark-top-small.png");
|
||||||
|
background-size: contain;
|
||||||
|
border: solid 3pt var(--html-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-footer div {
|
#page-footer nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
#page {
|
main {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding: 12pt;
|
padding: 12pt;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue