Merge branch 'materialize-cwsvJudo-homepage' of https://gitea.cwsvjudo.dedyn.io/marko/cwsvJudo into materialize-cwsvJudo-homepage

This commit is contained in:
marko
2024-12-30 13:41:13 +01:00
2 changed files with 27 additions and 23 deletions

View File

@@ -1,10 +1,14 @@
# Homepage der Judoka des CWSV
HelioHost build pipeline redesign:
## Verzeichnisstruktur
`src`
: (Handgeschriebene) Quellen (Quellcodes)
`res`
: nicht selber erzeugte Quellen (z.B. Graphiken)
- install dependencies:
- `make -j -f Makefile.heliohost installDependencies`
- make a distributable package:
- `make -j -f Makefile.heliohost dist`
## Directory structure
- `build/dist/heliohost` - (dist root)
- `httpdocs` - http root (root for the files served via http)
- `pages` - pages to be reachable, requests to `/page` get redirected to `pages/page` (@todo: currently there is still a responsive directory in the between)
- `ressourcen` - directory with static ressources (i.e. graphics)
- `.local` - local specific files, e.g., configuration files

View File

@@ -4,68 +4,68 @@ cwsvJudoLogoWappen: &cwsvJudoLogoWappen
height: "52"
alt: "cwsvJudo"
title: "Judo im Chemnitzer WSV - Logo"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvJudoLogoWappen.64w.png"
srcset: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png 2x, <?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png 4x"
src: "/ressourcen/graphiken/logos/cwsvJudoLogoWappen.64w.png"
srcset: "/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png 2x, /ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png 4x"
cwsvLogoWappen: &cwsvLogoWappen
width: "64"
height: "77"
alt: "CWSV"
title: "Chemnitzer WSV - Logo"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvLogoWappen.64w.png"
srcset: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvLogoWappen.128w.png 2x, <?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvLogoWappen.256w.png 4x"
src: "/ressourcen/graphiken/logos/cwsvLogoWappen.64w.png"
srcset: "/ressourcen/graphiken/logos/cwsvLogoWappen.128w.png 2x, /ressourcen/graphiken/logos/cwsvLogoWappen.256w.png 4x"
iconClockFriendly: &iconClockFriendly
width: "112"
height: "112"
alt: "Uhr"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/clockIconFriendly.svg"
src: "/ressourcen/graphiken/icons/clockIconFriendly.svg"
iconCalendar: &iconCalendar
width: "782"
height: "800"
alt: "Kalender"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/calendarIcon.svg"
src: "/ressourcen/graphiken/icons/calendarIcon.svg"
iconPlanner: &iconPlanner
width: "60"
height: "60"
alt: "Planer"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/terminKalender.svg"
src: "/ressourcen/graphiken/icons/terminKalender.svg"
iconGallery: &iconGallery
width: "500"
height: "500"
alt: "Galerien"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/gallery.svg"
src: "/ressourcen/graphiken/icons/gallery.svg"
iconContact: &iconContact
width: "953"
height: "943"
alt: "Kontakt"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/contact4Ways.svg"
src: "/ressourcen/graphiken/icons/contact4Ways.svg"
iconWikipediaW: &iconWikipediaW
width: "1700"
height: "1700"
alt: "Kontakt"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/wikipediaW.svg"
src: "/ressourcen/graphiken/icons/wikipediaW.svg"
iconQuizLampe: &iconQuizLampe
width: "135"
height: "137.01"
alt: "Quiz"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/quizLampe.svg"
src: "/ressourcen/graphiken/icons/quizLampe.svg"
iconWerkzeug: &iconWerkzeug
width: "240"
height: "240"
alt: "Tools"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/werkzeugIcon.svg"
src: "/ressourcen/graphiken/icons/werkzeugIcon.svg"
iconLinks: &iconLinks
width: "500"
height: "500"
alt: "Links"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/linksIcon.svg"
src: "/ressourcen/graphiken/icons/linksIcon.svg"
iconDownloads: &iconDownloads
width: "200"
height: "200"
alt: "Links"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/downloadIcon.svg"
src: "/ressourcen/graphiken/icons/downloadIcon.svg"
iconExtrasStern: &iconExtrasStern
width: "100"
height: "100"
alt: "Extras"
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/star.svg"
src: "/ressourcen/graphiken/icons/star.svg"
...