From a40c132fdec3ffdbeaf9f71090d6291ec4a95e9f Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 15 Nov 2023 04:13:32 +0000 Subject: [PATCH] Post/13 11 2023 --- .gitignore | 4 ++ main-site/.gitignore | 3 + main-site/assets/s3/readme.md | 8 +++ .../content/feed/visiting-new-vrclubs.md | 60 +++++++++++++++++++ .../temper/layouts/_default/single.html | 2 + 5 files changed, 77 insertions(+) create mode 100644 main-site/.gitignore create mode 100644 main-site/assets/s3/readme.md create mode 100644 main-site/content/feed/visiting-new-vrclubs.md diff --git a/.gitignore b/.gitignore index ba317ac..216dbb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ main-site/static/img/*/raw/ main-site/public/ main-site/.hugo_build.lock +main-site/assets/s3/*/*.png +main-site/assets/s3/*/*.jpg +main-site/assets/s3/*/*.mkv + *.swp infra/.terraform/ diff --git a/main-site/.gitignore b/main-site/.gitignore new file mode 100644 index 0000000..857d5d3 --- /dev/null +++ b/main-site/.gitignore @@ -0,0 +1,3 @@ +static/img/13-nov-2023/*.jpg +static/img/13-nov-2023/*.png +static/img/13-nov-2023/*.mp4 diff --git a/main-site/assets/s3/readme.md b/main-site/assets/s3/readme.md new file mode 100644 index 0000000..327645c --- /dev/null +++ b/main-site/assets/s3/readme.md @@ -0,0 +1,8 @@ +# What is this + +This folder is meant to keep files that I exclusively store in S3 and not track +them via Git LFS. The reason being is that I use the free version of Gitlab +so to avoid accidently getting charged or blocking myself from using features +I put some things in S3 directly. Often these files are still accessible from +the site through some link, and usually because they are just huge files like +this one https://temper.tv/img/shelter-oct-08-full.png diff --git a/main-site/content/feed/visiting-new-vrclubs.md b/main-site/content/feed/visiting-new-vrclubs.md new file mode 100644 index 0000000..57b1f98 --- /dev/null +++ b/main-site/content/feed/visiting-new-vrclubs.md @@ -0,0 +1,60 @@ +--- +title: 'Visiting New Vrclubs' +description: I wonder if I'm the only one who likes the chillout hangrout after party as much as the actual party +date: 2023-11-13T23:29:43-08:00 +thumbnail: /img/13-nov-2023/fractal-self-fren.jpg +article: true +--- + + + +# A couple of micro stories + +More importantly I wanted to think about the weird stuff that I get into in VRC +and what no longer seems to phase me. Stuff where it's second nature to just +"_join in_" and not just think "_what I am doing_" all the time. + +So let's take stock shall we :monocle_face: + + +We begin by cruising through some friends' instances and saying chilling for a +little while: + +{{< pic "/img/13-nov-2023/selfi.png" >}} + +Cruised through a few clubs before settling on 7th dimension for the night but +I wanted to highlight some other places that I never really visit(but should): + +Of course there's Fractal Friday's which are way cool: + +{{}} + +MansionVR also has some great people that love to dance. Taken from the end of a +set that was extended due to ending so early! Got an extra 45 minutes worth of +dancing in with some lovely people :smile: + +{{}} + +Mansion is funny because it's a simple world but with some creative shaders +feels pretty good to be in, especially if you have some emissions :wink: + +{{}} + +I've got to say though, the world that gets the most "bang for it's buck" in terms +of balancing simplicity and cool visuals has to be 7D :sparkle: + +{{}} + +Although Fractal is still up there for the cool factor, especially when you +bring a cute cowboy friend to come see the place for the first time + +{{< pic "/img/13-nov-2023/fractal-self-fren.jpg" >}} + +This has nothing to do with anything but I like watching 21 savage fight vr monkeys +so here you go, maybe Black Cat really isn't that bad after all :thinking: + +{{}} + +Anyway I haven't posted any sugary stuff so that'll be next :wave: + + diff --git a/main-site/themes/temper/layouts/_default/single.html b/main-site/themes/temper/layouts/_default/single.html index 670fac9..474e078 100644 --- a/main-site/themes/temper/layouts/_default/single.html +++ b/main-site/themes/temper/layouts/_default/single.html @@ -2,7 +2,9 @@ {{ partial "minimal-navbar.html" }}

{{ .Title }}

{{ if .Params.Description }} +
{{ .Params.Description }}
+
{{ end }} {{ if .Params.Thumbnail }}