From b6fc1d45e0a2fa6ce4d64ba018dc89d38a27aef4 Mon Sep 17 00:00:00 2001 From: Franz Klotsche Date: Wed, 5 Nov 2025 18:09:14 +0100 Subject: [PATCH] BIT-101 Creating a Hugo Theme Part 2 done --- .hugo_build.lock | 0 archetypes/default.md | 5 ++ content/page/cat_landing.md | 7 +++ content/page/leo_landing.md | 7 +++ content/page/lio_landing.md | 7 +++ content/post/app_tree.md | 8 +++ content/post/port_logs.md | 8 +++ hugo.toml | 4 ++ public/categories/index.html | 20 ++++++++ public/categories/index.xml | 11 ++++ public/index.html | 19 +++++++ public/index.xml | 47 +++++++++++++++++ public/page/cat_landing/index.html | 21 ++++++++ public/page/index.html | 38 ++++++++++++++ public/page/index.xml | 33 ++++++++++++ public/page/leo_landing/index.html | 21 ++++++++ public/page/lio_landing/index.html | 21 ++++++++ public/post/app_tree/index.html | 21 ++++++++ public/post/index.html | 32 ++++++++++++ public/post/index.xml | 26 ++++++++++ public/post/port_logs/index.html | 21 ++++++++ public/sitemap.xml | 52 +++++++++++++++++++ public/tags/applications/index.html | 23 +++++++++ public/tags/applications/index.xml | 19 +++++++ public/tags/dependencies/index.html | 23 +++++++++ public/tags/dependencies/index.xml | 19 +++++++ public/tags/index.html | 56 +++++++++++++++++++++ public/tags/index.xml | 54 ++++++++++++++++++++ public/tags/launchpad/index.html | 23 +++++++++ public/tags/launchpad/index.xml | 19 +++++++ public/tags/macports/index.html | 23 +++++++++ public/tags/macports/index.xml | 19 +++++++ public/tags/ports/index.html | 23 +++++++++ public/tags/ports/index.xml | 19 +++++++ public/tags/self-contained/index.html | 23 +++++++++ public/tags/self-contained/index.xml | 19 +++++++ themes/mytheme/layouts/_default/baseof.html | 17 +++++++ themes/mytheme/layouts/_default/list.html | 11 ++++ themes/mytheme/layouts/_default/single.html | 5 ++ themes/mytheme/layouts/index.html | 3 ++ 40 files changed, 827 insertions(+) create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 content/page/cat_landing.md create mode 100644 content/page/leo_landing.md create mode 100644 content/page/lio_landing.md create mode 100644 content/post/app_tree.md create mode 100644 content/post/port_logs.md create mode 100644 hugo.toml create mode 100644 public/categories/index.html create mode 100644 public/categories/index.xml create mode 100644 public/index.html create mode 100644 public/index.xml create mode 100644 public/page/cat_landing/index.html create mode 100644 public/page/index.html create mode 100644 public/page/index.xml create mode 100644 public/page/leo_landing/index.html create mode 100644 public/page/lio_landing/index.html create mode 100644 public/post/app_tree/index.html create mode 100644 public/post/index.html create mode 100644 public/post/index.xml create mode 100644 public/post/port_logs/index.html create mode 100644 public/sitemap.xml create mode 100644 public/tags/applications/index.html create mode 100644 public/tags/applications/index.xml create mode 100644 public/tags/dependencies/index.html create mode 100644 public/tags/dependencies/index.xml create mode 100644 public/tags/index.html create mode 100644 public/tags/index.xml create mode 100644 public/tags/launchpad/index.html create mode 100644 public/tags/launchpad/index.xml create mode 100644 public/tags/macports/index.html create mode 100644 public/tags/macports/index.xml create mode 100644 public/tags/ports/index.html create mode 100644 public/tags/ports/index.xml create mode 100644 public/tags/self-contained/index.html create mode 100644 public/tags/self-contained/index.xml create mode 100644 themes/mytheme/layouts/_default/baseof.html create mode 100644 themes/mytheme/layouts/_default/list.html create mode 100644 themes/mytheme/layouts/_default/single.html create mode 100644 themes/mytheme/layouts/index.html diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/content/page/cat_landing.md b/content/page/cat_landing.md new file mode 100644 index 0000000..0884823 --- /dev/null +++ b/content/page/cat_landing.md @@ -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. \ No newline at end of file diff --git a/content/page/leo_landing.md b/content/page/leo_landing.md new file mode 100644 index 0000000..f090555 --- /dev/null +++ b/content/page/leo_landing.md @@ -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). \ No newline at end of file diff --git a/content/page/lio_landing.md b/content/page/lio_landing.md new file mode 100644 index 0000000..1b0f7ce --- /dev/null +++ b/content/page/lio_landing.md @@ -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). \ No newline at end of file diff --git a/content/post/app_tree.md b/content/post/app_tree.md new file mode 100644 index 0000000..2244065 --- /dev/null +++ b/content/post/app_tree.md @@ -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. \ No newline at end of file diff --git a/content/post/port_logs.md b/content/post/port_logs.md new file mode 100644 index 0000000..82f3015 --- /dev/null +++ b/content/post/port_logs.md @@ -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. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..96ae8cd --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme = 'mytheme' \ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..bccd03f --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,20 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + + + + + \ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..216aed4 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on My New Hugo Site + http://localhost:1313/categories/ + Recent content in Categories on My New Hugo Site + Hugo + en-us + + + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2694da6 --- /dev/null +++ b/public/index.html @@ -0,0 +1,19 @@ + + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + +this is the homepage + + + \ No newline at end of file diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..a59cadb --- /dev/null +++ b/public/index.xml @@ -0,0 +1,47 @@ + + + + My New Hugo Site + http://localhost:1313/ + Recent content on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:28:48 +0100 + + + Lio_landing + http://localhost:1313/page/lio_landing/ + Wed, 05 Nov 2025 17:28:48 +0100 + http://localhost:1313/page/lio_landing/ + <p>Landing page of my original Lion Macbook (dual boot with Snow Leopard).</p> + + + Leo_landing + http://localhost:1313/page/leo_landing/ + Wed, 05 Nov 2025 17:26:45 +0100 + http://localhost:1313/page/leo_landing/ + <p>Landing page of my original Snow Leopard Macbook (dual boot with Lion).</p> + + + Port_logs + http://localhost:1313/post/port_logs/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/post/port_logs/ + <p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p> + + + App_tree + http://localhost:1313/post/app_tree/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/post/app_tree/ + <p>Summing up all the applications I have installed (tested) and used more or less.</p> + + + Cat_landing + http://localhost:1313/page/cat_landing/ + Wed, 05 Nov 2025 16:56:27 +0100 + http://localhost:1313/page/cat_landing/ + <p>Landing page of my first working OpenCore MacOS Catalina.</p> + + + diff --git a/public/page/cat_landing/index.html b/public/page/cat_landing/index.html new file mode 100644 index 0000000..f4caf3a --- /dev/null +++ b/public/page/cat_landing/index.html @@ -0,0 +1,21 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + +

Cat_landing

+

2025-11-05 16:56:27 +0100 CET

+

Landing page of my first working OpenCore MacOS Catalina.

+
+ + + \ No newline at end of file diff --git a/public/page/index.html b/public/page/index.html new file mode 100644 index 0000000..3d12e12 --- /dev/null +++ b/public/page/index.html @@ -0,0 +1,38 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + + + + + \ No newline at end of file diff --git a/public/page/index.xml b/public/page/index.xml new file mode 100644 index 0000000..5564031 --- /dev/null +++ b/public/page/index.xml @@ -0,0 +1,33 @@ + + + + Pages on My New Hugo Site + http://localhost:1313/page/ + Recent content in Pages on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:28:48 +0100 + + + Lio_landing + http://localhost:1313/page/lio_landing/ + Wed, 05 Nov 2025 17:28:48 +0100 + http://localhost:1313/page/lio_landing/ + <p>Landing page of my original Lion Macbook (dual boot with Snow Leopard).</p> + + + Leo_landing + http://localhost:1313/page/leo_landing/ + Wed, 05 Nov 2025 17:26:45 +0100 + http://localhost:1313/page/leo_landing/ + <p>Landing page of my original Snow Leopard Macbook (dual boot with Lion).</p> + + + Cat_landing + http://localhost:1313/page/cat_landing/ + Wed, 05 Nov 2025 16:56:27 +0100 + http://localhost:1313/page/cat_landing/ + <p>Landing page of my first working OpenCore MacOS Catalina.</p> + + + diff --git a/public/page/leo_landing/index.html b/public/page/leo_landing/index.html new file mode 100644 index 0000000..77f7e00 --- /dev/null +++ b/public/page/leo_landing/index.html @@ -0,0 +1,21 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + +

Leo_landing

+

2025-11-05 17:26:45 +0100 CET

+

Landing page of my original Snow Leopard Macbook (dual boot with Lion).

+
+ + + \ No newline at end of file diff --git a/public/page/lio_landing/index.html b/public/page/lio_landing/index.html new file mode 100644 index 0000000..4fee2a5 --- /dev/null +++ b/public/page/lio_landing/index.html @@ -0,0 +1,21 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + +

Lio_landing

+

2025-11-05 17:28:48 +0100 CET

+

Landing page of my original Lion Macbook (dual boot with Snow Leopard).

+
+ + + \ No newline at end of file diff --git a/public/post/app_tree/index.html b/public/post/app_tree/index.html new file mode 100644 index 0000000..eec8fec --- /dev/null +++ b/public/post/app_tree/index.html @@ -0,0 +1,21 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + +

App_tree

+

2025-11-05 17:22:45 +0100 CET

+

Summing up all the applications I have installed (tested) and used more or less.

+
+ + + \ No newline at end of file diff --git a/public/post/index.html b/public/post/index.html new file mode 100644 index 0000000..1d1760a --- /dev/null +++ b/public/post/index.html @@ -0,0 +1,32 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + + + + + \ No newline at end of file diff --git a/public/post/index.xml b/public/post/index.xml new file mode 100644 index 0000000..2142fb1 --- /dev/null +++ b/public/post/index.xml @@ -0,0 +1,26 @@ + + + + Posts on My New Hugo Site + http://localhost:1313/post/ + Recent content in Posts on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:25:22 +0100 + + + Port_logs + http://localhost:1313/post/port_logs/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/post/port_logs/ + <p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p> + + + App_tree + http://localhost:1313/post/app_tree/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/post/app_tree/ + <p>Summing up all the applications I have installed (tested) and used more or less.</p> + + + diff --git a/public/post/port_logs/index.html b/public/post/port_logs/index.html new file mode 100644 index 0000000..e5b0859 --- /dev/null +++ b/public/post/port_logs/index.html @@ -0,0 +1,21 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + +

Port_logs

+

2025-11-05 17:25:22 +0100 CET

+

Summing up all the ports (macports.org) I have installed (tested) and used more or less.

+
+ + + \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..4d81b3e --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,52 @@ + + + + http://localhost:1313/page/lio_landing/ + 2025-11-05T17:28:48+01:00 + + http://localhost:1313/ + 2025-11-05T17:28:48+01:00 + + http://localhost:1313/page/ + 2025-11-05T17:28:48+01:00 + + http://localhost:1313/page/leo_landing/ + 2025-11-05T17:26:45+01:00 + + http://localhost:1313/tags/dependencies/ + 2025-11-05T17:25:22+01:00 + + http://localhost:1313/tags/macports/ + 2025-11-05T17:25:22+01:00 + + http://localhost:1313/post/port_logs/ + 2025-11-05T17:25:22+01:00 + + http://localhost:1313/tags/ports/ + 2025-11-05T17:25:22+01:00 + + http://localhost:1313/post/ + 2025-11-05T17:25:22+01:00 + + http://localhost:1313/tags/ + 2025-11-05T17:25:22+01:00 + + http://localhost:1313/post/app_tree/ + 2025-11-05T17:22:45+01:00 + + http://localhost:1313/tags/applications/ + 2025-11-05T17:22:45+01:00 + + http://localhost:1313/tags/launchpad/ + 2025-11-05T17:22:45+01:00 + + http://localhost:1313/tags/self-contained/ + 2025-11-05T17:22:45+01:00 + + http://localhost:1313/page/cat_landing/ + 2025-11-05T16:56:27+01:00 + + http://localhost:1313/categories/ + + diff --git a/public/tags/applications/index.html b/public/tags/applications/index.html new file mode 100644 index 0000000..47f0fe5 --- /dev/null +++ b/public/tags/applications/index.html @@ -0,0 +1,23 @@ + + + + + + + Sum something up + + + + + + + \ No newline at end of file diff --git a/public/tags/applications/index.xml b/public/tags/applications/index.xml new file mode 100644 index 0000000..59fc387 --- /dev/null +++ b/public/tags/applications/index.xml @@ -0,0 +1,19 @@ + + + + Applications on My New Hugo Site + http://localhost:1313/tags/applications/ + Recent content in Applications on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:22:45 +0100 + + + App_tree + http://localhost:1313/post/app_tree/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/post/app_tree/ + <p>Summing up all the applications I have installed (tested) and used more or less.</p> + + + diff --git a/public/tags/dependencies/index.html b/public/tags/dependencies/index.html new file mode 100644 index 0000000..1e5870c --- /dev/null +++ b/public/tags/dependencies/index.html @@ -0,0 +1,23 @@ + + + + + + + Sum something up + + + + + + + \ No newline at end of file diff --git a/public/tags/dependencies/index.xml b/public/tags/dependencies/index.xml new file mode 100644 index 0000000..4a7f587 --- /dev/null +++ b/public/tags/dependencies/index.xml @@ -0,0 +1,19 @@ + + + + Dependencies on My New Hugo Site + http://localhost:1313/tags/dependencies/ + Recent content in Dependencies on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:25:22 +0100 + + + Port_logs + http://localhost:1313/post/port_logs/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/post/port_logs/ + <p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p> + + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..ac796bf --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,56 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + + + + + \ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..a3a3ed9 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,54 @@ + + + + Tags on My New Hugo Site + http://localhost:1313/tags/ + Recent content in Tags on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:25:22 +0100 + + + Dependencies + http://localhost:1313/tags/dependencies/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/tags/dependencies/ + + + + Macports + http://localhost:1313/tags/macports/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/tags/macports/ + + + + Ports + http://localhost:1313/tags/ports/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/tags/ports/ + + + + Applications + http://localhost:1313/tags/applications/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/tags/applications/ + + + + Launchpad + http://localhost:1313/tags/launchpad/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/tags/launchpad/ + + + + Self-Contained + http://localhost:1313/tags/self-contained/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/tags/self-contained/ + + + + diff --git a/public/tags/launchpad/index.html b/public/tags/launchpad/index.html new file mode 100644 index 0000000..47f0fe5 --- /dev/null +++ b/public/tags/launchpad/index.html @@ -0,0 +1,23 @@ + + + + + + + Sum something up + + + + + + + \ No newline at end of file diff --git a/public/tags/launchpad/index.xml b/public/tags/launchpad/index.xml new file mode 100644 index 0000000..9bf2007 --- /dev/null +++ b/public/tags/launchpad/index.xml @@ -0,0 +1,19 @@ + + + + Launchpad on My New Hugo Site + http://localhost:1313/tags/launchpad/ + Recent content in Launchpad on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:22:45 +0100 + + + App_tree + http://localhost:1313/post/app_tree/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/post/app_tree/ + <p>Summing up all the applications I have installed (tested) and used more or less.</p> + + + diff --git a/public/tags/macports/index.html b/public/tags/macports/index.html new file mode 100644 index 0000000..1e5870c --- /dev/null +++ b/public/tags/macports/index.html @@ -0,0 +1,23 @@ + + + + + + + Sum something up + + + + + + + \ No newline at end of file diff --git a/public/tags/macports/index.xml b/public/tags/macports/index.xml new file mode 100644 index 0000000..88dfcdb --- /dev/null +++ b/public/tags/macports/index.xml @@ -0,0 +1,19 @@ + + + + Macports on My New Hugo Site + http://localhost:1313/tags/macports/ + Recent content in Macports on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:25:22 +0100 + + + Port_logs + http://localhost:1313/post/port_logs/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/post/port_logs/ + <p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p> + + + diff --git a/public/tags/ports/index.html b/public/tags/ports/index.html new file mode 100644 index 0000000..1e5870c --- /dev/null +++ b/public/tags/ports/index.html @@ -0,0 +1,23 @@ + + + + + + + Sum something up + + + + + + + \ No newline at end of file diff --git a/public/tags/ports/index.xml b/public/tags/ports/index.xml new file mode 100644 index 0000000..f8b21ac --- /dev/null +++ b/public/tags/ports/index.xml @@ -0,0 +1,19 @@ + + + + Ports on My New Hugo Site + http://localhost:1313/tags/ports/ + Recent content in Ports on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:25:22 +0100 + + + Port_logs + http://localhost:1313/post/port_logs/ + Wed, 05 Nov 2025 17:25:22 +0100 + http://localhost:1313/post/port_logs/ + <p>Summing up all the ports (macports.org) I have installed (tested) and used more or less.</p> + + + diff --git a/public/tags/self-contained/index.html b/public/tags/self-contained/index.html new file mode 100644 index 0000000..47f0fe5 --- /dev/null +++ b/public/tags/self-contained/index.html @@ -0,0 +1,23 @@ + + + + + + + Sum something up + + + + + + + \ No newline at end of file diff --git a/public/tags/self-contained/index.xml b/public/tags/self-contained/index.xml new file mode 100644 index 0000000..7eb042e --- /dev/null +++ b/public/tags/self-contained/index.xml @@ -0,0 +1,19 @@ + + + + Self-Contained on My New Hugo Site + http://localhost:1313/tags/self-contained/ + Recent content in Self-Contained on My New Hugo Site + Hugo + en-us + Wed, 05 Nov 2025 17:22:45 +0100 + + + App_tree + http://localhost:1313/post/app_tree/ + Wed, 05 Nov 2025 17:22:45 +0100 + http://localhost:1313/post/app_tree/ + <p>Summing up all the applications I have installed (tested) and used more or less.</p> + + + diff --git a/themes/mytheme/layouts/_default/baseof.html b/themes/mytheme/layouts/_default/baseof.html new file mode 100644 index 0000000..aadff27 --- /dev/null +++ b/themes/mytheme/layouts/_default/baseof.html @@ -0,0 +1,17 @@ + + + + + + + Sum something up + + + Home + LL-CAT + Ports and Apps + {{ block "main" . }} + {{ end }} + + \ No newline at end of file diff --git a/themes/mytheme/layouts/_default/list.html b/themes/mytheme/layouts/_default/list.html new file mode 100644 index 0000000..596c6b5 --- /dev/null +++ b/themes/mytheme/layouts/_default/list.html @@ -0,0 +1,11 @@ +{{ define "main" }} + +{{ end }} \ No newline at end of file diff --git a/themes/mytheme/layouts/_default/single.html b/themes/mytheme/layouts/_default/single.html new file mode 100644 index 0000000..c679975 --- /dev/null +++ b/themes/mytheme/layouts/_default/single.html @@ -0,0 +1,5 @@ +{{ define "main" }} +

{{ .Title }}

+

{{ .PublishDate }}

+
{{ .Content }}
+{{ end }} \ No newline at end of file diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html new file mode 100644 index 0000000..16e5474 --- /dev/null +++ b/themes/mytheme/layouts/index.html @@ -0,0 +1,3 @@ +{{ define "main" }} +this is the homepage +{{ end }} \ No newline at end of file