1

consolidate project tags

This commit is contained in:
Evan Pratten 2023-10-20 15:16:10 -04:00
parent 23d4956f11
commit 4f7c44f8ff
12 changed files with 12 additions and 12 deletions

@ -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]
---

@ -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]
---

@ -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]
---

@ -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]
---

@ -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]
---

@ -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]
---

@ -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]
---

@ -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]
---

@ -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]
---

@ -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

@ -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.

@ -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)