From bbbd0c13bdd871296d910283601a2e03a9341d02 Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Mon, 14 Apr 2025 09:51:33 +0200 Subject: [PATCH] edit content --- .gitignore | 2 +- README.md | 6 +++--- pages-de/02-footer.md | 2 +- pages-de/home.md | 6 ++++-- pages-en/02-footer.md | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7bf9610..d261024 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ todo.md salat.php zwiebeln.php oliven.php -/pages-en/impressum.md +/pages-de/impressum.md diff --git a/README.md b/README.md index a6fd839..290617b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Features - Lightweight and fast - Easy-to-edit content, just Markdown files -- Just requires basic php, no database needed +- Just requires basic php, no database or build-steps needed - Supports **single-language** and **multi-language** setups - Auto-parses **Markdown** to HTML using [Parsedown](https://parsedown.org/) - **Meta information** for title, description, and robots meta tag for each site @@ -13,7 +13,7 @@ - Basic, responsive **Theme** which you can customize and enhance ## Demo -The [Demo Website](https://flatmark.elektrischerwalfisch.de/en) is an exact copy of the [GitHub Repository](https://github.com/elektrischerwalfisch/flatmark) and doubles as the documentation site. +The [Demo Website](https://flatmark.elektrischerwalfisch.de) is an exact copy of the [GitHub Repository](https://github.com/elektrischerwalfisch/flatmark) and doubles as the documentation site. ## 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/) @@ -144,4 +144,4 @@ FlatMark is released under the MIT License. ## Credits This project uses; - [Parsedown](https://parsedown.org) — MIT License -- Open Sans font — [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file +- [Open Sans font](https://www.fontsquirrel.com/fonts/open-sans) — Apache License 2.0 \ No newline at end of file diff --git a/pages-de/02-footer.md b/pages-de/02-footer.md index 5e71fb0..109f3ec 100644 --- a/pages-de/02-footer.md +++ b/pages-de/02-footer.md @@ -3,4 +3,4 @@ flatMark wurde entwickelt von [elektrischerwalfisch](/https://www.elektrischerwalfisch.de) und ist lizensiert unter der MIT License. [Quellcode dieser website ansehen](https://github.com/elektrischerwalfisch/flatmark) -Diese Website wird betrieben von [elektrischerwalfisch](/en/impressum) \ No newline at end of file +Diese Website wird betrieben von [elektrischerwalfisch](/de/impressum) \ No newline at end of file diff --git a/pages-de/home.md b/pages-de/home.md index e4f9671..db01a49 100644 --- a/pages-de/home.md +++ b/pages-de/home.md @@ -8,7 +8,10 @@ {/img-rounded} {columns-seperator} # flatMark -Keine Datenbank nötig, kein unnötiger Ballast – nur Markdown und eine Prise PHP. Ideal für kleine Websites, Portfolios oder Dokumentationen. Die Inhalte werden direkt aus dem Dateisystem geladen. Einfach Markdown-Dateien bearbeiten und loslegen. +Keine Datenbank nötig, kein unnötiger Ballast – nur Markdown und eine Prise PHP. Ideal für kleine Websites, Portfolios oder Dokumentationen. Die Inhalte werden direkt aus dem Dateisystem geladen. Einfach Markdown-Dateien bearbeiten und loslegen. + +Dies ist lediglich eine Demo der deutschen Startseite. Die komplette Dokumentation ist zu finden auf der +[englischen Startseite](/en) {/columns}{/background} {columns 33-66} @@ -17,4 +20,3 @@ Keine Datenbank nötig, kein unnötiger Ballast – nur Markdown und eine Prise ![Pic](/files/example-pic-03.jpg) {/columns} -Dies ist lediglich eine Demo der deutschen Startseite. Die komplette Dokumentation ist zu finden auf der [englischen Startseite](/en) \ No newline at end of file diff --git a/pages-en/02-footer.md b/pages-en/02-footer.md index 5c5dbcb..a194557 100644 --- a/pages-en/02-footer.md +++ b/pages-en/02-footer.md @@ -3,4 +3,4 @@ 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) -Site operated by [elektrischerwalfisch](/en/impressum) \ No newline at end of file +Site operated by [elektrischerwalfisch](/de/impressum) \ No newline at end of file -- 2.47.3