From 73c5eb07b6a42f270fc3e23bf0323bcc374f404d Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Sat, 17 May 2025 17:16:16 +0200 Subject: [PATCH] update metadata description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb01ea..22c9682 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Just requires basic php, no database or build-steps needed - Auto-parses **Markdown** to HTML using [Parsedown](https://parsedown.org/) - Supports **single-language** and **multi-language** setups -- **Meta information** for title, description, and robots meta tag for each site +- **Metadata** for title, description, and robots meta tag for each site (YAML font matter) - Provides simple **Shortcodes** to arrange and style your content (e.g. columns, different backgrounds) - Basic, responsive **Theme** which you can customize and enhance @@ -89,10 +89,10 @@ Edit this file to change the error-message which is shown if a page is not found ## Metadata -Each Markdown page can include optional meta information at the top of the file (Format: YAML Font Matter). +Each Markdown page can include optional metadata at the top of the file (Format: YAML font matter). These values will be automatically extracted and used in the section of the generated HTML page. -Example Markdown file (about.md) with meta information: +Example Markdown file (about.md) with metadata: --- title: About Us -- 2.47.3