From 0473060773a7acb10a6f11e5e22ec13ddf5650ba Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 14 Jun 2025 12:08:48 +0000 Subject: feat: add configuration and default image for blog posts - Introduced a new configuration file to centralize author information and default image settings for blog posts. - Added a default image path in the blog post configuration for improved content presentation. - Updated blog post schema to utilize the new configuration for author details, enhancing structured data representation. --- src/content/blog/example-content.md | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content/blog/example-content.md') diff --git a/src/content/blog/example-content.md b/src/content/blog/example-content.md index f6d61b0..28ce23a 100644 --- a/src/content/blog/example-content.md +++ b/src/content/blog/example-content.md @@ -3,7 +3,6 @@ title: "Example Content" description: "Howdy! This is an example blog post that shows several types of HTML content supported in this theme." datePublished: "2018-01-01" dateModified: "2018-01-01" -author: "Example User" lang: "en" draft: true --- -- cgit v1.2.3