diff --git a/src/pages/index.astro b/src/pages/index.astro index 26d391e..51e4a9d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,10 +5,9 @@ import Layout from "../layouts/Layout.astro"; import Card from "../components/Card.astro"; import Music from "../components/Music.astro"; -const tools: string[] = ["Proxmox", "JetBrain IDEs", "Docker", "Linux", "SQLite", "Postgres", "MySQL"]; -const languages: string[] = ["Go", "Python", "HTML", "CSS", "Sass", "TypeScript", "JavaScript", "Scratch", "PHP", "SQL", "Bash"]; -const frameworks: string[] = ["Gin", "Echo", "Flask", "Svelte", "Astro", "raylib"]; - +const tools = ["Proxmox", "JetBrain IDEs", "Docker", "Linux", "SQLite", "Postgres", "MySQL"]; +const languages = ["Go", "Python", "HTML", "CSS", "Sass", "TypeScript", "JavaScript", "Scratch", "PHP", "SQL", "Bash"]; +const frameworks = ["Gin", "Echo", "Flask", "Svelte", "Astro", "raylib"]; const projects = await getCollection('projects'); const posts = await getCollection('posts'); --- @@ -18,7 +17,7 @@ const posts = await getCollection('posts');

Made with Coffee, lots of it.

- +
diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 3c78610..3ebc076 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -7,7 +7,7 @@ import Card from "../../components/Card.astro"; const posts = await getCollection('posts'); --- - + Back

All Posts

Some regrettable, some not so bad...

diff --git a/src/pages/projects/index.astro b/src/pages/projects/index.astro index bdf799a..317944b 100644 --- a/src/pages/projects/index.astro +++ b/src/pages/projects/index.astro @@ -7,7 +7,7 @@ import Card from "../../components/Card.astro"; const projects = await getCollection('projects'); --- - + Back

All Projects

Too many, so many