BIT-101 Creating a Hugo Theme Part 2 done

This commit is contained in:
Franz Klotsche
2025-11-05 18:09:14 +01:00
commit b6fc1d45e0
40 changed files with 827 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<ul>
</ul>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on My New Hugo Site</title>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

19
public/index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.151.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
this is the homepage
</body>
</html>

47
public/index.xml Normal file
View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My New Hugo Site</title>
<link>http://localhost:1313/</link>
<description>Recent content on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:28:48 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Lio_landing</title>
<link>http://localhost:1313/page/lio_landing/</link>
<pubDate>Wed, 05 Nov 2025 17:28:48 +0100</pubDate>
<guid>http://localhost:1313/page/lio_landing/</guid>
<description>&lt;p&gt;Landing page of my original Lion Macbook (dual boot with Snow Leopard).&lt;/p&gt;</description>
</item>
<item>
<title>Leo_landing</title>
<link>http://localhost:1313/page/leo_landing/</link>
<pubDate>Wed, 05 Nov 2025 17:26:45 +0100</pubDate>
<guid>http://localhost:1313/page/leo_landing/</guid>
<description>&lt;p&gt;Landing page of my original Snow Leopard Macbook (dual boot with Lion).&lt;/p&gt;</description>
</item>
<item>
<title>Port_logs</title>
<link>http://localhost:1313/post/port_logs/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/post/port_logs/</guid>
<description>&lt;p&gt;Summing up all the ports (macports.org) I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
<item>
<title>App_tree</title>
<link>http://localhost:1313/post/app_tree/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/post/app_tree/</guid>
<description>&lt;p&gt;Summing up all the applications I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
<item>
<title>Cat_landing</title>
<link>http://localhost:1313/page/cat_landing/</link>
<pubDate>Wed, 05 Nov 2025 16:56:27 +0100</pubDate>
<guid>http://localhost:1313/page/cat_landing/</guid>
<description>&lt;p&gt;Landing page of my first working OpenCore MacOS Catalina.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<h2>Cat_landing</h2>
<p>2025-11-05 16:56:27 &#43;0100 CET</p>
<div><p>Landing page of my first working OpenCore MacOS Catalina.</p>
</div>
</body>
</html>

38
public/page/index.html Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<ul>
<li>
<a href="/page/lio_landing/">
Lio_landing
</a>
</li>
<li>
<a href="/page/leo_landing/">
Leo_landing
</a>
</li>
<li>
<a href="/page/cat_landing/">
Cat_landing
</a>
</li>
</ul>
</body>
</html>

33
public/page/index.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pages on My New Hugo Site</title>
<link>http://localhost:1313/page/</link>
<description>Recent content in Pages on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:28:48 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/page/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Lio_landing</title>
<link>http://localhost:1313/page/lio_landing/</link>
<pubDate>Wed, 05 Nov 2025 17:28:48 +0100</pubDate>
<guid>http://localhost:1313/page/lio_landing/</guid>
<description>&lt;p&gt;Landing page of my original Lion Macbook (dual boot with Snow Leopard).&lt;/p&gt;</description>
</item>
<item>
<title>Leo_landing</title>
<link>http://localhost:1313/page/leo_landing/</link>
<pubDate>Wed, 05 Nov 2025 17:26:45 +0100</pubDate>
<guid>http://localhost:1313/page/leo_landing/</guid>
<description>&lt;p&gt;Landing page of my original Snow Leopard Macbook (dual boot with Lion).&lt;/p&gt;</description>
</item>
<item>
<title>Cat_landing</title>
<link>http://localhost:1313/page/cat_landing/</link>
<pubDate>Wed, 05 Nov 2025 16:56:27 +0100</pubDate>
<guid>http://localhost:1313/page/cat_landing/</guid>
<description>&lt;p&gt;Landing page of my first working OpenCore MacOS Catalina.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<h2>Leo_landing</h2>
<p>2025-11-05 17:26:45 &#43;0100 CET</p>
<div><p>Landing page of my original Snow Leopard Macbook (dual boot with Lion).</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<h2>Lio_landing</h2>
<p>2025-11-05 17:28:48 &#43;0100 CET</p>
<div><p>Landing page of my original Lion Macbook (dual boot with Snow Leopard).</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<h2>App_tree</h2>
<p>2025-11-05 17:22:45 &#43;0100 CET</p>
<div><p>Summing up all the applications I have installed (tested) and used more or less.</p>
</div>
</body>
</html>

32
public/post/index.html Normal file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<ul>
<li>
<a href="/post/port_logs/">
Port_logs
</a>
</li>
<li>
<a href="/post/app_tree/">
App_tree
</a>
</li>
</ul>
</body>
</html>

26
public/post/index.xml Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on My New Hugo Site</title>
<link>http://localhost:1313/post/</link>
<description>Recent content in Posts on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:25:22 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Port_logs</title>
<link>http://localhost:1313/post/port_logs/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/post/port_logs/</guid>
<description>&lt;p&gt;Summing up all the ports (macports.org) I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
<item>
<title>App_tree</title>
<link>http://localhost:1313/post/app_tree/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/post/app_tree/</guid>
<description>&lt;p&gt;Summing up all the applications I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<h2>Port_logs</h2>
<p>2025-11-05 17:25:22 &#43;0100 CET</p>
<div><p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p>
</div>
</body>
</html>

52
public/sitemap.xml Normal file
View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/page/lio_landing/</loc>
<lastmod>2025-11-05T17:28:48+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/</loc>
<lastmod>2025-11-05T17:28:48+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/page/</loc>
<lastmod>2025-11-05T17:28:48+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/page/leo_landing/</loc>
<lastmod>2025-11-05T17:26:45+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/dependencies/</loc>
<lastmod>2025-11-05T17:25:22+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/macports/</loc>
<lastmod>2025-11-05T17:25:22+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/post/port_logs/</loc>
<lastmod>2025-11-05T17:25:22+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/ports/</loc>
<lastmod>2025-11-05T17:25:22+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/post/</loc>
<lastmod>2025-11-05T17:25:22+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/</loc>
<lastmod>2025-11-05T17:25:22+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/post/app_tree/</loc>
<lastmod>2025-11-05T17:22:45+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/applications/</loc>
<lastmod>2025-11-05T17:22:45+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/launchpad/</loc>
<lastmod>2025-11-05T17:22:45+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/tags/self-contained/</loc>
<lastmod>2025-11-05T17:22:45+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/page/cat_landing/</loc>
<lastmod>2025-11-05T16:56:27+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/categories/</loc>
</url>
</urlset>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<ul>
<li>
<a href="/post/app_tree/">
App_tree
</a>
</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Applications on My New Hugo Site</title>
<link>http://localhost:1313/tags/applications/</link>
<description>Recent content in Applications on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:22:45 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/applications/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>App_tree</title>
<link>http://localhost:1313/post/app_tree/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/post/app_tree/</guid>
<description>&lt;p&gt;Summing up all the applications I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<ul>
<li>
<a href="/post/port_logs/">
Port_logs
</a>
</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Dependencies on My New Hugo Site</title>
<link>http://localhost:1313/tags/dependencies/</link>
<description>Recent content in Dependencies on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:25:22 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/dependencies/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Port_logs</title>
<link>http://localhost:1313/post/port_logs/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/post/port_logs/</guid>
<description>&lt;p&gt;Summing up all the ports (macports.org) I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>

56
public/tags/index.html Normal file
View File

@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
<ul>
<li>
<a href="/tags/ports/">
Ports
</a>
</li>
<li>
<a href="/tags/macports/">
Macports
</a>
</li>
<li>
<a href="/tags/dependencies/">
Dependencies
</a>
</li>
<li>
<a href="/tags/self-contained/">
Self-Contained
</a>
</li>
<li>
<a href="/tags/launchpad/">
Launchpad
</a>
</li>
<li>
<a href="/tags/applications/">
Applications
</a>
</li>
</ul>
</body>
</html>

54
public/tags/index.xml Normal file
View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on My New Hugo Site</title>
<link>http://localhost:1313/tags/</link>
<description>Recent content in Tags on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:25:22 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Dependencies</title>
<link>http://localhost:1313/tags/dependencies/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/tags/dependencies/</guid>
<description></description>
</item>
<item>
<title>Macports</title>
<link>http://localhost:1313/tags/macports/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/tags/macports/</guid>
<description></description>
</item>
<item>
<title>Ports</title>
<link>http://localhost:1313/tags/ports/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/tags/ports/</guid>
<description></description>
</item>
<item>
<title>Applications</title>
<link>http://localhost:1313/tags/applications/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/tags/applications/</guid>
<description></description>
</item>
<item>
<title>Launchpad</title>
<link>http://localhost:1313/tags/launchpad/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/tags/launchpad/</guid>
<description></description>
</item>
<item>
<title>Self-Contained</title>
<link>http://localhost:1313/tags/self-contained/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/tags/self-contained/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<ul>
<li>
<a href="/post/app_tree/">
App_tree
</a>
</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Launchpad on My New Hugo Site</title>
<link>http://localhost:1313/tags/launchpad/</link>
<description>Recent content in Launchpad on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:22:45 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/launchpad/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>App_tree</title>
<link>http://localhost:1313/post/app_tree/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/post/app_tree/</guid>
<description>&lt;p&gt;Summing up all the applications I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<ul>
<li>
<a href="/post/port_logs/">
Port_logs
</a>
</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Macports on My New Hugo Site</title>
<link>http://localhost:1313/tags/macports/</link>
<description>Recent content in Macports on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:25:22 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/macports/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Port_logs</title>
<link>http://localhost:1313/post/port_logs/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/post/port_logs/</guid>
<description>&lt;p&gt;Summing up all the ports (macports.org) I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<ul>
<li>
<a href="/post/port_logs/">
Port_logs
</a>
</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Ports on My New Hugo Site</title>
<link>http://localhost:1313/tags/ports/</link>
<description>Recent content in Ports on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:25:22 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/ports/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Port_logs</title>
<link>http://localhost:1313/post/port_logs/</link>
<pubDate>Wed, 05 Nov 2025 17:25:22 +0100</pubDate>
<guid>http://localhost:1313/post/port_logs/</guid>
<description>&lt;p&gt;Summing up all the ports (macports.org) I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<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">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<ul>
<li>
<a href="/post/app_tree/">
App_tree
</a>
</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Self-Contained on My New Hugo Site</title>
<link>http://localhost:1313/tags/self-contained/</link>
<description>Recent content in Self-Contained on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 05 Nov 2025 17:22:45 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/self-contained/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>App_tree</title>
<link>http://localhost:1313/post/app_tree/</link>
<pubDate>Wed, 05 Nov 2025 17:22:45 +0100</pubDate>
<guid>http://localhost:1313/post/app_tree/</guid>
<description>&lt;p&gt;Summing up all the applications I have installed (tested) and used more or less.&lt;/p&gt;</description>
</item>
</channel>
</rss>