Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"command": "hugo",
"args": [
"server",
"-D"
"-D",
"--cleanDestinationDir"
],
"problemMatcher": []
},
Expand Down
5 changes: 4 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
baseURL: "https://rakhama.com/"
languageCode: "en-us"
title: "Garcia's Guide to the Galaxy"
theme: "mako"

Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions content/_index.md

This file was deleted.

1 change: 1 addition & 0 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
3 changes: 1 addition & 2 deletions content/projects/atari-modernisation-project/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ draft: false
categories:
- Retro Computing
tags:
- atari st
- retro computing
- atari-st
series:
- Atari
images:
Expand Down
6 changes: 6 additions & 0 deletions content/projects/atari-modernisation-project/list/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Project Articles
type: articles
build:
list: never
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Related Posts
type: related
build:
list: never
---
6 changes: 6 additions & 0 deletions content/projects/deep-cell/list/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Project Articles
type: articles
build:
list: never
---
6 changes: 6 additions & 0 deletions content/projects/deep-cell/related/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Related Posts
type: related
build:
list: never
---
4 changes: 2 additions & 2 deletions content/projects/hugo-theme-mako/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!--more-->

![Mako Theme with a Mako theme](mako.jpg)
6 changes: 6 additions & 0 deletions content/projects/hugo-theme-mako/list/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Project Articles
type: articles
build:
list: never
---
6 changes: 6 additions & 0 deletions content/projects/hugo-theme-mako/related/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Related Posts
type: related
build:
list: never
---
6 changes: 6 additions & 0 deletions content/projects/retro-gaming/list/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Project Articles
type: articles
build:
list: never
---
6 changes: 6 additions & 0 deletions content/projects/retro-gaming/related/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Related Posts
type: related
build:
list: never
---
2 changes: 1 addition & 1 deletion themes/mako
Submodule mako updated 51 files
+11 −1 assets/scss/mako.scss
+12 −13 layouts/404.html
+0 −0 layouts/_markup/render-image.html
+0 −0 layouts/_partials/appleTouchIcon.html
+3 −1 layouts/_partials/article_footer.html
+0 −0 layouts/_partials/article_full.html
+0 −0 layouts/_partials/article_summary.html
+0 −0 layouts/_partials/big_icon.html
+0 −0 layouts/_partials/big_icon_contact.html
+0 −0 layouts/_partials/breadcrumb.html
+69 −0 layouts/_partials/compact_list.html
+0 −0 layouts/_partials/favicon.html
+0 −0 layouts/_partials/footer_tags.html
+33 −0 layouts/_partials/get_icon.html
+0 −0 layouts/_partials/get_tagline.html
+34 −0 layouts/_partials/get_type.html
+0 −0 layouts/_partials/image.html
+0 −0 layouts/_partials/msFavicon.html
+0 −0 layouts/_partials/navigation_sections.html
+0 −0 layouts/_partials/navigation_tags.html
+47 −0 layouts/_partials/paginator.html
+9 −11 layouts/_partials/shortcuts.html
+0 −0 layouts/_partials/sidebar.html
+10 −10 layouts/_partials/site_footer.html
+0 −0 layouts/_partials/site_header.html
+0 −0 layouts/_partials/site_menu.html
+9 −9 layouts/_partials/site_summary.html
+0 −0 layouts/_partials/summary_footer.html
+45 −0 layouts/_partials/window_header.html
+0 −0 layouts/_shortcodes/alert.html
+0 −0 layouts/_shortcodes/bandcamp.html
+0 −0 layouts/_shortcodes/deezer.html
+7 −0 layouts/articles/list.html
+2 −3 layouts/baseof.html
+0 −19 layouts/feature_front.html
+45 −0 layouts/home.html
+0 −10 layouts/index.html
+0 −0 layouts/list.html
+0 −54 layouts/partials/compact_list.html
+0 −54 layouts/partials/feature_list.html
+0 −27 layouts/partials/get_icon.html
+0 −19 layouts/partials/get_type.html
+0 −32 layouts/partials/paginator.html
+0 −9 layouts/partials/window_header.html
+17 −0 layouts/related/list.html
+0 −0 layouts/rss.xml
+52 −0 layouts/section.index.html
+0 −0 layouts/single.html
+1 −2 layouts/taxonomy.list.html
+0 −14 theme.toml
+19 −0 theme.yaml
Loading