content: news, pages and uploads imported from the portal repository

This commit is contained in:
2026-09-03 16:21:03 +02:00
commit df4efbe059
444 changed files with 7707 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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 |
| `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
automatically within seconds. Direct git commits work exactly the same way.
The portal code lives in the `ctao-portal` repository; its build overlays
this repository's content and renders the static site.