- 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
- **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
{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`
-© {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
- [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