From 45948cb35b3cc1f2b7d36c74290ad7f4262215ad Mon Sep 17 00:00:00 2001 From: Phil Watson Date: Mon, 25 May 2026 10:50:01 +1000 Subject: [PATCH 1/2] New project layout and other goodies --- .vscode/tasks.json | 3 ++- config.yaml | 5 ++++- content/_index.md | 4 ---- content/projects/_index.md | 1 + content/projects/atari-modernisation-project/_index.md | 3 +-- content/projects/atari-modernisation-project/list/_index.md | 6 ++++++ .../projects/atari-modernisation-project/related/_index.md | 6 ++++++ content/projects/deep-cell/list/_index.md | 6 ++++++ content/projects/deep-cell/related/_index.md | 6 ++++++ content/projects/hugo-theme-mako/_index.md | 4 ++-- content/projects/hugo-theme-mako/list/_index.md | 6 ++++++ content/projects/hugo-theme-mako/related/_index.md | 6 ++++++ content/projects/retro-gaming/list/_index.md | 6 ++++++ content/projects/retro-gaming/related/_index.md | 6 ++++++ themes/mako | 2 +- 15 files changed, 59 insertions(+), 11 deletions(-) delete mode 100644 content/_index.md create mode 100644 content/projects/atari-modernisation-project/list/_index.md create mode 100644 content/projects/atari-modernisation-project/related/_index.md create mode 100644 content/projects/deep-cell/list/_index.md create mode 100644 content/projects/deep-cell/related/_index.md create mode 100644 content/projects/hugo-theme-mako/list/_index.md create mode 100644 content/projects/hugo-theme-mako/related/_index.md create mode 100644 content/projects/retro-gaming/list/_index.md create mode 100644 content/projects/retro-gaming/related/_index.md diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f36dc89..f3c044b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,7 +9,8 @@ "command": "hugo", "args": [ "server", - "-D" + "-D", + "--cleanDestinationDir" ], "problemMatcher": [] }, diff --git a/config.yaml b/config.yaml index 11c873c..b3cf8cd 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,4 @@ baseURL: "https://rakhama.com/" -languageCode: "en-us" title: "Garcia's Guide to the Galaxy" theme: "mako" @@ -18,10 +17,14 @@ params: - name: "PixelFed" icon: "camera" url: "https://pixelfed.social/shishkebabsmin" + - name: "GitHub" + icon: "github" + url: "https://github.com/Eraph" dateFormat: "Monday, 02/Jan/2006 15:04 MST" navigationTaxonomies: - "series" - "categories" + - "tags" location: "Brisbane, Australia" twitter_cards: true osFiles: true diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index c463f34..0000000 --- a/content/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Home" -layout: "feature_front" ---- \ No newline at end of file diff --git a/content/projects/_index.md b/content/projects/_index.md index fb93c3b..ce8dfad 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -3,5 +3,6 @@ title: Projects icon: nut desktopIcon: True frontPageFeature: True +layout: list --- Just some things I like to muck about with and wanted to share. My problem is I have more ambition than time/energy/commitment! \ No newline at end of file diff --git a/content/projects/atari-modernisation-project/_index.md b/content/projects/atari-modernisation-project/_index.md index 6339975..e35c4b6 100644 --- a/content/projects/atari-modernisation-project/_index.md +++ b/content/projects/atari-modernisation-project/_index.md @@ -6,8 +6,7 @@ draft: false categories: - Retro Computing tags: - - atari st - - retro computing + - atari-st series: - Atari images: diff --git a/content/projects/atari-modernisation-project/list/_index.md b/content/projects/atari-modernisation-project/list/_index.md new file mode 100644 index 0000000..83b2ea4 --- /dev/null +++ b/content/projects/atari-modernisation-project/list/_index.md @@ -0,0 +1,6 @@ +--- +title: Project Articles +type: articles +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/atari-modernisation-project/related/_index.md b/content/projects/atari-modernisation-project/related/_index.md new file mode 100644 index 0000000..6eea98c --- /dev/null +++ b/content/projects/atari-modernisation-project/related/_index.md @@ -0,0 +1,6 @@ +--- +title: Related Posts +type: related +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/deep-cell/list/_index.md b/content/projects/deep-cell/list/_index.md new file mode 100644 index 0000000..83b2ea4 --- /dev/null +++ b/content/projects/deep-cell/list/_index.md @@ -0,0 +1,6 @@ +--- +title: Project Articles +type: articles +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/deep-cell/related/_index.md b/content/projects/deep-cell/related/_index.md new file mode 100644 index 0000000..6eea98c --- /dev/null +++ b/content/projects/deep-cell/related/_index.md @@ -0,0 +1,6 @@ +--- +title: Related Posts +type: related +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/hugo-theme-mako/_index.md b/content/projects/hugo-theme-mako/_index.md index 8642315..5468a63 100644 --- a/content/projects/hugo-theme-mako/_index.md +++ b/content/projects/hugo-theme-mako/_index.md @@ -5,10 +5,10 @@ date: 2022-09-11T17:31:08+10:00 draft: false images: - "mako.jpg" +tags: + - hugo --- A Cool Theme! More info coming soon. For now you can check out the [Github page](https://github.com/Eraph/hugo-theme-mako). - -![Mako Theme with a Mako theme](mako.jpg) \ No newline at end of file diff --git a/content/projects/hugo-theme-mako/list/_index.md b/content/projects/hugo-theme-mako/list/_index.md new file mode 100644 index 0000000..83b2ea4 --- /dev/null +++ b/content/projects/hugo-theme-mako/list/_index.md @@ -0,0 +1,6 @@ +--- +title: Project Articles +type: articles +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/hugo-theme-mako/related/_index.md b/content/projects/hugo-theme-mako/related/_index.md new file mode 100644 index 0000000..6eea98c --- /dev/null +++ b/content/projects/hugo-theme-mako/related/_index.md @@ -0,0 +1,6 @@ +--- +title: Related Posts +type: related +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/retro-gaming/list/_index.md b/content/projects/retro-gaming/list/_index.md new file mode 100644 index 0000000..83b2ea4 --- /dev/null +++ b/content/projects/retro-gaming/list/_index.md @@ -0,0 +1,6 @@ +--- +title: Project Articles +type: articles +build: + list: never +--- \ No newline at end of file diff --git a/content/projects/retro-gaming/related/_index.md b/content/projects/retro-gaming/related/_index.md new file mode 100644 index 0000000..6eea98c --- /dev/null +++ b/content/projects/retro-gaming/related/_index.md @@ -0,0 +1,6 @@ +--- +title: Related Posts +type: related +build: + list: never +--- \ No newline at end of file diff --git a/themes/mako b/themes/mako index 948d96b..0e16b15 160000 --- a/themes/mako +++ b/themes/mako @@ -1 +1 @@ -Subproject commit 948d96b9dff4711eeb42a29c0657e7e11609b415 +Subproject commit 0e16b15765df289878e571f78e2bf2bd3104ad5a From 591db5e10aa27a1e70fdf37dc953c88bea1a84b7 Mon Sep 17 00:00:00 2001 From: Phil Watson Date: Mon, 25 May 2026 11:07:24 +1000 Subject: [PATCH 2/2] Theme update --- themes/mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mako b/themes/mako index 0e16b15..c46abd8 160000 --- a/themes/mako +++ b/themes/mako @@ -1 +1 @@ -Subproject commit 0e16b15765df289878e571f78e2bf2bd3104ad5a +Subproject commit c46abd8d1794e016928879d5cb0569ff190a506b