mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add AI tag
This commit is contained in:
@@ -5,7 +5,7 @@ date: 2022-12-14
|
||||
author: Stefan Imhoff
|
||||
description: This is a four-part series of essays that investigates different aspects of AI.
|
||||
cover: /assets/images/cover/ai-cover-1.webp
|
||||
tags: ["code", "technology"]
|
||||
tags: ["code", "technology", "ai"]
|
||||
series: artificial-intelligence
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ date: 2022-12-17
|
||||
author: Stefan Imhoff
|
||||
description: This is a four-part series of essays that investigates different aspects of AI.
|
||||
cover: /assets/images/cover/ai-cover-2.webp
|
||||
tags: ["code", "technology", "writing"]
|
||||
tags: ["code", "technology", "writing", "ai"]
|
||||
series: artificial-intelligence
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ date: 2022-12-21
|
||||
author: Stefan Imhoff
|
||||
description: This is a four-part series of essays that investigates different aspects of AI.
|
||||
cover: /assets/images/cover/ai-cover-3.webp
|
||||
tags: ["code", "technology", "design"]
|
||||
tags: ["code", "technology", "design", "ai"]
|
||||
series: artificial-intelligence
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ date: 2022-12-24
|
||||
author: Stefan Imhoff
|
||||
description: This is a four-part series of essays that investigates different aspects of AI.
|
||||
cover: /assets/images/cover/ai-cover-4.webp
|
||||
tags: ["code", "technology", "design"]
|
||||
tags: ["code", "technology", "design", "ai"]
|
||||
series: artificial-intelligence
|
||||
---
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ updated: 2025-01-10
|
||||
author: Stefan Imhoff
|
||||
description: Discover the power of Raycast, the exceptionally fast and extendable launcher for macOS that will revolutionize your workflow. In this comprehensive article, I explore the impressive capabilities of Raycast, from its versatile application launcher and powerful calculator to its convenient features like Raycast notes, clipboard history, and window management. Find out how Raycast can enhance your productivity with its seamless integration of tools for developers, designers, and project managers.
|
||||
cover: /assets/images/cover/raycast.webp
|
||||
tags: ["productivity", "software"]
|
||||
tags: ["productivity", "software", "ai"]
|
||||
---
|
||||
|
||||
There are few applications that have improved my workflow as much as [Raycast](https://www.raycast.com). Raycast is an exceptionally fast and extendable launcher for macOS.
|
||||
|
||||
@@ -13,6 +13,7 @@ export const journal = defineCollection({
|
||||
cover: z.string().optional(),
|
||||
tags: z.array(
|
||||
z.enum([
|
||||
'ai',
|
||||
'book',
|
||||
'code',
|
||||
'design',
|
||||
|
||||
Reference in New Issue
Block a user