diff --git a/.gitignore b/.gitignore index a7d0111..56d4dc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -./blog-blog +blog-blog/* diff --git a/Caddyfile b/Caddyfile new file mode 100755 index 0000000..2cddd91 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,11 @@ +blog.blahaj.no { + root * /web/blog + file_server +} + +blog-log.blahaj.no { + root * /web/log + file_server +} + + diff --git a/blog-log/blog.template.html b/blog-log/blog.template.html new file mode 100755 index 0000000..dd15dfc --- /dev/null +++ b/blog-log/blog.template.html @@ -0,0 +1,27 @@ + + + + + + + + +

+ Post Title +

+

+ Post Content +

+ + + \ No newline at end of file diff --git a/blog-log/fonts/Bagnard.otf b/blog-log/fonts/Bagnard.otf new file mode 100755 index 0000000..ddbb6a3 Binary files /dev/null and b/blog-log/fonts/Bagnard.otf differ diff --git a/blog-log/fonts/Oswald-Light.ttf b/blog-log/fonts/Oswald-Light.ttf new file mode 100755 index 0000000..18cac63 Binary files /dev/null and b/blog-log/fonts/Oswald-Light.ttf differ diff --git a/blog-log/index.html b/blog-log/index.html new file mode 100644 index 0000000..66e7317 --- /dev/null +++ b/blog-log/index.html @@ -0,0 +1,39 @@ + + + + + + + + + +

What is a Blog-Log?

+

+ A Blog-Log exists separately from a blog or a log. It's something new. +
+ Something Different. +
+ It's both a digital diary and an act of protest. +
+ It's both a content library and proof that we exist. +

+

The Blog-Log

+ +

+ Protesting is pretty great, actually. +

+
+ +

+ The Rich People Who Are Into Art Will Save You All +

+
+ + + + \ No newline at end of file diff --git a/blog-log/posts/a-walk-in-shoes.html b/blog-log/posts/a-walk-in-shoes.html new file mode 100755 index 0000000..280d7cd --- /dev/null +++ b/blog-log/posts/a-walk-in-shoes.html @@ -0,0 +1,37 @@ + + + + + + + + +

+ Learning how to Walk in Our Own Shoes +

+

+ Docs are uncomfy as hell, which made me think +
+ We talk a lot about how to 'walk in someone elses shoes' +
+ As a means of understanding how they're doing, and what they might be struggling with. +
+ Rarely, though, is there such focus on our struggles. +
+ There is much focus on my struggles, but not on the collective. +
+ Break for meeting w/anon +

+ + + \ No newline at end of file diff --git a/blog-log/posts/protest-pretty-great.html b/blog-log/posts/protest-pretty-great.html new file mode 100755 index 0000000..7a5ffb8 --- /dev/null +++ b/blog-log/posts/protest-pretty-great.html @@ -0,0 +1,72 @@ + + + + + + + + + + + +

+ Protesting is pretty great, actually. +

+

+ Oftentimes, I get caught up in my day-to-day. +
+ The bullshit of it all. +
+ The stupid fucking tasks my project managers give me. +
+ The endless spew of bullshit my customers tell me. +
+ The expectations society sets for me. +
+ It's likely that you relate in some way. +
+ But, you might ask "what can we do about it?". +
+ Which, well, is a fucking loaded question. +
+ So, let's talk about just that. +
+ Every protest I've been to has had some set of underlying goals. + Whether this be a set of demands, visibility for their issue, + or merely for others to take their cause seriously. + You might have some demands yourself. + Maybe you've faced some hardship you wish nobody else would + ever have to face. + Maybe you're part of a marginalised community, and you need + to fight to fucking exist. + Maybe you hate the hypergrowth forced upon us by late-stage capitalism. + Or perhaps you're an ally to those fighting for their rights + to exist. +
+ If you fit any of these categories, protesting may be for you. +
+ + Sometimes, during a protest, you may find yourself + sitting on university steps, listening to a shitty + guitarist, wondering what the actual fuck you're doing. +
+ Othertimes, you're having a really constructive conversation about + your goals as a community, and as a person. +
+ Both may exist simultaneously. +
+ That's the beauty of protest, in a way. +

+ + + \ No newline at end of file diff --git a/blog-log/posts/rich-ppl-bad-art.html b/blog-log/posts/rich-ppl-bad-art.html new file mode 100755 index 0000000..9593e36 --- /dev/null +++ b/blog-log/posts/rich-ppl-bad-art.html @@ -0,0 +1,74 @@ + + + + + + + + +

+ The Rich People Who Are Into Art Will Save You All +

+

+ This post is inspired by a woman who stopped by the steps. + She said she wanted to help us out, and gave us the advice + to "make a GoFundMe" and to "ask some rich people who are + really into art for money". +
+ This spawned some questions. +

+ +

+ The truth is, money is easy. You make it, or lose it. +
+ Community is harder. +
+ The capitalists don't need to foster their stacks. +
+ We need to foster community to survive under attack. +
+ The only equity that matters under capitalism is percentage growth. +
+ We promote equity first, then acheive degrowth. +
+ To depend on the wealthy to allow creation is to destroy unique + creation itself. To depend on only a subset to allow + creation is to gatekeep creation from those not chosen by that + group. +
+ Do you really want art gatekept by billionaires? +
+ Do you really want to revert to a system where you need + a sponsor to get exposure? +
+ Do you want program output to be more visible than + human input? +
+ No? +
+ Good. +
+ Save the fucking arts. +
+ Don't wait for the billionaires to do it. +

+ + + \ No newline at end of file diff --git a/blog-log/style.css b/blog-log/style.css new file mode 100755 index 0000000..723942e --- /dev/null +++ b/blog-log/style.css @@ -0,0 +1,69 @@ +@font-face { + font-family: "Bagnard"; + src: url('fonts/Bagnard.otf'); +} + +@font-face { + font-family: "Oswald-Light"; + src: url('fonts/Oswald-Light.ttf'); +} + +a { + text-decoration: none; +} + +.blog-title { + font-family: "Bagnard"; + font-size: 1.7em; + color:white; +} + +a:hover > h3 { + font-size: 2.01em; +} + +a:hover > p { + font-size: 1.71em; +} + +.navbar { + text-align: center; +} + +.navbar > h1 { + margin-bottom: 0px; +} +.navbar > h3 { + margin-bottom: 0px; +} + +h1 { + font-size: 6em; +} + +body { + background-color: #4d0027; + font-family: "Oswald-Light"; +} + +h1 { + color: white; + font-family: "Bagnard"; +} + +.bllog-body { + color: white; + font-size: 1.5em; +} + +h3 { + color: white; + font-family: "Bagnard"; + font-size: 2em; +} + +h2 { + color: white; + font-family: "Bagnard"; + font-size: 3em; +} diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100755 index 0000000..ba73e5a --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +version: "3" +services: + blog: + image: "caddy:latest" + volumes: + - ./Caddyfile:/etc/caddy/Caddyfile + - ./blog-blog:/web/blog + - ./blog-log:/web/log + ports: + - 443:443 + - 80:80