From 799fc0ba6799859de7a72c8b17e1795c111fc94a Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 3 Oct 2024 13:32:11 -0500 Subject: [PATCH 1/2] blog: Tags for existing blog posts --- src/pages/blog/cli-productivity/index.mdx | 1 + src/pages/blog/ergonomics/index.mdx | 1 + src/pages/blog/mit-iquhack24/index.mdx | 1 + src/pages/blog/the-hollow-path/index.mdx | 1 + 4 files changed, 4 insertions(+) diff --git a/src/pages/blog/cli-productivity/index.mdx b/src/pages/blog/cli-productivity/index.mdx index 210b5c6..7fec59b 100644 --- a/src/pages/blog/cli-productivity/index.mdx +++ b/src/pages/blog/cli-productivity/index.mdx @@ -3,6 +3,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/04/24 title: "Spotlight: CLI Productivity" description: "My Command-Line-Centric Workflow Where I Do My Best Work" +tags: ["Productivity", "Neovim", "TMUX", "Terminal Efficiency"] --- import BlogPicture from '../../../components/BlogPicture.astro'; diff --git a/src/pages/blog/ergonomics/index.mdx b/src/pages/blog/ergonomics/index.mdx index d33e754..d72ca9c 100644 --- a/src/pages/blog/ergonomics/index.mdx +++ b/src/pages/blog/ergonomics/index.mdx @@ -3,6 +3,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/08/18 title: "Preserving my Future Self" description: "My Ergonomic Overhaul to Improve Health and Reduce Strain" +tags: ["Ergonomics", "Typing Setup", "Health", "Split Keyboards", "Colemak-DH"] --- import BlogPicture from "../../../components/BlogPicture.astro"; diff --git a/src/pages/blog/mit-iquhack24/index.mdx b/src/pages/blog/mit-iquhack24/index.mdx index 49eb8ea..0067863 100644 --- a/src/pages/blog/mit-iquhack24/index.mdx +++ b/src/pages/blog/mit-iquhack24/index.mdx @@ -3,6 +3,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/01/21 title: "MIT's IQuHACK 2024" description: "We Secured a Top 3 Finish at MIT's Quantum Hackathon" +tags: ["Quantum Computing", "Hackathon", "Student Experience"] --- import BlogPicture from '../../../components/BlogPicture.astro'; diff --git a/src/pages/blog/the-hollow-path/index.mdx b/src/pages/blog/the-hollow-path/index.mdx index 23137ea..7bbca49 100644 --- a/src/pages/blog/the-hollow-path/index.mdx +++ b/src/pages/blog/the-hollow-path/index.mdx @@ -3,6 +3,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/09/28 title: "The Hollow Path" description: "AI’s Silent Undoing of True Mastery" +tags: ["Personal Growth", "AI in Education", "Generative AI", "Student Experience"] --- import BlogPicture from '../../../components/BlogPicture.astro'; From 32589783741c35d39b0d81b4127e8af58ac3049c Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 3 Oct 2024 13:35:52 -0500 Subject: [PATCH 2/2] blog: Adjust descriptions to be lowercase. --- src/pages/blog/cli-productivity/index.mdx | 2 +- src/pages/blog/ergonomics/index.mdx | 2 +- src/pages/blog/mit-iquhack24/index.mdx | 2 +- src/pages/blog/the-hollow-path/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/blog/cli-productivity/index.mdx b/src/pages/blog/cli-productivity/index.mdx index 7fec59b..740ca95 100644 --- a/src/pages/blog/cli-productivity/index.mdx +++ b/src/pages/blog/cli-productivity/index.mdx @@ -2,7 +2,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/04/24 title: "Spotlight: CLI Productivity" -description: "My Command-Line-Centric Workflow Where I Do My Best Work" +description: "My command-line-centric workflow where I do my best work." tags: ["Productivity", "Neovim", "TMUX", "Terminal Efficiency"] --- diff --git a/src/pages/blog/ergonomics/index.mdx b/src/pages/blog/ergonomics/index.mdx index d72ca9c..c78a849 100644 --- a/src/pages/blog/ergonomics/index.mdx +++ b/src/pages/blog/ergonomics/index.mdx @@ -2,7 +2,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/08/18 title: "Preserving my Future Self" -description: "My Ergonomic Overhaul to Improve Health and Reduce Strain" +description: "I underwent an ergonomic overhaul to improve health and reduce strain." tags: ["Ergonomics", "Typing Setup", "Health", "Split Keyboards", "Colemak-DH"] --- diff --git a/src/pages/blog/mit-iquhack24/index.mdx b/src/pages/blog/mit-iquhack24/index.mdx index 0067863..829c810 100644 --- a/src/pages/blog/mit-iquhack24/index.mdx +++ b/src/pages/blog/mit-iquhack24/index.mdx @@ -2,7 +2,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/01/21 title: "MIT's IQuHACK 2024" -description: "We Secured a Top 3 Finish at MIT's Quantum Hackathon" +description: "We secured a Top 3 finish at MIT's quantum hackathon!" tags: ["Quantum Computing", "Hackathon", "Student Experience"] --- import BlogPicture from '../../../components/BlogPicture.astro'; diff --git a/src/pages/blog/the-hollow-path/index.mdx b/src/pages/blog/the-hollow-path/index.mdx index 7bbca49..4f3b0dd 100644 --- a/src/pages/blog/the-hollow-path/index.mdx +++ b/src/pages/blog/the-hollow-path/index.mdx @@ -2,7 +2,7 @@ layout: ../../../layouts/BlogLayout.astro pubDate: 2024/09/28 title: "The Hollow Path" -description: "AI’s Silent Undoing of True Mastery" +description: "AI’s silent undoing of true mastery." tags: ["Personal Growth", "AI in Education", "Generative AI", "Student Experience"] ---