Fix #2: Make a lot of posts drafts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2022-07-21 15:29:16 -05:00
parent 910f0960c9
commit 694704d0fc
Signed by: a
GPG Key ID: BC96B00AEC5F2D76
24 changed files with 26 additions and 0 deletions

View File

@ -2,5 +2,8 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
description: ""
type: "post"
tags: []
---

View File

@ -1,6 +1,7 @@
---
title: "Does Windows Really Suck?"
date: 2021-05-28
draft: true
type: "post"
tags: ["Linux", "Windows"]
---

View File

@ -1,6 +1,7 @@
---
title: "Fun Stuff From My Old Website"
date: 2022-01-13T21:38:53-06:00
draft: true
description: "Some fun stuff I discovered while digging around in my old website's source code"
type: "post"
tags: ["rant", "humor", "fun", "life"]

View File

@ -1,6 +1,7 @@
---
title: "Fun with QEMU/KVM! - The Sequel"
date: 2021-01-07
draft: true
type: "post"
tags: ["Linux", "Virtualization"]
---

View File

@ -1,6 +1,7 @@
---
title: "Fun with QEMU/KVM!"
date: 2020-11-18
draft: true
type: "post"
tags: ["Linux", "macOS", "Virtualization"]
---

View File

@ -1,6 +1,7 @@
---
title: "gpSP-Nspire: Gameboy Advance Emulator"
date: 2018-09-18T10:14:00
draft: true
type: "post"
---

View File

@ -1,6 +1,7 @@
---
title: "Hello, world!"
date: 2021-10-13T22:14:00-05:00
draft: true
description: "Hello, world! Welcome to my new website!"
type: "post"
tags: ["Test"]

View File

@ -1,6 +1,7 @@
---
title: "How to Hibernate"
date: 2021-01-04
draft: true
type: "post"
tags: ["Linux"]
---

View File

@ -1,6 +1,7 @@
---
title: "The Impossibly Deep Bug"
date: 2022-06-12T12:08:22-05:00
draft: true
description: "Chasing down a bug that only keeps on getting deeper"
type: "post"
tags: ["bug", "kde", "wayland", "micro", "software"]

View File

@ -1,6 +1,7 @@
---
title: "An Interview with GitHub Copilot"
date: 2021-07-17
draft: true
type: "post"
tags: ["Machine learning", "Linux", "Windows"]
---

View File

@ -1,6 +1,7 @@
---
title: "The Linux Office?"
date: 2020-12-25
draft: true
type: "post"
tags: ["Linux", "Windows"]
---

View File

@ -1,6 +1,7 @@
---
title: "Matrix: Less Degenerate than Discord?"
date: 2021-04-22
draft: true
type: "post"
tags: ["Linux"]
---

View File

@ -1,6 +1,7 @@
---
title: "Meme Music"
date: 2022-06-08T20:51:40-05:00
draft: true
description: "Two really bad songs I wrote, enjoy!"
type: "post"
tags: ["meme", "humor", "music"]

View File

@ -1,6 +1,7 @@
---
title: "Ndless: Jailbreak Your TI-Nspire"
date: 2018-09-16T17:14:00
draft: true
type: "post"
---

View File

@ -1,6 +1,7 @@
---
title: "Plasma 5.22 is a Disappointment"
date: 2021-06-08
draft: true
type: "post"
tags: ["Linux", "KDE", "Rant"]
---

View File

@ -1,6 +1,7 @@
---
title: "Putting the Wacom Tablet to Good Use!"
date: 2021-05-26
draft: true
type: "post"
tags: ["Linux", "Art"]
---

View File

@ -1,6 +1,7 @@
---
title: "Random Tidbits"
date: 2020-10-28
draft: true
type: "post"
tags: ["Random", "Linux"]
---

View File

@ -1,6 +1,7 @@
---
title: "Why Self-hosting is not the Solution"
date: 2021-04-08
draft: true
type: "post"
tags: ["Linux", "Society"]
---

View File

@ -1,6 +1,7 @@
---
title: "Self-hosting Sucks"
date: 2021-05-05
draft: true
type: "post"
tags: ["Linux", "Rant"]
---

View File

@ -1,6 +1,7 @@
---
title: "Switching to Linux"
date: 2020-08-11
draft: true
description: "Thoughts of a lifelong Windows user switching to Linux (draft)"
type: "post"
---

View File

@ -1,6 +1,7 @@
---
title: "TI-Nspire ASCII Art!"
date: 2018-11-09T09:14:00
draft: true
type: "post"
---

View File

@ -1,6 +1,7 @@
---
title: "Why are TI-Nspire Calculators So Expensive?"
date: 2019-04-12T08:27:00
draft: true
type: "post"
---

View File

@ -1,6 +1,7 @@
---
title: "How Windows Update Saved My Computer from... Windows Update"
date: 2021-01-06
draft: true
type: "post"
tags: ["Windows", "WSL"]
---

View File

@ -1,6 +1,7 @@
---
title: "WSL 2 GNOME Desktop"
date: 2020-07-30
draft: true
description: "Set up a GNOME desktop environment on WSL 2"
type: "post"
tags: ["Windows", "WSL", "Linux"]