From 2ca030290b7514217d12a2cf495146bbdd7ce5bb Mon Sep 17 00:00:00 2001
From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com>
Date: Sun, 9 Mar 2025 12:07:55 +0000
Subject: [PATCH] feat: add katherine may post
---
.vscode/settings.json | 3 ++-
...erformance-considerations-tcp-game-server.md} | 0
.../writing/quick-reflection-katherine-may.md | 7 +++++++
next-sitemap.config.cjs | 12 ++++++++++--
next.config.mjs | 2 +-
public/sitemap-0.xml | 11 ++++++-----
src/components/Header/Header.jsx | 4 ++--
src/components/Resume/Resume.jsx | 2 +-
src/styles/Home.module.css | 0
src/styles/font.css | 6 ++----
src/styles/globals.css | 16 ++++++++++++++++
src/styles/vars.css | 8 ++++----
12 files changed, 51 insertions(+), 20 deletions(-)
rename content/writing/{temp.md => performance-considerations-tcp-game-server.md} (100%)
create mode 100644 content/writing/quick-reflection-katherine-may.md
delete mode 100644 src/styles/Home.module.css
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ef085ec..3c021ae 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -34,5 +34,6 @@
},
"[javascriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
- }
+ },
+ "liveServer.settings.multiRootWorkspaceName": "www-aaronjy-2024"
}
\ No newline at end of file
diff --git a/content/writing/temp.md b/content/writing/performance-considerations-tcp-game-server.md
similarity index 100%
rename from content/writing/temp.md
rename to content/writing/performance-considerations-tcp-game-server.md
diff --git a/content/writing/quick-reflection-katherine-may.md b/content/writing/quick-reflection-katherine-may.md
new file mode 100644
index 0000000..66ac8b4
--- /dev/null
+++ b/content/writing/quick-reflection-katherine-may.md
@@ -0,0 +1,7 @@
+---
+title: "Quickwrite: A reflection on Wintering by Katherine May"
+pubdate: 2025-03-09T00:00:00.000Z
+desc: "Katherine May draws a unique parallel in her book ‘Wintering’ between the coming of and living through the winter months, and those liminal times in your life – when a gap opens up underfoot and swallows us whole...."
+---
+
+Katherine May draws a unique parallel in her book ‘Wintering’ between the coming of and living through the winter months, and those liminal times in your life – when a gap opens up underfoot and swallows us whole. It’s never clear when such a gap appears to steal us away, and how long exactly we’ll spend in the liminality we fall into, and most of us claw at the walls in an attempt to scale up and out, back into the warm light of day – how things used to be. Katherine’s book is an account of how she learned to see it more as a wave to ride than a locked room to break free from. Her ultimate message is an argument to reframe it, or to see it for what it really is; not as a bleak, timeless realm devoid of hope and light, but of a necessary state we all find ourselves in at various points in our lives, and that this realm offers its own medicines for those who care to look. These seasonal and spiritual changes Katherine refers to as ‘Wintering’ – aptly a verb to articulate its ephemeral nature – serve much in the same way a good night’s sleep does: while a deep and peaceful sleep purges metabolic waste and toxins from our brains, a wintering can offer a more spiritual cleanse; a hibernation after a hot and unrelenting summer; a mirror held up in front to break our blind and frenzied sprint towards a goal we’ve long forgotten; a beloved teacher from our school days with a soft voice, reassuring smile and placations to calm our nerves.
\ No newline at end of file
diff --git a/next-sitemap.config.cjs b/next-sitemap.config.cjs
index 20565da..98e7a6b 100644
--- a/next-sitemap.config.cjs
+++ b/next-sitemap.config.cjs
@@ -1,6 +1,14 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || 'https://www.aaronjy.me',
- generateRobotsTxt: true // (optional)
- // ...other options
+ changefreq: 'weekly',
+ generateRobotsTxt: true,
+ robotsTxtOptions: {
+ policies: [
+ {
+ userAgent: "*",
+ allow: "/"
+ }
+ ]
+ }
}
diff --git a/next.config.mjs b/next.config.mjs
index c830d6e..aecfe96 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
- output: 'standalone',
+ output: 'export',
trailingSlash: true // ensure pages get their own directory in output
}
diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml
index ba81632..bbbf71e 100644
--- a/public/sitemap-0.xml
+++ b/public/sitemap-0.xml
@@ -1,8 +1,9 @@