BIT-101 Creating a Hugo Theme Part 2 done
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user