Skip to content

Commit d757902

Browse files
committed
lots of progress!!!
1 parent 7e5af47 commit d757902

File tree

9 files changed

+59
-16
lines changed

9 files changed

+59
-16
lines changed

assets/RR-runic_white_820x820.png

38.8 KB
Loading

content/arcade blog/arcade GDD.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = 'Arcade GDD'
3+
date = 2024-04-25T17:04:30+01:00
4+
draft = false
5+
+++
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = 'Origin of Arcade'
3+
date = 2023-05-01
4+
draft = false
5+
+++
6+
7+
How Arcade came to be
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title = 'LANSpace'
3-
date = 2024-04-25T15:16:07+01:00
3+
date = 2021-08-28
44
draft = false
55
+++
6+

content/projects/Sentinel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = 'Sentinel'
3+
date = 2024-04-25
4+
draft = false
5+
+++

content/projects/Swamp Fell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = 'Swamp Fell'
3+
date = 2024-04-25T17:06:38+01:00
4+
draft = false
5+
+++
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = 'Wrong Turn at the Arcane Convention'
3+
date = 2024-04-25
4+
draft = false
5+
+++
6+
7+
{{< youtube vA8ORlfA9V0 >}}

content/resume.pdf

2.19 MB
Binary file not shown.

hugo.toml

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ theme = "hugo-blog-awesome"
5151
[Languages.en-gb]
5252
languageName = "English"
5353
languageCode = "en-gb"
54-
contentDir = "content/en"
54+
contentDir = "content/"
5555
weight = 1
5656

5757
[Languages.en-gb.menu]
@@ -70,18 +70,23 @@ theme = "hugo-blog-awesome"
7070
[[Languages.en-gb.menu.main]]
7171
pageRef="resume"
7272
name = 'Resume'
73-
url = '/resume/'
73+
url = '/resume.pdf'
7474
weight = 30
75+
[[Languages.en-gb.menu.main]]
76+
pageRef="arcade-blog"
77+
name = 'Arcade'
78+
url = '/arcade-blog/'
79+
weight = 40
7580

7681
[Languages.en-gb.params]
77-
sitename = "Awesome hugo blog"
82+
sitename = "Rian Rutherford"
7883
defaultColor = "dark" # set color mode: dark, light, auto
7984
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
8085
# the default value is set to 'auto'.
8186
# You can take a look at layouts/index.html for more information.
82-
description = "Minimal Hugo blog theme with light and dark mode support"
83-
mainSections = ['projects']
84-
toc = true # set to false to disable table of contents 'globally'
87+
description = "Portfolio website of Rian Rutherford."
88+
mainSections = ['projects', 'arcade-blog']
89+
toc = false # set to false to disable table of contents 'globally'
8590
tocOpen = false # set to true to open table of contents by default
8691
goToTop = true # set to false to disable 'go to top' button
8792
additionalScripts = ['js/custom.js', 'js/custom-2.js']
@@ -97,11 +102,11 @@ theme = "hugo-blog-awesome"
97102
# By default (or if nothing is specified), summary is used.
98103

99104
[Languages.en-gb.params.author]
100-
avatar = "avatar.jpg" # put the file in assets folder; also ensure that image has same height and width
105+
avatar = "RR-runic_white_820x820.png" # put the file in assets folder; also ensure that image has same height and width
101106
# Note: image is not rendered if the resource(avatar image) is not found. No error is displayed.
102-
intro = "Awesome hugo blog"
103-
name = "Sidharth R"
104-
description = "A fast, minimalistic Hugo theme with light and dark mode support, for running a personal site or blog."
107+
intro = "Rian Rutherford"
108+
name = "Rian Rutherford"
109+
description = "Unreal Engine C++ and Bevy (Rust) programmer."
105110

106111
# Allow to override webmanifest options
107112
[Languages.en-gb.params.webmanifest]
@@ -121,13 +126,21 @@ theme = "hugo-blog-awesome"
121126

122127
[[params.socialIcons]]
123128
name = "github"
124-
url = "https://github.com/hugo-sid"
129+
url = "https://github.com/codercommand"
130+
131+
[[params.socialIcons]]
132+
name = "x"
133+
url = "https://twitter.com/codercommand"
125134

126135
[[params.socialIcons]]
127-
name = "twitter"
128-
url = "https://twitter.com"
136+
name = "itchio"
137+
url = "https://codercommand.itch.io/"
129138

130139
[[params.socialIcons]]
131-
name = "Rss"
132-
url = "/index.xml"
140+
name = "linkedin"
141+
url = "https://www.linkedin.com/in/rian-rutherford/"
133142

143+
144+
[[params.socialIcons]]
145+
name = "youtube"
146+
url = "https://www.youtube.com/@codercommand"

0 commit comments

Comments
 (0)