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,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>