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..c46abd8 160000 --- a/themes/mako +++ b/themes/mako @@ -1 +1 @@ -Subproject commit 948d96b9dff4711eeb42a29c0657e7e11609b415 +Subproject commit c46abd8d1794e016928879d5cb0569ff190a506b