Skip to content

Commit f3791da

Browse files
committed
.
1 parent e306ef6 commit f3791da

File tree

10 files changed

+30
-8
lines changed

10 files changed

+30
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.vscode/*
12
# hugo stuff
23
**/public/
34
**/resources/_gen/

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title = "RAandy.gg"
1+
title = "randy.gg"
22
baseURL = 'https://randy.gg'
33
languageCode = 'en-us'
44
theme = 'lugo'
@@ -8,7 +8,7 @@ theme = 'lugo'
88
#favicon = "/favicon.ico"
99
showrss = true
1010

11-
youtube_link = "https://www.youtube.com/c/RandallThomas"
11+
youtube_link = "https://www.youtube.com/@randyprime"
1212
kofi_link = "https://ko-fi.com/bigrando420"
1313
twitch_link = "https://twitch.tv/randy"
1414

content/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ struct addrinfo {
2626
};
2727
```
2828

29+
Alright, this is a table.
30+
look at the table
31+
or else
32+
| Header 1 | Header 2 | Header 3 |
33+
|----------|----------|----------|
34+
| Cell 1 | Cell 2 | Cell 3 |
35+
| Cell 4 | Cell 5 | Cell 6 |
36+
37+
2938
![cat](https://media1.tenor.com/m/t4j2MWEZgSEAAAAd/kitten.gif)
3039

3140
![big monke](https://media1.tenor.com/m/1f-B95eNYkkAAAAC/gorilla.gif)

content/redirects/r_blog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
url: blog
3+
layout: "redirect"
4+
redirect_url: "https://randy.gg"
5+
---
File renamed without changes.

content/redirects/r_font.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
url: font
3+
layout: "redirect"
4+
redirect_url: "https://randyprime.itch.io/randygg-monospace-font"
5+
---

content/redirects/kofi.md renamed to content/redirects/r_kofi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ url: kofi
33
aliases:
44
- fund
55
- donate
6+
- ko-fi
67

78
title: kofi
89
layout: "redirect"
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
url: playlists
3-
4-
title: Playlists
53
layout: "redirect"
6-
74
redirect_url: "https://open.spotify.com/user/c5i6oure30sx891a24pnr19xn/playlists"
8-
---
9-
5+
---

content/work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Work
3+
---
4+
5+
# yeet

layouts/_default/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ define "main" }}
22
<section id="main">
3-
<h1 id="title">{{ .Title }}</h1>
3+
<p>redirecting... PLEASE WAIT A SECOND THIS DEFINITELY ISN'T A SUPER SCUFFED SOLUTION</p>
44
</section>
55

66
{{ .Content }}

0 commit comments

Comments
 (0)