-
- joemonk.co.uk
-
-
- 07757 017587
-
-
- joemonk@hotmail.co.uk
-
+ joemonk.co.uk
+ 07757 017587
+ joemonk@hotmail.co.uk
As a highly motivated and adaptive developer, my enthusiasm for
diff --git a/src/app/_components/navbar-client.tsx b/src/app/_components/navbar-client.tsx
index 2c965a4..c85fc98 100644
--- a/src/app/_components/navbar-client.tsx
+++ b/src/app/_components/navbar-client.tsx
@@ -43,7 +43,7 @@ export default function NavBarClient({
}, [pathname, navigation]);
return (
-
+
@@ -64,7 +64,7 @@ export default function NavBarClient({
className="btn hidden items-center rounded border-2 border-primary/75 p-1 transition-colors hover:bg-primary/25 sm:flex"
href="/"
>
-
+
{activeNavigation.map((item) => (
diff --git a/src/app/_components/post-header.tsx b/src/app/_components/post-header.tsx
index f80a555..4850426 100644
--- a/src/app/_components/post-header.tsx
+++ b/src/app/_components/post-header.tsx
@@ -18,13 +18,13 @@ export default function PostHeader({
return (
<>
{metadata.title}
-
{metadata.date}
-
+
{metadata.date}
+
{metadata.tags.map((tag) => {
return (
-
- {tag}
-
+
);
})}
diff --git a/src/markdown/posts/[...slug]/developer.mdx b/src/markdown/posts/[...slug]/developer.mdx
index 682df4e..ffdd01d 100644
--- a/src/markdown/posts/[...slug]/developer.mdx
+++ b/src/markdown/posts/[...slug]/developer.mdx
@@ -3,7 +3,6 @@ import PostHeader from '@/app/_components/post-header';
export const metadata = {
title: "Being a Developer",
date: "2020-05-12",
- coverImage: "../images/being-a-developer/being-a-developer.jpg",
blurb: "My thoughts on being a \"developer\", being a \"programmer\" and the differences between them.",
shortBlurb: "My thoughts on being a developer vs being a programmer.",
tags: ["Blog", "Development"]
diff --git a/src/markdown/posts/[...slug]/learning-kubernetes.mdx b/src/markdown/posts/[...slug]/learning-kubernetes.mdx
index 6fd8e00..8cbf0c2 100644
--- a/src/markdown/posts/[...slug]/learning-kubernetes.mdx
+++ b/src/markdown/posts/[...slug]/learning-kubernetes.mdx
@@ -4,7 +4,6 @@ export const metadata = {
title: "Learning Kubernetes",
date: "2020-12-31",
path: "/posts/learning-Kubernetes",
- coverImage: "../images/learning-kubernetes/k8s.png",
blurb: "Learning how to use Kubenetes in an environment between \"Local testing\" and \"Full server deployments\".",
shortBlurb: "Finally getting around to \"learning\" Kubernetes.",
tags: ["Blog", "Development"],
diff --git a/src/markdown/posts/[...slug]/managing-a-team-remotely.mdx b/src/markdown/posts/[...slug]/managing-a-team-remotely.mdx
index 6006b7e..35faf44 100644
--- a/src/markdown/posts/[...slug]/managing-a-team-remotely.mdx
+++ b/src/markdown/posts/[...slug]/managing-a-team-remotely.mdx
@@ -3,7 +3,6 @@ import PostHeader from '@/app/_components/post-header';
export const metadata = {
title: "Managing a Team Remotely",
date: "2020-10-05",
- coverImage: "../images/managing-a-team-remotely/managing-a-team-remotely.jpg",
blurb: "With working remotely being a necessity at the moment, my thoughts on managing a team of developers with no physicality.",
shortBlurb: "My thoughts managing a team of developers with no physicality.",
tags: ["Blog", "Development"]
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 4912765..29e874e 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -1,58 +1,59 @@
+/** biome-ignore-all lint/correctness/noUnknownProperty: Biome doesn't understand DaisyUI properties */
@import "tailwindcss";
@plugin "@tailwindcss/typography";
-
@plugin "daisyui" {
- themes: nord --default;
-};
+ themes: nord --default;
+}
@plugin "daisyui/theme" {
- /* Nicked from the vscode soft theme https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml */
- name: "dracula-soft";
- default: false;
- prefersdark: false;
- color-scheme: "dark";
+ /* Nicked from the vscode soft theme https://github.com/dracula/visual-studio-code/blob/master/src/dracula.yml */
+ name: "dracula-soft";
+ default: false;
+ prefersdark: false;
+ color-scheme: "dark";
- /* --color-base-50: oklch(34.02% 0.027 276.05); */
- --color-base-100: oklch(28.82% 0.022 277.51);
- --color-base-200: oklch(25.54% 0.019 280.49);
- --color-base-300: oklch(21.99% 0.014 278.80);
- --color-base-content: oklch(91% 0.020 278);
+ /* --color-base-50: oklch(34.02% 0.027 276.05); */
+ --color-base-100: oklch(28.82% 0.022 277.51);
+ --color-base-200: oklch(25.54% 0.019 280.49);
+ --color-base-300: oklch(21.99% 0.014 278.8);
+ --color-base-content: oklch(91% 0.02 278);
- --color-primary: oklch(88.263% 0.093 212.846);
- --color-primary-content: oklch(17.652% 0.018 212.846);
- --color-secondary: oklch(83.392% 0.124 66.558);
- --color-secondary-content: oklch(16.678% 0.024 66.558);
- --color-accent: oklch(74.202% 0.148 301.883);
- --color-accent-content: oklch(14.84% 0.029 301.883);
- --color-neutral: oklch(38.94% 0.020 277.93);
- --color-neutral-content: oklch(87.889% 0.006 275.524);
-
- --color-info: oklch(75.461% 0.183 346.812);
- --color-info-content: oklch(15.092% 0.036 346.812);
- --color-success: oklch(87.099% 0.219 148.024);
- --color-success-content: oklch(17.419% 0.043 148.024);
- --color-warning: oklch(95.533% 0.134 112.757);
- --color-warning-content: oklch(15.106% 0.026 112.757);
- --color-error: oklch(68.22% 0.206 24.43);
- --color-error-content: oklch(13.644% 0.041 24.43);
+ --color-primary: oklch(88.263% 0.093 212.846);
+ --color-primary-content: oklch(88.263% 0.093 212.846);
+ /* --color-primary-content: oklch(17.652% 0.018 212.846); */
+ --color-secondary: oklch(83.392% 0.124 66.558);
+ --color-secondary-content: oklch(16.678% 0.024 66.558);
+ --color-accent: oklch(74.202% 0.148 301.883);
+ --color-accent-content: oklch(14.84% 0.029 301.883);
+ --color-neutral: oklch(38.94% 0.02 277.93);
+ --color-neutral-content: oklch(87.889% 0.006 275.524);
- --radius-selector: 0.5rem;
- --radius-field: 0.5rem;
- --radius-box: 0.5rem;
+ --color-info: oklch(75.461% 0.183 346.812);
+ --color-info-content: oklch(15.092% 0.036 346.812);
+ --color-success: oklch(87.099% 0.219 148.024);
+ --color-success-content: oklch(17.419% 0.043 148.024);
+ --color-warning: oklch(95.533% 0.134 112.757);
+ --color-warning-content: oklch(15.106% 0.026 112.757);
+ --color-error: oklch(68.22% 0.206 24.43);
+ --color-error-content: oklch(13.644% 0.041 24.43);
- --size-selector: 0.25rem;
- --size-field: 0.25rem;
- --border: 1px;
+ --radius-selector: 0.5rem;
+ --radius-field: 0.5rem;
+ --radius-box: 0.5rem;
- --depth: 0;
- --noise: 0;
+ --size-selector: 0.25rem;
+ --size-field: 0.25rem;
+ --border: 1px;
+
+ --depth: 0;
+ --noise: 0;
}
@theme {
--font-sans:
- var(--font-inter), ui-sans-serif, system-ui, sans-serif,
- "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ var(--font-inter), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@custom-variant dark (&:where([data-theme=dracula-soft], [data-theme=dracula-soft] *));
@@ -62,5 +63,5 @@
}
:root .prose {
- --tw-prose-body: color-mix(in oklab, var(--color-base-content) 92%, #0000) !important;
-}
\ No newline at end of file
+ --tw-prose-body: color-mix(in oklab, var(--color-base-content) 92%, #0000) !important;
+}