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 @@ -https://www.aaronjy.me/2025-01-27T13:04:24.469Zdaily0.7 -https://www.aaronjy.me/cv/2025-01-27T13:04:24.469Zdaily0.7 -https://www.aaronjy.me/writing/2025-01-27T13:04:24.469Zdaily0.7 -https://www.aaronjy.me/writing/static-site-on-google-cloud/2025-01-27T13:04:24.469Zdaily0.7 -https://www.aaronjy.me/writing/support-content-filte-structure-changes-on-a-static-site/2025-01-27T13:04:24.469Zdaily0.7 +https://www.aaronjy.me2025-02-24T21:01:40.115Zweekly0.7 +https://www.aaronjy.me/cv2025-02-24T21:01:40.115Zweekly0.7 +https://www.aaronjy.me/writing2025-02-24T21:01:40.115Zweekly0.7 +https://www.aaronjy.me/writing/performance-considerations-tcp-game-server2025-02-24T21:01:40.115Zweekly0.7 +https://www.aaronjy.me/writing/static-site-on-google-cloud2025-02-24T21:01:40.115Zweekly0.7 +https://www.aaronjy.me/writing/support-content-filte-structure-changes-on-a-static-site2025-02-24T21:01:40.115Zweekly0.7 \ No newline at end of file diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index dbe8a8e..8bd5112 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -7,8 +7,8 @@ function Header () { return (
diff --git a/src/components/Resume/Resume.jsx b/src/components/Resume/Resume.jsx index 1c4194d..d216210 100644 --- a/src/components/Resume/Resume.jsx +++ b/src/components/Resume/Resume.jsx @@ -11,7 +11,7 @@ function Resume ({ }) { return (
-
+

Core competencies

    {competencies.sort().map((c, i) => ( diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css deleted file mode 100644 index e69de29..0000000 diff --git a/src/styles/font.css b/src/styles/font.css index 9300295..a1a4cf7 100644 --- a/src/styles/font.css +++ b/src/styles/font.css @@ -3,7 +3,7 @@ * Generated with Type Scale Generator */ -@import url('./vars.css'); + @import url('./vars.css'); :root { --base-size: 17px; @@ -13,13 +13,12 @@ --body-line-height: 1.5; --body-letter-spacing: normal; --body-color: var(--color-default); - --body-background: #FBFBFB; --heading-font: var(--body-font); --heading-weight: 700; --heading-line-height: 1.25; --heading-letter-spacing: normal; - --heading-color: #ff6b35; + --heading-color: var(--color-primary); } /* Base styles */ @@ -29,7 +28,6 @@ body { line-height: var(--body-line-height); letter-spacing: var(--body-letter-spacing); color: var(--body-color); - background: var(--body-background); } /* Type scale */ diff --git a/src/styles/globals.css b/src/styles/globals.css index 45ef070..d10509f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -101,9 +101,25 @@ code:not(pre > code) { margin: 0.8rem 0; } +.sidebar { + position: sticky; + top: 0; + width: 100%; + height: 100%; +} + +@media (max-width: 768px) { + .sidebar { + position: relative; + } +} + @media only screen and (max-width: 640px) { + + .row { flex-direction: column; } } + diff --git a/src/styles/vars.css b/src/styles/vars.css index ea8eb28..ad050d0 100644 --- a/src/styles/vars.css +++ b/src/styles/vars.css @@ -1,7 +1,7 @@ :root { - --color-default: #00171F; - --color-primary: #004e89; + --color-default: #00212c; + --color-primary: #3777FF; --color-tertiary: grey; - --color-bg: #efefd0; - --color-bg-secondary: #fefcdf; + --color-bg: #ffffff; + --color-bg-secondary: #f2f4ff; } \ No newline at end of file