20 lines
780 B
Markdown
20 lines
780 B
Markdown
# 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.
|