]> skyeroc.xyz Git - flatmark/commitdiff
change content
authorelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 12 Apr 2025 15:02:41 +0000 (17:02 +0200)
committerelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 12 Apr 2025 15:02:41 +0000 (17:02 +0200)
README.md
pages-de/02-footer.md
pages-de/datenschutz.md [deleted file]
pages-de/impressum.md [deleted file]
pages-de/kontakt.md [deleted file]
pages-de/ueber-uns.md [deleted file]
pages-en/01-header.md

index d220cf59260a9947cc829ee15e1182da91fa48d7..3d63635551ca2a8591a9c777c29c2a75f8eeaa09 100644 (file)
--- a/README.md
+++ b/README.md
 - 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`
index 18fe83b9bdf3163cdd26c3365f676194c934aad3..5c5dbcb7306bdb225013b0fce80ab70938dca57d 100644 (file)
@@ -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 (file)
index b695594..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<!-- robots: noindex, nofollow -->
-
-# Datenschutzerklärung
-
-...
\ No newline at end of file
diff --git a/pages-de/impressum.md b/pages-de/impressum.md
deleted file mode 100644 (file)
index 70403f5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<!-- robots: noindex, nofollow -->
-
-# Impressum
-
-...
\ No newline at end of file
diff --git a/pages-de/kontakt.md b/pages-de/kontakt.md
deleted file mode 100644 (file)
index f62e484..0000000
+++ /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 (file)
index ce85d2c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# About
-
-...
\ No newline at end of file
index 898db4f398917956ad38e6f837a7717635ee0a05..7f370f19c46b2f066dd5455ae6555883e0295408 100644 (file)
@@ -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