Skip to content

Commit

Permalink
Update welcome text and description
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasbekkevold committed Jan 5, 2025
1 parent cc0f778 commit e48649d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const SITE: Site = {
website: "https://nicklasbekkevold.com/",
author: "Nicklas Bekkevold",
profile: "https://nicklasbekkevold.com/",
desc: "Personal website, blog, portfolio, playground, ... whatever.",
desc: "Independent internet magazine featuring thoughts and reflections at the intersection of science, technology, and society.",
title: "nicklasbekkevold.com",
ogImage: "astropaper-og.jpg",
lightAndDarkMode: true,
Expand All @@ -15,8 +15,8 @@ export const SITE: Site = {
};

export const LOCALE = {
lang: "en", // html lang code. Set this empty and default will be "en"
langTag: ["en-EN"], // BCP 47 Language Tags. Set this empty [] to use the environment default
lang: "en",
langTag: ["en-EN"], // BCP 47 Language Tags
} as const;

export const LOGO_IMAGE = {
Expand Down
10 changes: 5 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);
<h1>Willkommen</h1>

<p>
Hei! Welcome to my internet magazine. I'm passionate about improving
Hey! Welcome to my internet magazine. I'm passionate about improving
public services, particularly healthcare, through digitalization and
international research collaboration, and I'm excited to share my
thoughts and experiences with you here. Expect a mix of personal
musings, creative writing, and maybe even a guest post or two down the
line. Explore and enjoy!
international research collaboration in a democratic and sustainable
way, and I'm excited to share my thoughts and experiences with you here.
Expect a mix of personal musings, creative writing, and maybe even a
guest post or two down the line. Explore and enjoy!
</p>
</section>

Expand Down

0 comments on commit e48649d

Please sign in to comment.