BIT-101 Creating a Hugo Theme Part 2 done
This commit is contained in:
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
7
content/page/cat_landing.md
Normal file
7
content/page/cat_landing.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-11-05T16:56:27+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Cat_landing'
|
||||||
|
+++
|
||||||
|
|
||||||
|
Landing page of my first working OpenCore MacOS Catalina.
|
||||||
7
content/page/leo_landing.md
Normal file
7
content/page/leo_landing.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-11-05T17:26:45+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Leo_landing'
|
||||||
|
+++
|
||||||
|
|
||||||
|
Landing page of my original Snow Leopard Macbook (dual boot with Lion).
|
||||||
7
content/page/lio_landing.md
Normal file
7
content/page/lio_landing.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-11-05T17:28:48+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Lio_landing'
|
||||||
|
+++
|
||||||
|
|
||||||
|
Landing page of my original Lion Macbook (dual boot with Snow Leopard).
|
||||||
8
content/post/app_tree.md
Normal file
8
content/post/app_tree.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-11-05T17:22:45+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'App_tree'
|
||||||
|
tags = ["Launchpad", "Applications", "self-contained"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
Summing up all the applications I have installed (tested) and used more or less.
|
||||||
8
content/post/port_logs.md
Normal file
8
content/post/port_logs.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-11-05T17:25:22+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Port_logs'
|
||||||
|
tags = ["ports", "macports", "dependencies"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
Summing up all the ports (macports.org) I have installed (tested) and used more or less.
|
||||||
4
hugo.toml
Normal file
4
hugo.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'My New Hugo Site'
|
||||||
|
theme = 'mytheme'
|
||||||
20
public/categories/index.html
Normal file
20
public/categories/index.html
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
11
public/categories/index.xml
Normal file
11
public/categories/index.xml
Normal 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
19
public/index.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="Hugo 0.151.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&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
47
public/index.xml
Normal 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><p>Landing page of my original Lion Macbook (dual boot with Snow Leopard).</p></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><p>Landing page of my original Snow Leopard Macbook (dual boot with Lion).</p></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><p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p></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><p>Summing up all the applications I have installed (tested) and used more or less.</p></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><p>Landing page of my first working OpenCore MacOS Catalina.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
21
public/page/cat_landing/index.html
Normal file
21
public/page/cat_landing/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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 +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
38
public/page/index.html
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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
33
public/page/index.xml
Normal 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><p>Landing page of my original Lion Macbook (dual boot with Snow Leopard).</p></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><p>Landing page of my original Snow Leopard Macbook (dual boot with Lion).</p></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><p>Landing page of my first working OpenCore MacOS Catalina.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
21
public/page/leo_landing/index.html
Normal file
21
public/page/leo_landing/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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 +0100 CET</p>
|
||||||
|
<div><p>Landing page of my original Snow Leopard Macbook (dual boot with Lion).</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
21
public/page/lio_landing/index.html
Normal file
21
public/page/lio_landing/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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 +0100 CET</p>
|
||||||
|
<div><p>Landing page of my original Lion Macbook (dual boot with Snow Leopard).</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
21
public/post/app_tree/index.html
Normal file
21
public/post/app_tree/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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 +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
32
public/post/index.html
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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
26
public/post/index.xml
Normal 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><p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p></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><p>Summing up all the applications I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
21
public/post/port_logs/index.html
Normal file
21
public/post/port_logs/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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 +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
52
public/sitemap.xml
Normal 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>
|
||||||
23
public/tags/applications/index.html
Normal file
23
public/tags/applications/index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
19
public/tags/applications/index.xml
Normal file
19
public/tags/applications/index.xml
Normal 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><p>Summing up all the applications I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
23
public/tags/dependencies/index.html
Normal file
23
public/tags/dependencies/index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
19
public/tags/dependencies/index.xml
Normal file
19
public/tags/dependencies/index.xml
Normal 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><p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
56
public/tags/index.html
Normal file
56
public/tags/index.html
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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
54
public/tags/index.xml
Normal 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>
|
||||||
23
public/tags/launchpad/index.html
Normal file
23
public/tags/launchpad/index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
19
public/tags/launchpad/index.xml
Normal file
19
public/tags/launchpad/index.xml
Normal 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><p>Summing up all the applications I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
23
public/tags/macports/index.html
Normal file
23
public/tags/macports/index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
19
public/tags/macports/index.xml
Normal file
19
public/tags/macports/index.xml
Normal 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><p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
23
public/tags/ports/index.html
Normal file
23
public/tags/ports/index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
19
public/tags/ports/index.xml
Normal file
19
public/tags/ports/index.xml
Normal 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><p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
23
public/tags/self-contained/index.html
Normal file
23
public/tags/self-contained/index.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||||
19
public/tags/self-contained/index.xml
Normal file
19
public/tags/self-contained/index.xml
Normal 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><p>Summing up all the applications I have installed (tested) and used more or less.</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
17
themes/mytheme/layouts/_default/baseof.html
Normal file
17
themes/mytheme/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<!-- this is a generic base template = KISS -->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<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>
|
||||||
|
{{ block "main" . }}
|
||||||
|
{{ end }}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
11
themes/mytheme/layouts/_default/list.html
Normal file
11
themes/mytheme/layouts/_default/list.html
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
<ul>
|
||||||
|
{{ range .Pages.ByPublishDate.Reverse }}
|
||||||
|
<li>
|
||||||
|
<a href="{{ .RelPermalink }}">
|
||||||
|
{{ .Title }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
{{ end }}
|
||||||
5
themes/mytheme/layouts/_default/single.html
Normal file
5
themes/mytheme/layouts/_default/single.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
<h2>{{ .Title }}</h2>
|
||||||
|
<p>{{ .PublishDate }}</p>
|
||||||
|
<div>{{ .Content }}</div>
|
||||||
|
{{ end }}
|
||||||
3
themes/mytheme/layouts/index.html
Normal file
3
themes/mytheme/layouts/index.html
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
this is the homepage
|
||||||
|
{{ end }}
|
||||||
Reference in New Issue
Block a user