From 0e73eee653546724fd7350b06e76604ad54e84d8 Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Sat, 12 Apr 2025 17:02:41 +0200 Subject: [PATCH] change content --- README.md | 11 +++++++---- pages-de/02-footer.md | 8 +++++--- pages-de/datenschutz.md | 5 ----- pages-de/impressum.md | 5 ----- pages-de/kontakt.md | 3 --- pages-de/ueber-uns.md | 3 --- pages-en/01-header.md | 2 +- 7 files changed, 13 insertions(+), 24 deletions(-) delete mode 100644 pages-de/datenschutz.md delete mode 100644 pages-de/impressum.md delete mode 100644 pages-de/kontakt.md delete mode 100644 pages-de/ueber-uns.md diff --git a/README.md b/README.md index d220cf5..3d63635 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,11 @@ - Basic, responsive **Theme** which you can customize and enhance ## How It Works -FlatMark dynamically converts Markdown files in the folder `/pages` (or `/pages-XX` for multilingual sites) into HTML pages. -Find the full markdown-syntax here: [www.markdownguide.org/basic-syntax](https://www.markdownguide.org/basic-syntax/) +FlatMark dynamically converts Markdown files in the folder `/pages` (or `/pages-XX` for multilingual sites) into HTML pages. Find the full markdown-syntax here: [www.markdownguide.org/basic-syntax](https://www.markdownguide.org/basic-syntax/) + +## Demo +[Demo Website](https://flatmark.elektrischerwalfisch.de/en) +This demo is an exact copy of this repository and doubles as the documentation site. ### URL Structure @@ -94,7 +97,7 @@ Example Markdown file (about.md) with meta information: - **robots** → Controls search engine indexing (index, follow / noindex, nofollow). Defaults to index, follow. ## Shortcodes -flatMark supports simple shortcodes for structured content. Some examples: +flatMark supports simple shortcodes for structured content. You can see all shortcodes in action on the Demo Website: [Shortcode-Examples](https://flatmark.elektrischerwalfisch.de/en/shortcode-examples). Here are just two examples: {columns 50-50} Left column @@ -105,7 +108,7 @@ flatMark supports simple shortcodes for structured content. Some examples: {background color-01} This content has a colored background. {/background} - + These shortcodes are part of the theme and are all located in the file `/theme/shortcodes.php`. You can edit this file to change existing shortcodes or add even more. An example-page with all shortcodes is provided with the installation: `/pages-en/shortcode-examples.md` diff --git a/pages-de/02-footer.md b/pages-de/02-footer.md index 18fe83b..5c5dbcb 100644 --- a/pages-de/02-footer.md +++ b/pages-de/02-footer.md @@ -1,4 +1,6 @@ -© {year} Flatmark +© {year} This is a demo site for the flatMark project. + +flatMark was created by [elektrischerwalfisch](/https://www.elektrischerwalfisch.de) and is licensed under the MIT License. +[View source code of this site](https://github.com/elektrischerwalfisch/flatmark) -- [Impressum](/de/impressum) -- [Datenschutzerklärung](/de/datenschutz) \ No newline at end of file +Site operated by [elektrischerwalfisch](/en/impressum) \ No newline at end of file diff --git a/pages-de/datenschutz.md b/pages-de/datenschutz.md deleted file mode 100644 index b695594..0000000 --- a/pages-de/datenschutz.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Datenschutzerklärung - -... \ No newline at end of file diff --git a/pages-de/impressum.md b/pages-de/impressum.md deleted file mode 100644 index 70403f5..0000000 --- a/pages-de/impressum.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Impressum - -... \ No newline at end of file diff --git a/pages-de/kontakt.md b/pages-de/kontakt.md deleted file mode 100644 index f62e484..0000000 --- a/pages-de/kontakt.md +++ /dev/null @@ -1,3 +0,0 @@ -# Kontakt - -... \ No newline at end of file diff --git a/pages-de/ueber-uns.md b/pages-de/ueber-uns.md deleted file mode 100644 index ce85d2c..0000000 --- a/pages-de/ueber-uns.md +++ /dev/null @@ -1,3 +0,0 @@ -# About - -... \ No newline at end of file diff --git a/pages-en/01-header.md b/pages-en/01-header.md index 898db4f..7f370f1 100644 --- a/pages-en/01-header.md +++ b/pages-en/01-header.md @@ -10,4 +10,4 @@ A lightweight, flat-file Markdown-based website generator - [Home](/en/home) - [Shortcode-Examples](/en/shortcode-examples) -- [Contact](/en/contact) \ No newline at end of file +- [Download](https://github.com/elektrischerwalfisch/flatmark) \ No newline at end of file -- 2.47.3