Skip to content

Commit fce31cf

Browse files
committed
Initial commit
0 parents  commit fce31cf

File tree

161 files changed

+8231
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+8231
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.hugo_build.lock

Whitespace-only changes.

README.md

+2

archetypes/default.md

+5

assets/css/custom.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:root {
2+
--primary-hue: 9.8deg;
3+
--primary-saturation: 90%;
4+
}

content/_index.md

+12
49.8 KB
Binary file not shown.

content/images/7tv_origin_added.webp

16.6 KB
Binary file not shown.
12.5 KB
Binary file not shown.

content/images/GOG/gog1.webp

1.19 MB
Binary file not shown.

content/images/GOG/gog2.webp

1.07 MB
Binary file not shown.

content/images/GOG/gog3.webp

952 KB
Binary file not shown.

content/images/GOG/gog4.webp

1.06 MB
Binary file not shown.
Binary file not shown.

content/images/Steam/Steam1.webp

50.4 KB
Binary file not shown.

content/images/Steam/Steam2.webp

19.9 KB
Binary file not shown.

content/images/Steam/Steam3.webp

37.7 KB
Binary file not shown.

content/images/WUOTE.webp

7.31 KB
Binary file not shown.

content/images/WandBuilds/1_wrap.webp

8.47 KB
Binary file not shown.

content/images/WandBuilds/2_wrap.webp

17 KB
Binary file not shown.

content/images/WandBuilds/3_mist.webp

12.5 KB
Binary file not shown.
9.03 KB
Binary file not shown.
9.91 KB
Binary file not shown.

content/images/WandBuilds/6_rock.webp

8.15 KB
Binary file not shown.
16 KB
Binary file not shown.

content/images/acid_flow_logo.webp

7.9 KB
Binary file not shown.

content/images/chat_example.webp

26.1 KB
Binary file not shown.

content/images/chatcard.webp

25 KB
Binary file not shown.
40.3 KB
Binary file not shown.

content/images/mapDemo.gif

1.89 MB

content/images/mapcard.webp

1.33 KB
Binary file not shown.

content/images/newcard.webp

38.2 KB
Binary file not shown.

content/images/plasma.webp

468 KB
Binary file not shown.
13.3 KB
Binary file not shown.

content/images/twitchcard.webp

59.3 KB
Binary file not shown.

content/new.md

+215

content/twitch/7tv.md

+55

content/twitch/_index.md

+11

content/twitch/streamerwandsmanual.md

+65

data/icons.yaml

+5
Large diffs are not rendered by default.

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/WUOTE/runfast
2+
3+
go 1.22.1
4+
5+
require github.com/imfing/hextra v0.7.3 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/imfing/hextra v0.7.3 h1:dVGA1NTcWe+FaUMdrawEypPfrrmulq5NoK0we3nC330=
2+
github.com/imfing/hextra v0.7.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

0 commit comments

Comments
 (0)