Skip to content

Commit e2e0479

Browse files
committed
Move blog posts and images into same folders
1 parent 737fc8d commit e2e0479

32 files changed

Lines changed: 9394 additions & 72455 deletions

src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineCollection, z } from 'astro:content';
22
import { glob } from 'astro/loaders';
33

44
const blog = defineCollection({
5-
loader: glob({ pattern: '**/[^_]*.{md,mdx}', base: "./src/content" }),
5+
loader: glob({ pattern: '**/[^_]*.{md,mdx}', base: "./src/content/blog" }),
66
// Type-check frontmatter using a schema
77
schema: ({ image }) => z.object({
88
title: z.string(),

src/content/blog/images/dialogue-expectations/expectations.jpg renamed to src/content/blog/dialogue-expectations/expectations.jpg

File renamed without changes.

src/content/blog/images/dialogue-expectations/expectations.xcf renamed to src/content/blog/dialogue-expectations/expectations.xcf

File renamed without changes.

src/content/blog/dialogue-expectations.md renamed to src/content/blog/dialogue-expectations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Dialogue with oneself: Expectations"
33
description: "Examining the right action when confronted with expectations"
44
pubDate: "May 17 2024"
5-
heroImage: "./images/dialogue-expectations/expectations.jpg"
5+
heroImage: "expectations.jpg"
66
---
77

88
> "Sometimes, people don't meet our expectations. For instance, a friend might not respond to our calls, our boss might not recognize our contributions at work, a family member might cause us more problems than we anticipated, someone we love might not reciprocate us back and so on... (add your own example here). Can we examine what is the right action when confronted with these sorts of disparities in expectations?"<br/>

src/content/blog/images/elektor-smt32/AICO-50mm-F4.0-10mp-m12-far-field-macro-board-lens-image.jpg renamed to src/content/blog/elektor-stm32-edge-ai-contest/AICO-50mm-F4.0-10mp-m12-far-field-macro-board-lens-image.jpg

File renamed without changes.

src/content/blog/images/elektor-smt32/AmScopeZM-4.png renamed to src/content/blog/elektor-stm32-edge-ai-contest/AmScopeZM-4.png

File renamed without changes.

src/content/blog/images/elektor-smt32/B-CAMS-IMX_2.png renamed to src/content/blog/elektor-stm32-edge-ai-contest/B-CAMS-IMX_2.png

File renamed without changes.

src/content/blog/images/elektor-smt32/STM32N6-DK.png renamed to src/content/blog/elektor-stm32-edge-ai-contest/STM32N6-DK.png

File renamed without changes.

src/content/blog/images/elektor-smt32/anomaly.png renamed to src/content/blog/elektor-stm32-edge-ai-contest/anomaly.png

File renamed without changes.

src/content/blog/images/elektor-smt32/camera-setup.JPG renamed to src/content/blog/elektor-stm32-edge-ai-contest/camera-setup.JPG

File renamed without changes.

0 commit comments

Comments
 (0)