Initial changes

This commit is contained in:
root
2025-05-12 09:26:17 +02:00
parent 128b34c8e8
commit c4bb0095c5
48 changed files with 351 additions and 164 deletions
Regular → Executable
+40 -23
View File
@@ -1,25 +1,25 @@
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="index, follow">
<title>Posts | PyteDev Blog</title>
<meta name="keywords" content="">
<meta name="description" content="Posts - PyteDev Blog">
<meta name="author" content="">
<link rel="canonical" href="//localhost:1313/posts/">
<link rel="canonical" href="https://pyte.dev/posts/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.f49d66caae9ea0fd43f21f29e71a8d3e284517ed770f2aa86fa012953ad3c9ef.css" integrity="sha256-9J1myq6eoP1D8h8p5xqNPihFF&#43;13Dyqob6ASlTrTye8=" rel="preload stylesheet" as="style">
<link rel="icon" href="//localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg">
<link rel="icon" href="https://pyte.dev/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pyte.dev/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pyte.dev/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://pyte.dev/apple-touch-icon.png">
<link rel="mask-icon" href="https://pyte.dev/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/posts/index.xml">
<link rel="alternate" hreflang="en" href="//localhost:1313/posts/">
<link rel="alternate" type="application/rss+xml" href="https://pyte.dev/posts/index.xml">
<link rel="alternate" hreflang="en" href="https://pyte.dev/posts/">
<noscript>
<style>
#theme-toggle,
@@ -56,7 +56,30 @@
}
</style>
</noscript>
</noscript><meta property="og:url" content="https://pyte.dev/posts/">
<meta property="og:site_name" content="PyteDev Blog">
<meta property="og:title" content="Posts">
<meta property="og:locale" content="en-us">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Posts">
<meta name="twitter:description" content="">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1 ,
"name": "Posts",
"item": "https://pyte.dev/posts/"
}
]
}
</script>
</head>
<body class="list" id="top">
@@ -74,7 +97,7 @@
<header class="header">
<nav class="nav">
<div class="logo">
<a href="//localhost:1313/" accesskey="h" title="PyteDev Blog (Alt + H)">PyteDev Blog</a>
<a href="https://pyte.dev/" accesskey="h" title="PyteDev Blog (Alt + H)">PyteDev Blog</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@@ -100,17 +123,17 @@
</div>
<ul id="menu">
<li>
<a href="//localhost:1313/" title="Home">
<a href="https://pyte.dev/" title="Home">
<span>Home</span>
</a>
</li>
<li>
<a href="//localhost:1313/posts/" title="Blog">
<a href="https://pyte.dev/posts/" title="Blog">
<span class="active">Blog</span>
</a>
</li>
<li>
<a href="//localhost:1313/search/" title="Search">
<a href="https://pyte.dev/search/" title="Search">
<span>Search</span>
</a>
</li>
@@ -127,12 +150,6 @@
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Introduction
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2>
</header>
<div class="entry-content">
@@ -142,12 +159,12 @@ Sysadmin tips and tools: Everything Ive learned managing servers, networks, a
...</p>
</div>
<footer class="entry-footer"><span title='2025-05-11 20:13:49 +0200 CEST'>May 11, 2025</span></footer>
<a class="entry-link" aria-label="post link to Introduction" href="//localhost:1313/posts/my-first-post/"></a>
<a class="entry-link" aria-label="post link to Introduction" href="https://pyte.dev/posts/my-first-post/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2025 <a href="//localhost:1313/">PyteDev Blog</a></span> ·
<span>&copy; 2025 <a href="https://pyte.dev/">PyteDev Blog</a></span> ·
<span>
Powered by