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
+24 -16
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>Categories | PyteDev Blog</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="//localhost:1313/categories/">
<link rel="canonical" href="https://pyte.dev/categories/">
<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/categories/index.xml">
<link rel="alternate" hreflang="en" href="//localhost:1313/categories/">
<link rel="alternate" type="application/rss+xml" href="https://pyte.dev/categories/index.xml">
<link rel="alternate" hreflang="en" href="https://pyte.dev/categories/">
<noscript>
<style>
#theme-toggle,
@@ -56,7 +56,15 @@
}
</style>
</noscript>
</noscript><meta property="og:url" content="https://pyte.dev/categories/">
<meta property="og:site_name" content="PyteDev Blog">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en-us">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
<meta name="twitter:description" content="">
</head>
<body class="list" id="top">
@@ -74,7 +82,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 +108,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>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,7 +135,7 @@
</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
Regular → Executable
+2 -2
View File
@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Categories on PyteDev Blog</title>
<link>//localhost:1313/categories/</link>
<link>https://pyte.dev/categories/</link>
<description>Recent content in Categories on PyteDev Blog</description>
<generator>Hugo -- 0.147.2</generator>
<language>en-us</language>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://pyte.dev/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>