aboutsummaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-03 01:38:05 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-03 01:38:05 +0200
commitb097ad035a089076b6cf1f1e9c7f648439d9b073 (patch)
tree1d06a44f4d6ec551c67ed72a4b7136ae59602e8a /content/posts
parent71b7c639fa0b4ffe7425ec9bd6c3b0fef08b0028 (diff)
downloadmitjafelicijan.com-b097ad035a089076b6cf1f1e9c7f648439d9b073.tar.gz
Bunch of CSS improvements
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md (renamed from content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md)10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md
index 259d4fc..4031df0 100644
--- a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md
+++ b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md
@@ -1,6 +1,6 @@
1--- 1---
2title: "Bringing all of my projects together under a single umbrella" 2title: "Bringing all of my projects together under one umbrella"
3url: bringing-all-of-my-projects-together-under-a-single-umbrella.html 3url: bringing-all-of-my-projects-together-under-one-umbrella.html
4date: 2023-07-01T18:49:07+02:00 4date: 2023-07-01T18:49:07+02:00
5draft: false 5draft: false
6--- 6---
@@ -11,7 +11,7 @@ Over the years, I have accumulated a bunch of virtual servers on my
11[DigitalOcean](https://www.digitalocean.com/) account for small experimental 11[DigitalOcean](https://www.digitalocean.com/) account for small experimental
12projects I dabble in. And this has resulted in quite a bill. I mean, I wouldn't 12projects I dabble in. And this has resulted in quite a bill. I mean, I wouldn't
13care if these projects were actually being used. But there were just being there 13care if these projects were actually being used. But there were just being there
14unused and wasting resources. Which makes this an unnecessary burden on me. 14unused and wasting resources. Which makes this an unnecessary burden for me.
15 15
16Most of them are just small HTML pages that have an endpoint or two to read data 16Most of them are just small HTML pages that have an endpoint or two to read data
17from or to, and for that reason I wrote servers left and right. To be honest, 17from or to, and for that reason I wrote servers left and right. To be honest,
@@ -79,7 +79,7 @@ I decided to move all the projects and services into two main VMs:
79 79
80- personal server (still Nginx) 80- personal server (still Nginx)
81 - git server 81 - git server
82 - files static server 82 - static file server
83 - personal blog 83 - personal blog
84- projects server (Caddy server) 84- projects server (Caddy server)
85 - personal experiments 85 - personal experiments
@@ -123,7 +123,7 @@ I did a small batch of tests with [Bash](https://www.gnu.org/software/bash/),
123[Tcl](https://www.tcl-lang.org/), [Lua](https://www.lua.org/) and 123[Tcl](https://www.tcl-lang.org/), [Lua](https://www.lua.org/) and
124[Python](https://www.python.org/). Here is a cheat sheet if you need it. 124[Python](https://www.python.org/). Here is a cheat sheet if you need it.
125 125
126Let's get Bash out the way first. 126Let's get Bash out of the way first.
127 127
128```bash 128```bash
129#!/usr/bin/bash 129#!/usr/bin/bash