README

README.md

Laatst gewijzigd: 23-07-2026 16:29

perinatologie-web-atlas

Public marketing website for perinatologie.nl, rendered by the Atlas viewer.

Viewing

Point the Atlas viewer at this repo (ATLAS_PATH + hostname profile). Production ships as a container FROM ghcr.io/linkorb/atlas:latest with this content baked in (see Dockerfile).

Structure

atlas.yaml                 site chrome, theme, SEO
content/                   pages (Markdown, one file per URL)
  index.md                 home
  faq.md nieuws/ demo.md contact.md …
templates/                 public header/footer + landing layout
assets/                    brand CSS, logo, overview image

Editing

  • Add a page: create content/<path>.md with layout: landing frontmatter.
  • Compose sections with shortcodes: :::hero, :::features + :::feature-card, :::cta. See content/CONTEXT.md.
  • Menu: edit navigation.items in atlas.yaml.

Not for authenticated content

This repo runs in public mode (AUTH: disabled). Do not put confidential or customer data here.