Post/13 11 2023
This commit is contained in:
parent
2eb16f195d
commit
a40c132fde
4
.gitignore
vendored
4
.gitignore
vendored
@ -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/
|
||||
|
3
main-site/.gitignore
vendored
Normal file
3
main-site/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
static/img/13-nov-2023/*.jpg
|
||||
static/img/13-nov-2023/*.png
|
||||
static/img/13-nov-2023/*.mp4
|
8
main-site/assets/s3/readme.md
Normal file
8
main-site/assets/s3/readme.md
Normal file
@ -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
|
60
main-site/content/feed/visiting-new-vrclubs.md
Normal file
60
main-site/content/feed/visiting-new-vrclubs.md
Normal file
@ -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:
|
||||
|
||||
{{<clip "/img/13-nov-2023/fractal-friday-clip.mp4" >}}
|
||||
|
||||
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:
|
||||
|
||||
{{<pic "/img/13-nov-2023/mansion.jpg" >}}
|
||||
|
||||
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:
|
||||
|
||||
{{<pic "/img/13-nov-2023/emission.jpg" >}}
|
||||
|
||||
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:
|
||||
|
||||
{{<pic "/img/13-nov-2023/7d.jpg" >}}
|
||||
|
||||
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:
|
||||
|
||||
{{<clip "/img/13-nov-2023/21-fighting-fix.mp4" >}}
|
||||
|
||||
Anyway I haven't posted any sugary stuff so that'll be next :wave:
|
||||
|
||||
|
@ -2,7 +2,9 @@
|
||||
{{ partial "minimal-navbar.html" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if .Params.Description }}
|
||||
<div class="container">
|
||||
<h5>{{ .Params.Description }}</h5>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if .Params.Thumbnail }}
|
||||
<a href="{{ .Params.Thumbnail }}">
|
||||
|
Loading…
Reference in New Issue
Block a user