diff --git a/content/blog/2018-06-27-BecomeRanter.md b/content/blog/2018-06-27-BecomeRanter.md index 69c5e5d..1fbcd03 100644 --- a/content/blog/2018-06-27-BecomeRanter.md +++ b/content/blog/2018-06-27-BecomeRanter.md @@ -3,7 +3,7 @@ layout: page title: "Using a python script to create devRant posts based on the style and content of another user" description: "if/else ++" date: 2018-06-27 -tags: projects +tags: project aliases: [/blog/2018/06/27/becomeranter] --- diff --git a/content/blog/2019-06-12-Styiling-GitHub.md b/content/blog/2019-06-12-Styiling-GitHub.md index adc3a9a..b92207c 100644 --- a/content/blog/2019-06-12-Styiling-GitHub.md +++ b/content/blog/2019-06-12-Styiling-GitHub.md @@ -2,7 +2,7 @@ layout: page title: "GitHub's CSS is boring. So I refreshed the design" date: 2019-06-12 -tags: projects +tags: project aliases: [/blog/2019/06/12/styiling-github] --- diff --git a/content/blog/2019-06-26-BashSmash.md b/content/blog/2019-06-26-BashSmash.md index 7175074..7ce3b72 100644 --- a/content/blog/2019-06-26-BashSmash.md +++ b/content/blog/2019-06-26-BashSmash.md @@ -3,7 +3,7 @@ layout: page title: "BashSmash" description: "A tool for driving people crazy" date: 2019-06-26 -tags: projects +tags: project alises: [https://retrylife.ca/blog/2019/06/26/bashsmash] --- diff --git a/content/blog/2019-06-27-PWNlink.md b/content/blog/2019-06-27-PWNlink.md index c05daba..26c9180 100644 --- a/content/blog/2019-06-27-PWNlink.md +++ b/content/blog/2019-06-27-PWNlink.md @@ -3,7 +3,7 @@ layout: page title: "I had some fun with a router" description: "cleartext passwords + external management = death wish" date: 2019-06-27 -tags: projects +tags: project aliases: [/blog/2019/06/27/pwnlink] --- diff --git a/content/blog/2019-07-01-devDNS.md b/content/blog/2019-07-01-devDNS.md index 173aab8..7f5da97 100644 --- a/content/blog/2019-07-01-devDNS.md +++ b/content/blog/2019-07-01-devDNS.md @@ -3,7 +3,7 @@ layout: page title: "devDNS" description: "The DNS over devRant service" date: 2019-07-01 -tags: projects +tags: project aliases: [/blog/2019/07/01/devdns] --- diff --git a/content/blog/2019-07-13-Lookback-GMAD.md b/content/blog/2019-07-13-Lookback-GMAD.md index d65e1bc..edadce2 100644 --- a/content/blog/2019-07-13-Lookback-GMAD.md +++ b/content/blog/2019-07-13-Lookback-GMAD.md @@ -3,7 +3,7 @@ layout: page title: "Taking a look back at GMAD" description: "Fun, Simple, and Quick" date: 2019-07-13 -tags: projects +tags: project alises: [https://retrylife.ca/blog/2019/07/13/lookback-gmad] --- diff --git a/content/blog/2019-07-15-MindMap.md b/content/blog/2019-07-15-MindMap.md index 730720c..90dbf18 100644 --- a/content/blog/2019-07-15-MindMap.md +++ b/content/blog/2019-07-15-MindMap.md @@ -3,7 +3,7 @@ layout: page title: "Mind map generation with Python" description: "Step 1" date: 2019-07-15 -tags: projects frc +tags: project frc alises: [https://retrylife.ca/blog/2019/07/15/mindmap] --- diff --git a/content/blog/2019-08-24-Shift2.md b/content/blog/2019-08-24-Shift2.md index 595493b..938b16b 100644 --- a/content/blog/2019-08-24-Shift2.md +++ b/content/blog/2019-08-24-Shift2.md @@ -3,7 +3,7 @@ layout: page title: "Keyed data encoding with Python" description: "XOR is pretty cool" date: 2019-08-24 -tags: projects +tags: project aliases: [/blog/2019/08/24/shift2] --- diff --git a/content/blog/2019-09-04-wrong-python.md b/content/blog/2019-09-04-wrong-python.md index 0817dcd..af56cba 100644 --- a/content/blog/2019-09-04-wrong-python.md +++ b/content/blog/2019-09-04-wrong-python.md @@ -3,7 +3,7 @@ layout: page title: "Doing Python OOP the wrong way" description: "In the name of science!" date: 2019-09-07 -tags: projects random +tags: project random aliases: [/blog/2019/09/07/wrong-python] --- diff --git a/content/blog/2020-12-31-Year-wrapup.md b/content/blog/2020-12-31-Year-wrapup.md index 490ddb6..2e9dffd 100644 --- a/content/blog/2020-12-31-Year-wrapup.md +++ b/content/blog/2020-12-31-Year-wrapup.md @@ -4,7 +4,7 @@ title: "2020 Wrap-Up" description: "I wrote a lot of code this year. This post looks back on it all" date: 2020-12-31 written: 2020-12-09 -tags: writeup review projects +tags: writeup review project extra: excerpt: >- 2020 has been my most productive year so far in terms of software development. This post looks back at the year diff --git a/content/blog/2021-01-16-Printer-Tunneling.md b/content/blog/2021-01-16-Printer-Tunneling.md index 96de9ff..ed5b9dd 100644 --- a/content/blog/2021-01-16-Printer-Tunneling.md +++ b/content/blog/2021-01-16-Printer-Tunneling.md @@ -4,7 +4,7 @@ title: "Tunneling a printer from a home network to a VPN" description: "Using socat to port-forward between network interfaces" date: 2021-01-16 written: 2020-12-19 -tags: projects tutorial snippet +tags: project tutorial snippet extra: excerpt: >- I use a self-hosted VPN to access all my devices at all times, and to deal with my school's aggressive firewall. This post explains the process I use for exposing my home printer to the VPN. diff --git a/content/blog/2021-02-25-KBFS-Maven.md b/content/blog/2021-02-25-KBFS-Maven.md index aec0592..3579619 100644 --- a/content/blog/2021-02-25-KBFS-Maven.md +++ b/content/blog/2021-02-25-KBFS-Maven.md @@ -4,7 +4,7 @@ title: "Using KBFS as a makeshift maven server" description: "A free and secure way to host personal Java libraries and applications" date: 2021-02-25 written: 2021-02-22 -tags: writeup maven projects +tags: writeup maven project extra: excerpt: >- In my never-ending hunt for a suitable solution for hosting Java libraries, I take a stop to try out Keybase Filesystem (KBFS)