- 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
-<!-- 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}
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);}