A page by z4k DE EN

Welcome to the z4k Website System

8 July 2026 How a note becomes a published page — including richer content.
#system#guide

This is a published page, generated from a single Markdown file — no editor, no CMS, no database. It also shows how richer content is structured and displayed.

How it works

  1. A Markdown file is dropped into src/content/pages/.
  2. The header sets the title, the desired look, and the language.
  3. One command builds and publishes — live under its own address, with an automatic certificate.
---
title: Page title
look: paper          # clean · paper · console · personal · cosmic · log
lang: en
toc: true
alternate: /…/       # shows the DE/EN switch
---

The six looks

LookFeelTypical use
cleanhigh-contrast, startupoffers, landing pages
papercalm, documentaryinfo pages, articles
consoledark, technicalprojects, cases
personalwarm, elegantpersonal messages
cosmicglowing gradientsannouncements
logmonochrome, text-firstblog, changelog

Nested structure

One base, many faces — the content decides, the system handles the rest.

Anchors & contents

Every heading gets an automatic anchor (#…) so sections are directly linkable, and long pages get a table of contents at the top.