]> skyeroc.xyz Git - flatmark/commitdiff
change content
authorelektrischerwalfisch <mail@elektrischerwalfisch.de>
Fri, 11 Apr 2025 20:25:26 +0000 (22:25 +0200)
committerelektrischerwalfisch <mail@elektrischerwalfisch.de>
Fri, 11 Apr 2025 20:25:26 +0000 (22:25 +0200)
README.md
pages-en/home.md
theme/css/style.css

index 0d0c0c6b4262dfaecc308afc621fa9729c995aed..13af7eb79ed950ab92914f426b3321847ac7ad51 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 - Just requires basic php, no database needed
 - Supports **single-language** and **multi-language** setups  
 - Auto-parses **Markdown** to HTML using [Parsedown](https://parsedown.org/)  
-- **Custom meta fields** for title, description, and robots meta tag for each site 
+- **Meta information** for title, description, and robots meta tag for each site 
 - Provides simple **Shortcodes** to arrange and style your content (e.g. columns, different backgrounds)
 - Basic, responsive **Theme** which you can customize and enhance  
 
index b9a47d0c8217f8f42678f14ae8c85c687c6f4a85..3fc2e80f01a8502575ad04ab3e6684245a0bacd9 100644 (file)
@@ -1,5 +1,5 @@
-<!-- title: flatMark -->
-<!-- description: A lightweight, flat-file Markdown-based website generator -->
+<!-- title: flatMark - lightweight, flat-file Markdown-based website generator -->
+<!-- description: No database required, no overhead in sight — just Markdown and a sprinkle of PHP. Ideal for small websites, portfolios, or documentation, it delivers content directly from the filesystem. Just edit your Markdown files and go. -->
 <!-- robots: index, follow -->
 
 {background color-02}{columns 33-66}
index 19e56a9b97bc39952e9aba632d1ed9334bf07054..015db9eae0a3d7a2cdd00c83ca8543323ed83fc2 100644 (file)
@@ -157,7 +157,7 @@ header > p > a {color: var(--colorblack);display: block;text-decoration: none;fo
 
 header .extras {position: absolute;top: var(--space-below-02);right: var(--side-space-02);}
 header .extras ul {display: block;text-align: right;}
-header .extras li a {color: var(--color-01);font-size: var(--fontsize-s);line-height: 1.6;font-weight: 600;text-decoration: none;text-transform: uppercase;}
+header .extras li a {display: block;color: var(--color-01);font-size: var(--fontsize-s);line-height: 1.6;font-weight: 600;text-decoration: none;text-transform: uppercase;}
 header .extras li a:hover {text-decoration: underline;}
 header .extras li a.active {color: var(--colorblack);}