feat: add project detail pages

This commit is contained in:
Stefan Imhoff
2023-05-17 17:36:50 +02:00
parent 86541962a2
commit 4909aa5143
42 changed files with 658 additions and 288 deletions

View File

@@ -4,7 +4,7 @@ title: Tools
intro: I enjoy learning how other people work, what hardware, software, tools, and gadgets they use. On this page, I present my tools.
---
import { Toolbox } from "../components";
import Toolbox from "../components/Toolbox.astro";
import { development, design, research, other } from "../data/tools.ts";
import { mapping } from "../mdx-components.ts";
export const components = mapping;