From 0bedb68753e7202326383fd10f7af563d7fbc24a Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 13:02:11 +0300 Subject: Initial customization --- src/site.config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/site.config.ts') diff --git a/src/site.config.ts b/src/site.config.ts index 3efa4ea..f4f7539 100644 --- a/src/site.config.ts +++ b/src/site.config.ts @@ -3,10 +3,10 @@ import type { AstroExpressiveCodeOptions } from "astro-expressive-code"; export const siteConfig: SiteConfig = { // Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts) - author: "Chris Williams", + author: "Dawid Rycerz", // Date.prototype.toLocaleDateString() parameters, found in src/utils/date.ts. date: { - locale: "en-GB", + locale: "en-US", options: { day: "numeric", month: "short", @@ -14,20 +14,20 @@ export const siteConfig: SiteConfig = { }, }, // Used as the default description meta property and webmanifest description - description: "An opinionated starter theme for Astro", + description: "DevOps consulting and web development services. Specializing in CI/CD, Kubernetes, AWS, and modern web technologies.", // HTML lang property, found in src/layouts/Base.astro L:18 & astro.config.ts L:48 - lang: "en-GB", + lang: "en-US", // Meta property, found in src/components/BaseHead.astro L:42 - ogLocale: "en_GB", + ogLocale: "en_US", /* - Used to construct the meta title property found in src/components/BaseHead.astro L:11 - The webmanifest name found in astro.config.ts L:42 - The link value found in src/components/layout/Header.astro L:35 - In the footer found in src/components/layout/Footer.astro L:12 */ - title: "Astro Cactus", + title: "Dawid Rycerz", // ! Please remember to replace the following site property with your own domain, used in astro.config.ts - url: "https://astro-cactus.chriswilliams.dev/", + url: "https://www.rycerz.xyz/", }; // Used to generate links in both the Header & Footer. -- cgit v1.2.3