💬 Update SITE_TITLE

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-11-30 18:18:27 +01:00
parent db91be376b
commit 5bd93b375d
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 3 additions and 3 deletions

View file

@ -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';

View file

@ -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!

View file

@ -11,7 +11,7 @@ import HeaderLink from '../components/HeaderLink.astro';
</div>
<div class="flex flex-col text-left gap-4 w-full md:w-2/3">
<h1 class="text-3xl font-bold">Sindre Kjelsrud</h1>
<h1 class="text-3xl font-bold">Sid</h1>
<div class="flex flex-col blog">
<p>Software Engineer at Capgemini, following their Ignite program.</p>
<p>I like spending my free time bouldering/climbing, playing some games on my Wii, watching the newest One Piece episode or build cairns.</p>