From 5bd93b375d75b59162ec0a1d830fd3ad29545cb5 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 30 Nov 2024 18:18:27 +0100 Subject: [PATCH] :speech_balloon: Update SITE_TITLE Signed-off-by: SindreKjelsrud --- src/consts.ts | 2 +- src/pages/about.md | 2 +- src/pages/index.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index fc98632..94ae125 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,5 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = 'Sindre Kjelsrud'; +export const SITE_TITLE = 'sidski'; export const SITE_DESCRIPTION = 'kjelsrud.dev'; \ No newline at end of file diff --git a/src/pages/about.md b/src/pages/about.md index 0b26c92..b2be30a 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -4,7 +4,7 @@ description: '' layout: "../layouts/Layout.astro" --- -Hello! My name is Sindre Kjelsrud, also known as ["Sid"](/avatar.webp). I'm a 20-something Software Engineer @ Capgemini, following their internal Ignite program. +Hello! My name is Sindre, also known as ["Sid"](/avatar.webp). I'm a 20-something Software Engineer @ Capgemini, following their internal Ignite program. What do I like to do you ask? Well a lot, but as you read on the landing page I mostly like spending my free time bouldering/climbing, play some games on my Wii, watch the newest One Piece episode or build cairns. Below is some other information about me! diff --git a/src/pages/index.astro b/src/pages/index.astro index 5b61b1d..959af1d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,7 +11,7 @@ import HeaderLink from '../components/HeaderLink.astro';
-

Sindre Kjelsrud

+

Sid

Software Engineer at Capgemini, following their Ignite program.

I like spending my free time bouldering/climbing, playing some games on my Wii, watching the newest One Piece episode or build cairns.