Initial changes
This commit is contained in:
Regular → Executable
+41
-26
@@ -2,25 +2,25 @@
|
||||
<html lang="en" dir="auto">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.147.2"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||
<meta name="generator" content="Hugo 0.147.2"><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>PyteDev Blog</title>
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<link rel="canonical" href="//localhost:1313/">
|
||||
<link rel="canonical" href="https://pyte.dev/">
|
||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.f49d66caae9ea0fd43f21f29e71a8d3e284517ed770f2aa86fa012953ad3c9ef.css" integrity="sha256-9J1myq6eoP1D8h8p5xqNPihFF+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/index.xml">
|
||||
<link rel="alternate" hreflang="en" href="//localhost:1313/">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://pyte.dev/index.xml">
|
||||
<link rel="alternate" hreflang="en" href="https://pyte.dev/">
|
||||
<noscript>
|
||||
<style>
|
||||
#theme-toggle,
|
||||
@@ -57,7 +57,28 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
</noscript>
|
||||
</noscript><meta property="og:url" content="https://pyte.dev/">
|
||||
<meta property="og:site_name" content="PyteDev Blog">
|
||||
<meta property="og:title" content="PyteDev Blog">
|
||||
<meta property="og:locale" content="en-us">
|
||||
<meta property="og:type" content="website">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="PyteDev Blog">
|
||||
<meta name="twitter:description" content="">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "PyteDev Blog",
|
||||
"url": "https://pyte.dev/",
|
||||
"description": "",
|
||||
"logo": "https://pyte.dev/favicon.ico",
|
||||
"sameAs": [
|
||||
"https://matrix.to/#/@pytedev:matrix.org", "mailto:public@pyte.dev", "https://github.com/pyte1", "https://mastodon.social/pytedev"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="list" id="top">
|
||||
@@ -75,7 +96,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"
|
||||
@@ -101,17 +122,17 @@
|
||||
</div>
|
||||
<ul id="menu">
|
||||
<li>
|
||||
<a href="//localhost:1313/" title="Home">
|
||||
<a href="https://pyte.dev/" title="Home">
|
||||
<span class="active">Home</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//localhost:1313/posts/" title="Blog">
|
||||
<a href="https://pyte.dev/posts/" title="Blog">
|
||||
<span>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>
|
||||
@@ -128,14 +149,14 @@
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
<div class="social-icons" >
|
||||
<a href="@pytedev:matrix.org" target="_blank" rel="noopener noreferrer me"
|
||||
<a href="https://matrix.to/#/@pytedev:matrix.org" target="_blank" rel="noopener noreferrer me"
|
||||
title="Matrix">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
||||
<path
|
||||
d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z" />
|
||||
</svg>
|
||||
</a>
|
||||
<a href="public@pyte.dev" target="_blank" rel="noopener noreferrer me"
|
||||
<a href="mailto:public@pyte.dev" target="_blank" rel="noopener noreferrer me"
|
||||
title="Email">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round">
|
||||
@@ -152,7 +173,7 @@
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://mastodon.socail/pytedev" target="_blank" rel="noopener noreferrer me"
|
||||
<a href="https://mastodon.social/pytedev" target="_blank" rel="noopener noreferrer me"
|
||||
title="Mastodon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round">
|
||||
@@ -172,12 +193,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">
|
||||
@@ -187,12 +202,12 @@ Sysadmin tips and tools: Everything I’ve 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>© 2025 <a href="//localhost:1313/">PyteDev Blog</a></span> ·
|
||||
<span>© 2025 <a href="https://pyte.dev/">PyteDev Blog</a></span> ·
|
||||
|
||||
<span>
|
||||
Powered by
|
||||
|
||||
Reference in New Issue
Block a user