diff --git a/content/posts/aim-trainer.md b/content/posts/aim-trainer.md deleted file mode 100644 index 9483d88..0000000 --- a/content/posts/aim-trainer.md +++ /dev/null @@ -1,9 +0,0 @@ -# Aim Training while Minimizing patterns - -I've finally come up with a good aim training regiment that I both enjoy doing and works to at least works to maintain the aiming skill-set I want. - -I personally use Kovaak's Aim Trainer with the following scenarios: - -* 6 Tile Jumbo Frenzy V2 -* - diff --git a/content/posts/api-rust.md b/content/posts/api-rust.md deleted file mode 100644 index ec7b769..0000000 --- a/content/posts/api-rust.md +++ /dev/null @@ -1 +0,0 @@ -# Building an API in Rust diff --git a/content/posts/atx.md b/content/posts/atx.md index 1cb83c4..b64c4d9 100644 --- a/content/posts/atx.md +++ b/content/posts/atx.md @@ -1,3 +1,9 @@ +--- +title: "Carry On PC - How I crammed a full ATX board into a mATX Case" +date: January 10, 2018 +draft: false +--- + # Carry On PC - How I crammed a full ATX board into a mATX Case I use my PC for... well pretty much everything. diff --git a/content/posts/bash-1.md b/content/posts/bash-1.md index 4d27293..2ee5fcd 100644 --- a/content/posts/bash-1.md +++ b/content/posts/bash-1.md @@ -1,3 +1,9 @@ +--- +title: "Bash is weird sometimes" +date: July 22, 2018 +draft: false +--- + # Bash is weird sometimes Bash is actually pretty nice but is... weird sometimes. \ diff --git a/content/posts/build.md b/content/posts/build.md index 35b9b0f..4f0a57b 100644 --- a/content/posts/build.md +++ b/content/posts/build.md @@ -1,3 +1,9 @@ +--- +title: "How this site came to be" +date: July 22, 2018 +draft: false +--- + # How this site came to be ## Tech diff --git a/content/posts/deploy.md b/content/posts/deploy.md index 7955ce8..401e543 100644 --- a/content/posts/deploy.md +++ b/content/posts/deploy.md @@ -1,3 +1,9 @@ +--- +title: "Delivering whole OS's in Gitlab's CI/CD" +date: "Unknown" +draft: true +--- + # Delivering whole OS's in Gitlab's CI/CD ## Way easier than you may think diff --git a/content/posts/docker-ftw.md b/content/posts/docker-ftw.md index 8d69473..4b01ad2 100644 --- a/content/posts/docker-ftw.md +++ b/content/posts/docker-ftw.md @@ -1,3 +1,9 @@ +--- +title: "Using Gitlab CI For VPS and Neocites Deployment" +date: "February 08, 2021" +draft: false +--- + # Using Gitlab CI For VPS and Neocites Deployment _I'll make this one short_: Deploying to a VPS is pretty easy when its already configured with Nginx to serve static content, but Neocities is a slight worse pain. Several scripts later I've figured out how to 100% automate pushing to both. diff --git a/content/posts/dwm.md b/content/posts/dwm.md index f0424b8..4490397 100644 --- a/content/posts/dwm.md +++ b/content/posts/dwm.md @@ -1,3 +1,9 @@ +--- +title: "DWM > i3" +date: August 18, 2019 +draft: false +--- + # A month in DWM - Moving forward with my setup For about a year and half I've been using [i3wm](https://i3wm.org/) as my daily driver under Debian and I've loved it thus far.