We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84bc9b commit 9c619d7Copy full SHA for 9c619d7
src/pages/index.astro
@@ -4,7 +4,6 @@ import Button from "../components/Button.astro";
4
import Section from "../components/Section.astro";
5
import Card from "../components/Card.astro";
6
import Label from "../components/Label.astro";
7
-import SkillLayout from "../components/SkillLayout.astro";
8
import PostPreview from "@/components/blog/PostPreview.astro";
9
import PublicationList from "@/components/PublicationList.astro";
10
import { Image } from "astro:assets";
@@ -24,8 +23,6 @@ const interests = [
24
23
"AI Safety",
25
"Riemannian Geometry",
26
];
27
-const languages = ["Rust", "Gleam", "Python"];
28
-const editors = ["Neovim", "Kitty", "Iosevka"];
29
30
const MAX_POSTS = 10;
31
const allPosts = await getAllPosts();
0 commit comments