diff --git a/blog-log/blog.template.html b/blog-log/blog.template.html index 7f08a94..0d40c28 100755 --- a/blog-log/blog.template.html +++ b/blog-log/blog.template.html @@ -14,14 +14,15 @@ Home -
-

- Post Title -

-

- Post Content -

+
+

+ Post Title +

+

+ Post Content +

+
\ No newline at end of file diff --git a/blog-log/index.html b/blog-log/index.html index c116493..516deee 100644 --- a/blog-log/index.html +++ b/blog-log/index.html @@ -38,6 +38,16 @@ Learning How To Walk in Our Own Shoes

+ +

+ Shipping but for Friends +

+
+ +

+ Where In Cyberspace Is This Blog? +

+
diff --git a/blog-log/posts/netstacc.html b/blog-log/posts/netstacc.html new file mode 100755 index 0000000..817bb19 --- /dev/null +++ b/blog-log/posts/netstacc.html @@ -0,0 +1,85 @@ + + + + + + + + +
+

+ Where In Cyberspace Is This Blog? +

+

+ Cyberspace is a big and scary place. +
+ So where is this blog, really? +
+ There is a place in physical space +
+ Known to some as Philly. +
+ That is where this blog lives. +
+ Everybody asks where is blog, but few ask how is blog. +
+ So - let's answer the question that nobody had. +

+

+ How is blog? +

+

+ Blog is doing well, thanks for asking :3 +
+ Sometimes I have to remind the blog that it should remain up and reward it for doing so. +
+ But if you're seeing this now than it's being a good blog. +

+

+ Oh, you meant, how is the blog hosted? +

+

+ Fucken nerd. +
+ Okay, here goes. +
+ This blog is hosted by lighttpd, reverse proxied by Caddy to the public, and uses + ACME as a verification protocol to get it's certificates. +
+ All of this lives in one proxmox box, which is a dell optiplex that was sold as university surplus. +
+ There are no other external services on this box for now, everything else is internal for now. +
+ Plans are in place to setup a wireguard endpoint to log into my network. +
+ Due to the limitations of the Netgear router I currently own, and the lack of OpenWRT firmware for it, + IPv6 hosting is not possible, as there is no way to edit the firewall to allow it. +
+ In the future, I am looking to introduce a dedicated opnsense or Palo Alto firewall to mitigate this. +
+ I might just get a Palo. +
+ The UI is nice, I can get the certs for work stuff, and the blue box is fucking iconic. +
+ I can deal with licensing not being enabled and honestly I don't need a ton of throughput. +
+ All of the HTML/CSS for this blog is edited in VSCodium by hand. There is no server-side templating. +
+ An HTML template exists below. +

+ + Template + +
+ + + \ No newline at end of file diff --git a/blog-log/posts/network-of-love.html b/blog-log/posts/network-of-love.html new file mode 100755 index 0000000..fdb0b09 --- /dev/null +++ b/blog-log/posts/network-of-love.html @@ -0,0 +1,31 @@ + + + + + + + + +
+

+ A Network of Love. +

+

+ For Aria. +

+

+ Post Content +

+
+ + + \ No newline at end of file diff --git a/blog-log/posts/platonic-shipping.html b/blog-log/posts/platonic-shipping.html new file mode 100755 index 0000000..b1b9398 --- /dev/null +++ b/blog-log/posts/platonic-shipping.html @@ -0,0 +1,60 @@ + + + + + + + + +
+

+ Shipping but for Friends +

+

+ For Ryan and Ethan +

+

+ At least here in the west, the idea of 'shipping' is simple. +
+ Generally, 'shipping' is a set of two people you know (or don't) that you think might do well as a couple, + or as part of a polycule, or that would be very cute together. +
+ I notice it's really common, and to be honest, I'm super fucking guilty of it too. +
+ I mean, goddamn. +
+ Sometimes the temptation to introduce your friends to each other and watch them realise they both + are really into 90s grunge, both would lecture you on how practical effects are + so much better than CGI , + and that both secretly adore sending memes from the early 2010s into the group chat. +
+ It can be very tempting, especially for someone who does tend more extroverted (me), +
+ It's really awkward to do outside of romantic settings though. +
+ We've normalised wingmanning in romantic settings, and as such shipping two people you know and + having them meet with you being a 'third wheel' or not present at all + is not unheard of and is quite common. +
+ Doing this in platonic settings is not as common, at least in my experiences. +
+ What if we changed this? +
+ What if we all allowed each other to not only be friends to our friends, but allowed each other + to guide our friends towards new friends that they might enjoy spending time with. +
+ I think that would be pretty cool. +

+
+ + + \ No newline at end of file diff --git a/blog-log/posts/friend-pairing.html b/blog-log/posts/ur-paying-for-that-free-hoagie.html old mode 100644 new mode 100755 similarity index 64% rename from blog-log/posts/friend-pairing.html rename to blog-log/posts/ur-paying-for-that-free-hoagie.html index e557d10..0d40c28 --- a/blog-log/posts/friend-pairing.html +++ b/blog-log/posts/ur-paying-for-that-free-hoagie.html @@ -14,14 +14,15 @@ Home -
-

- Post Title -

-
- Post Content +
+

+ Post Title +

+

+ Post Content +

- + \ No newline at end of file diff --git a/blog-log/style.css b/blog-log/style.css index 0130369..3df8d6e 100755 --- a/blog-log/style.css +++ b/blog-log/style.css @@ -12,6 +12,18 @@ a { text-decoration: none; } +.bllog-container > a { + text-decoration: none; + color: white; + font-weight: bolder; +} + +.dedication { + font-size: 1.25rem; + font-family: "Bagnard"; + font-style: italic; +} + .blog-title { font-family: "Bagnard"; font-size: 1.7em; @@ -54,9 +66,17 @@ h1 { font-family: "Bagnard"; } +.quote { + font-size: 2rem; + color: white; + font-style: italic; + margin: 0; + margin-top: 0.7rem; +} + .bllog-body { color: white; - font-size: 1.5em; + font-size: 1.5rem; } .bllog-container {