aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-07-21 15:29:16 -0500
committerAnthony Wang2022-07-21 15:34:22 -0500
commit694704d0fce74ed1661aae4eef12d9e46851adb3 (patch)
treea88fd3dbe1f75cde1f0869406712d8a174afe3c6
parent910f0960c96dc35544319f884c7d5fdcca8cda89 (diff)
Fix #2: Make a lot of posts drafts
-rw-r--r--archetypes/default.md3
-rw-r--r--content/posts/does-windows-really-suck.md1
-rw-r--r--content/posts/fun-stuff-from-my-old-website.md1
-rw-r--r--content/posts/fun-with-qemu-kvm-2.md1
-rw-r--r--content/posts/fun-with-qemu-kvm.md1
-rw-r--r--content/posts/gpsp-nspire-gameboy-advance-emulator.md1
-rw-r--r--content/posts/hello-world.md1
-rw-r--r--content/posts/how-to-hibernate.md1
-rw-r--r--content/posts/impossibly-deep-bug.md1
-rw-r--r--content/posts/interview-github-copilot.md1
-rw-r--r--content/posts/linux-office.md1
-rw-r--r--content/posts/matrix-less-degenerate-than-discord.md1
-rw-r--r--content/posts/meme-music.md1
-rw-r--r--content/posts/ndless-jailbreak-your-ti-nspire.md1
-rw-r--r--content/posts/plasma-5.22-disappointment.md1
-rw-r--r--content/posts/putting-wacom-tablet-good-use.md1
-rw-r--r--content/posts/random-tidbits.md1
-rw-r--r--content/posts/self-hosting-is-not-the-solution.md1
-rw-r--r--content/posts/self-hosting-sucks.md1
-rw-r--r--content/posts/switching-to-linux.md1
-rw-r--r--content/posts/ti-nspire-ascii-art.md1
-rw-r--r--content/posts/why-are-tinspire-calculators-so-expensive.md1
-rw-r--r--content/posts/windows-update.md1
-rw-r--r--content/posts/wsl-2-gnome-desktop.md1
24 files changed, 26 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 00e77bd..ddd1be3 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -2,5 +2,8 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
+description: ""
+type: "post"
+tags: []
---
diff --git a/content/posts/does-windows-really-suck.md b/content/posts/does-windows-really-suck.md
index 7bd9f84..da73dbb 100644
--- a/content/posts/does-windows-really-suck.md
+++ b/content/posts/does-windows-really-suck.md
@@ -1,6 +1,7 @@
---
title: "Does Windows Really Suck?"
date: 2021-05-28
+draft: true
type: "post"
tags: ["Linux", "Windows"]
---
diff --git a/content/posts/fun-stuff-from-my-old-website.md b/content/posts/fun-stuff-from-my-old-website.md
index cf07902..4161fa0 100644
--- a/content/posts/fun-stuff-from-my-old-website.md
+++ b/content/posts/fun-stuff-from-my-old-website.md
@@ -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"]
diff --git a/content/posts/fun-with-qemu-kvm-2.md b/content/posts/fun-with-qemu-kvm-2.md
index 17a8d32..826a6fd 100644
--- a/content/posts/fun-with-qemu-kvm-2.md
+++ b/content/posts/fun-with-qemu-kvm-2.md
@@ -1,6 +1,7 @@
---
title: "Fun with QEMU/KVM! - The Sequel"
date: 2021-01-07
+draft: true
type: "post"
tags: ["Linux", "Virtualization"]
---
diff --git a/content/posts/fun-with-qemu-kvm.md b/content/posts/fun-with-qemu-kvm.md
index 91b13f4..d4d7128 100644
--- a/content/posts/fun-with-qemu-kvm.md
+++ b/content/posts/fun-with-qemu-kvm.md
@@ -1,6 +1,7 @@
---
title: "Fun with QEMU/KVM!"
date: 2020-11-18
+draft: true
type: "post"
tags: ["Linux", "macOS", "Virtualization"]
---
diff --git a/content/posts/gpsp-nspire-gameboy-advance-emulator.md b/content/posts/gpsp-nspire-gameboy-advance-emulator.md
index a0d5232..5e0f05c 100644
--- a/content/posts/gpsp-nspire-gameboy-advance-emulator.md
+++ b/content/posts/gpsp-nspire-gameboy-advance-emulator.md
@@ -1,6 +1,7 @@
---
title: "gpSP-Nspire: Gameboy Advance Emulator"
date: 2018-09-18T10:14:00
+draft: true
type: "post"
---
diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md
index b9ae8da..4c7a04d 100644
--- a/content/posts/hello-world.md
+++ b/content/posts/hello-world.md
@@ -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"]
diff --git a/content/posts/how-to-hibernate.md b/content/posts/how-to-hibernate.md
index c239770..34aa35f 100644
--- a/content/posts/how-to-hibernate.md
+++ b/content/posts/how-to-hibernate.md
@@ -1,6 +1,7 @@
---
title: "How to Hibernate"
date: 2021-01-04
+draft: true
type: "post"
tags: ["Linux"]
---
diff --git a/content/posts/impossibly-deep-bug.md b/content/posts/impossibly-deep-bug.md
index 220aae0..3c75aff 100644
--- a/content/posts/impossibly-deep-bug.md
+++ b/content/posts/impossibly-deep-bug.md
@@ -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"]
diff --git a/content/posts/interview-github-copilot.md b/content/posts/interview-github-copilot.md
index ba7233e..8c45896 100644
--- a/content/posts/interview-github-copilot.md
+++ b/content/posts/interview-github-copilot.md
@@ -1,6 +1,7 @@
---
title: "An Interview with GitHub Copilot"
date: 2021-07-17
+draft: true
type: "post"
tags: ["Machine learning", "Linux", "Windows"]
---
diff --git a/content/posts/linux-office.md b/content/posts/linux-office.md
index 46e6dfa..b5d2cf3 100644
--- a/content/posts/linux-office.md
+++ b/content/posts/linux-office.md
@@ -1,6 +1,7 @@
---
title: "The Linux Office?"
date: 2020-12-25
+draft: true
type: "post"
tags: ["Linux", "Windows"]
---
diff --git a/content/posts/matrix-less-degenerate-than-discord.md b/content/posts/matrix-less-degenerate-than-discord.md
index 419b505..8fc4e47 100644
--- a/content/posts/matrix-less-degenerate-than-discord.md
+++ b/content/posts/matrix-less-degenerate-than-discord.md
@@ -1,6 +1,7 @@
---
title: "Matrix: Less Degenerate than Discord?"
date: 2021-04-22
+draft: true
type: "post"
tags: ["Linux"]
---
diff --git a/content/posts/meme-music.md b/content/posts/meme-music.md
index 1daed45..1665123 100644
--- a/content/posts/meme-music.md
+++ b/content/posts/meme-music.md
@@ -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"]
diff --git a/content/posts/ndless-jailbreak-your-ti-nspire.md b/content/posts/ndless-jailbreak-your-ti-nspire.md
index b6e540f..61adbd2 100644
--- a/content/posts/ndless-jailbreak-your-ti-nspire.md
+++ b/content/posts/ndless-jailbreak-your-ti-nspire.md
@@ -1,6 +1,7 @@
---
title: "Ndless: Jailbreak Your TI-Nspire"
date: 2018-09-16T17:14:00
+draft: true
type: "post"
---
diff --git a/content/posts/plasma-5.22-disappointment.md b/content/posts/plasma-5.22-disappointment.md
index bedda2b..b7c820d 100644
--- a/content/posts/plasma-5.22-disappointment.md
+++ b/content/posts/plasma-5.22-disappointment.md
@@ -1,6 +1,7 @@
---
title: "Plasma 5.22 is a Disappointment"
date: 2021-06-08
+draft: true
type: "post"
tags: ["Linux", "KDE", "Rant"]
---
diff --git a/content/posts/putting-wacom-tablet-good-use.md b/content/posts/putting-wacom-tablet-good-use.md
index df4a734..ba1f86b 100644
--- a/content/posts/putting-wacom-tablet-good-use.md
+++ b/content/posts/putting-wacom-tablet-good-use.md
@@ -1,6 +1,7 @@
---
title: "Putting the Wacom Tablet to Good Use!"
date: 2021-05-26
+draft: true
type: "post"
tags: ["Linux", "Art"]
---
diff --git a/content/posts/random-tidbits.md b/content/posts/random-tidbits.md
index 542ed65..ee803b8 100644
--- a/content/posts/random-tidbits.md
+++ b/content/posts/random-tidbits.md
@@ -1,6 +1,7 @@
---
title: "Random Tidbits"
date: 2020-10-28
+draft: true
type: "post"
tags: ["Random", "Linux"]
---
diff --git a/content/posts/self-hosting-is-not-the-solution.md b/content/posts/self-hosting-is-not-the-solution.md
index 0a41fa1..e2b34f4 100644
--- a/content/posts/self-hosting-is-not-the-solution.md
+++ b/content/posts/self-hosting-is-not-the-solution.md
@@ -1,6 +1,7 @@
---
title: "Why Self-hosting is not the Solution"
date: 2021-04-08
+draft: true
type: "post"
tags: ["Linux", "Society"]
---
diff --git a/content/posts/self-hosting-sucks.md b/content/posts/self-hosting-sucks.md
index 2e0437a..1e490ef 100644
--- a/content/posts/self-hosting-sucks.md
+++ b/content/posts/self-hosting-sucks.md
@@ -1,6 +1,7 @@
---
title: "Self-hosting Sucks"
date: 2021-05-05
+draft: true
type: "post"
tags: ["Linux", "Rant"]
---
diff --git a/content/posts/switching-to-linux.md b/content/posts/switching-to-linux.md
index eed22d7..5fe62ad 100644
--- a/content/posts/switching-to-linux.md
+++ b/content/posts/switching-to-linux.md
@@ -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"
---
diff --git a/content/posts/ti-nspire-ascii-art.md b/content/posts/ti-nspire-ascii-art.md
index 6bdeecd..0bbc30d 100644
--- a/content/posts/ti-nspire-ascii-art.md
+++ b/content/posts/ti-nspire-ascii-art.md
@@ -1,6 +1,7 @@
---
title: "TI-Nspire ASCII Art!"
date: 2018-11-09T09:14:00
+draft: true
type: "post"
---
diff --git a/content/posts/why-are-tinspire-calculators-so-expensive.md b/content/posts/why-are-tinspire-calculators-so-expensive.md
index 9afbca2..9da6579 100644
--- a/content/posts/why-are-tinspire-calculators-so-expensive.md
+++ b/content/posts/why-are-tinspire-calculators-so-expensive.md
@@ -1,6 +1,7 @@
---
title: "Why are TI-Nspire Calculators So Expensive?"
date: 2019-04-12T08:27:00
+draft: true
type: "post"
---
diff --git a/content/posts/windows-update.md b/content/posts/windows-update.md
index 6b2f467..7f514e7 100644
--- a/content/posts/windows-update.md
+++ b/content/posts/windows-update.md
@@ -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"]
---
diff --git a/content/posts/wsl-2-gnome-desktop.md b/content/posts/wsl-2-gnome-desktop.md
index 3efec09..ff685dc 100644
--- a/content/posts/wsl-2-gnome-desktop.md
+++ b/content/posts/wsl-2-gnome-desktop.md
@@ -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"]