Simple homepage
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Static Astro site with a git-based CMS (Sveltia). Code lives here; editorial
|
||||
content lives in the separate [`ctao/content`](https://astro-git.isl-dev.grid.cyfronet.pl/ctao/content)
|
||||
repository. Four Example pages are editable; all other pages are placeholders.
|
||||
repository. The Home page and four Example pages are editable; the rest are placeholders.
|
||||
|
||||
- Live demo: https://astro.isl-dev.grid.cyfronet.pl
|
||||
- Editor: https://astro.isl-dev.grid.cyfronet.pl/admin/ (Gitea sign-in)
|
||||
@@ -42,7 +42,7 @@ Server setup is in [deploy/README.md](deploy/README.md).
|
||||
| Path | Purpose |
|
||||
|---|---|
|
||||
| `src/layouts/Base.astro` | Header, navigation, footer, page shell |
|
||||
| `src/pages/example/[slug].astro` | Template for the editable Example pages |
|
||||
| `src/layouts/ContentPage.astro` | Layout of the editable pages (Home and Examples) |
|
||||
| `src/data/examples.json` | Example pages: menu labels, order, slugs |
|
||||
| `src/data/placeholders.json` | Placeholder pages |
|
||||
| `src/styles/global.css` | All site styles |
|
||||
|
||||
Reference in New Issue
Block a user