--- import Layout from "../layouts/Layout.astro"; import Intro from "../components/Intro.astro"; import Projects from "../components/Projects.astro"; import Posts from "../components/Posts.astro"; import WaveDivider from "../components/WaveDivider.astro"; import Webring from "../components/Webring.astro"; import SpotifyNowPlaying from "../components/SpotifyNowPlaying.astro"; import Socials from "../components/Socials.astro"; // TODO: Fill in your preferences. const variables = { name: "Kristian Emil Takvam", subtitles: "This is my blog where I share my thoughts on programming, technology, and life in general. Stay tuned for updates!", }; ---