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

View File

@ -3,7 +3,7 @@ layout: page
title: "Using a python script to create devRant posts based on the style and content of another user" title: "Using a python script to create devRant posts based on the style and content of another user"
description: "if/else ++" description: "if/else ++"
date: 2018-06-27 date: 2018-06-27
tags: projects tags: project
aliases: [/blog/2018/06/27/becomeranter] aliases: [/blog/2018/06/27/becomeranter]
--- ---

View File

@ -2,7 +2,7 @@
layout: page layout: page
title: "GitHub's CSS is boring. So I refreshed the design" title: "GitHub's CSS is boring. So I refreshed the design"
date: 2019-06-12 date: 2019-06-12
tags: projects tags: project
aliases: [/blog/2019/06/12/styiling-github] aliases: [/blog/2019/06/12/styiling-github]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "BashSmash" title: "BashSmash"
description: "A tool for driving people crazy" description: "A tool for driving people crazy"
date: 2019-06-26 date: 2019-06-26
tags: projects tags: project
alises: [https://retrylife.ca/blog/2019/06/26/bashsmash] alises: [https://retrylife.ca/blog/2019/06/26/bashsmash]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "I had some fun with a router" title: "I had some fun with a router"
description: "cleartext passwords + external management = death wish" description: "cleartext passwords + external management = death wish"
date: 2019-06-27 date: 2019-06-27
tags: projects tags: project
aliases: [/blog/2019/06/27/pwnlink] aliases: [/blog/2019/06/27/pwnlink]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "devDNS" title: "devDNS"
description: "The DNS over devRant service" description: "The DNS over devRant service"
date: 2019-07-01 date: 2019-07-01
tags: projects tags: project
aliases: [/blog/2019/07/01/devdns] aliases: [/blog/2019/07/01/devdns]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "Taking a look back at GMAD" title: "Taking a look back at GMAD"
description: "Fun, Simple, and Quick" description: "Fun, Simple, and Quick"
date: 2019-07-13 date: 2019-07-13
tags: projects tags: project
alises: [https://retrylife.ca/blog/2019/07/13/lookback-gmad] alises: [https://retrylife.ca/blog/2019/07/13/lookback-gmad]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "Mind map generation with Python" title: "Mind map generation with Python"
description: "Step 1" description: "Step 1"
date: 2019-07-15 date: 2019-07-15
tags: projects frc tags: project frc
alises: [https://retrylife.ca/blog/2019/07/15/mindmap] alises: [https://retrylife.ca/blog/2019/07/15/mindmap]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "Keyed data encoding with Python" title: "Keyed data encoding with Python"
description: "XOR is pretty cool" description: "XOR is pretty cool"
date: 2019-08-24 date: 2019-08-24
tags: projects tags: project
aliases: [/blog/2019/08/24/shift2] aliases: [/blog/2019/08/24/shift2]
--- ---

View File

@ -3,7 +3,7 @@ layout: page
title: "Doing Python OOP the wrong way" title: "Doing Python OOP the wrong way"
description: "In the name of science!" description: "In the name of science!"
date: 2019-09-07 date: 2019-09-07
tags: projects random tags: project random
aliases: [/blog/2019/09/07/wrong-python] aliases: [/blog/2019/09/07/wrong-python]
--- ---

View File

@ -4,7 +4,7 @@ title: "2020 Wrap-Up"
description: "I wrote a lot of code this year. This post looks back on it all" description: "I wrote a lot of code this year. This post looks back on it all"
date: 2020-12-31 date: 2020-12-31
written: 2020-12-09 written: 2020-12-09
tags: writeup review projects tags: writeup review project
extra: extra:
excerpt: >- excerpt: >-
2020 has been my most productive year so far in terms of software development. This post looks back at the year 2020 has been my most productive year so far in terms of software development. This post looks back at the year

View File

@ -4,7 +4,7 @@ title: "Tunneling a printer from a home network to a VPN"
description: "Using socat to port-forward between network interfaces" description: "Using socat to port-forward between network interfaces"
date: 2021-01-16 date: 2021-01-16
written: 2020-12-19 written: 2020-12-19
tags: projects tutorial snippet tags: project tutorial snippet
extra: extra:
excerpt: >- 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. 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.

View File

@ -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" description: "A free and secure way to host personal Java libraries and applications"
date: 2021-02-25 date: 2021-02-25
written: 2021-02-22 written: 2021-02-22
tags: writeup maven projects tags: writeup maven project
extra: extra:
excerpt: >- excerpt: >-
In my never-ending hunt for a suitable solution for hosting Java libraries, I take a stop to try out Keybase Filesystem (KBFS) In my never-ending hunt for a suitable solution for hosting Java libraries, I take a stop to try out Keybase Filesystem (KBFS)