We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e306d2d commit 798bed1Copy full SHA for 798bed1
src/pages/index.astro
@@ -25,7 +25,7 @@ const interests = [
25
"Riemannian Geometry",
26
];
27
const languages = ["Rust", "Gleam", "Python"];
28
-const editors = ["Neovim", "WezTerm", "Iosevka"];
+const editors = ["Neovim", "Kitty", "Iosevka"];
29
30
const MAX_POSTS = 10;
31
const allPosts = await getAllPosts();
0 commit comments