demo article in English: stack overview and redesigned architecture diagrams

This commit is contained in:
2026-09-11 13:58:49 +02:00
parent 43e2bb4061
commit 9ca89f3e40
13 changed files with 573 additions and 524 deletions
+3 -3
View File
@@ -1,18 +1,18 @@
# CTAO Science Portal — content
# CTAO Science Portal: content
Editorial content of the CTAO Science Portal, separated from the portal code
so editorial history stays clean and publishing never mixes with development.
| Path | What |
|---|---|
| `news/*.md` | Articles — Markdown + frontmatter |
| `news/*.md` | Articles: Markdown with frontmatter |
| `pages/*.md` | Static pages (contact, privacy, disclaimer) |
| `uploads/` | Editor-uploaded media (the CMS converts images to WebP) |
## How to edit
Editors use the visual editor at the portal's `/admin/` page (sign in with a
Gitea account) — every save is a commit here, and the site republishes
Gitea account). Every save is a commit here, and the site republishes
automatically within seconds. Direct git commits work exactly the same way.
The portal code lives in the `ctao-portal` repository; its build overlays