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>