Merge branch 'materialize-cwsvJudo-homepage' of https://gitea.cwsvjudo.dedyn.io/marko/cwsvJudo into materialize-cwsvJudo-homepage
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
# Homepage der Judoka des CWSV
|
HelioHost build pipeline redesign:
|
||||||
|
|
||||||
## Verzeichnisstruktur
|
- install dependencies:
|
||||||
|
- `make -j -f Makefile.heliohost installDependencies`
|
||||||
`src`
|
- make a distributable package:
|
||||||
: (Handgeschriebene) Quellen (Quellcodes)
|
- `make -j -f Makefile.heliohost dist`
|
||||||
|
|
||||||
`res`
|
## Directory structure
|
||||||
: nicht selber erzeugte Quellen (z.B. Graphiken)
|
|
||||||
|
|
||||||
|
- `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
|
||||||
@@ -4,68 +4,68 @@ cwsvJudoLogoWappen: &cwsvJudoLogoWappen
|
|||||||
height: "52"
|
height: "52"
|
||||||
alt: "cwsvJudo"
|
alt: "cwsvJudo"
|
||||||
title: "Judo im Chemnitzer WSV - Logo"
|
title: "Judo im Chemnitzer WSV - Logo"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvJudoLogoWappen.64w.png"
|
src: "/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"
|
srcset: "/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png 2x, /ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png 4x"
|
||||||
cwsvLogoWappen: &cwsvLogoWappen
|
cwsvLogoWappen: &cwsvLogoWappen
|
||||||
width: "64"
|
width: "64"
|
||||||
height: "77"
|
height: "77"
|
||||||
alt: "CWSV"
|
alt: "CWSV"
|
||||||
title: "Chemnitzer WSV - Logo"
|
title: "Chemnitzer WSV - Logo"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/logos/cwsvLogoWappen.64w.png"
|
src: "/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"
|
srcset: "/ressourcen/graphiken/logos/cwsvLogoWappen.128w.png 2x, /ressourcen/graphiken/logos/cwsvLogoWappen.256w.png 4x"
|
||||||
iconClockFriendly: &iconClockFriendly
|
iconClockFriendly: &iconClockFriendly
|
||||||
width: "112"
|
width: "112"
|
||||||
height: "112"
|
height: "112"
|
||||||
alt: "Uhr"
|
alt: "Uhr"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/clockIconFriendly.svg"
|
src: "/ressourcen/graphiken/icons/clockIconFriendly.svg"
|
||||||
iconCalendar: &iconCalendar
|
iconCalendar: &iconCalendar
|
||||||
width: "782"
|
width: "782"
|
||||||
height: "800"
|
height: "800"
|
||||||
alt: "Kalender"
|
alt: "Kalender"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/calendarIcon.svg"
|
src: "/ressourcen/graphiken/icons/calendarIcon.svg"
|
||||||
iconPlanner: &iconPlanner
|
iconPlanner: &iconPlanner
|
||||||
width: "60"
|
width: "60"
|
||||||
height: "60"
|
height: "60"
|
||||||
alt: "Planer"
|
alt: "Planer"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/terminKalender.svg"
|
src: "/ressourcen/graphiken/icons/terminKalender.svg"
|
||||||
iconGallery: &iconGallery
|
iconGallery: &iconGallery
|
||||||
width: "500"
|
width: "500"
|
||||||
height: "500"
|
height: "500"
|
||||||
alt: "Galerien"
|
alt: "Galerien"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/gallery.svg"
|
src: "/ressourcen/graphiken/icons/gallery.svg"
|
||||||
iconContact: &iconContact
|
iconContact: &iconContact
|
||||||
width: "953"
|
width: "953"
|
||||||
height: "943"
|
height: "943"
|
||||||
alt: "Kontakt"
|
alt: "Kontakt"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/contact4Ways.svg"
|
src: "/ressourcen/graphiken/icons/contact4Ways.svg"
|
||||||
iconWikipediaW: &iconWikipediaW
|
iconWikipediaW: &iconWikipediaW
|
||||||
width: "1700"
|
width: "1700"
|
||||||
height: "1700"
|
height: "1700"
|
||||||
alt: "Kontakt"
|
alt: "Kontakt"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/wikipediaW.svg"
|
src: "/ressourcen/graphiken/icons/wikipediaW.svg"
|
||||||
iconQuizLampe: &iconQuizLampe
|
iconQuizLampe: &iconQuizLampe
|
||||||
width: "135"
|
width: "135"
|
||||||
height: "137.01"
|
height: "137.01"
|
||||||
alt: "Quiz"
|
alt: "Quiz"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/quizLampe.svg"
|
src: "/ressourcen/graphiken/icons/quizLampe.svg"
|
||||||
iconWerkzeug: &iconWerkzeug
|
iconWerkzeug: &iconWerkzeug
|
||||||
width: "240"
|
width: "240"
|
||||||
height: "240"
|
height: "240"
|
||||||
alt: "Tools"
|
alt: "Tools"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/werkzeugIcon.svg"
|
src: "/ressourcen/graphiken/icons/werkzeugIcon.svg"
|
||||||
iconLinks: &iconLinks
|
iconLinks: &iconLinks
|
||||||
width: "500"
|
width: "500"
|
||||||
height: "500"
|
height: "500"
|
||||||
alt: "Links"
|
alt: "Links"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/linksIcon.svg"
|
src: "/ressourcen/graphiken/icons/linksIcon.svg"
|
||||||
iconDownloads: &iconDownloads
|
iconDownloads: &iconDownloads
|
||||||
width: "200"
|
width: "200"
|
||||||
height: "200"
|
height: "200"
|
||||||
alt: "Links"
|
alt: "Links"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/downloadIcon.svg"
|
src: "/ressourcen/graphiken/icons/downloadIcon.svg"
|
||||||
iconExtrasStern: &iconExtrasStern
|
iconExtrasStern: &iconExtrasStern
|
||||||
width: "100"
|
width: "100"
|
||||||
height: "100"
|
height: "100"
|
||||||
alt: "Extras"
|
alt: "Extras"
|
||||||
src: "<?php echo($canonicalBaseUrl); ?>/ressourcen/graphiken/icons/star.svg"
|
src: "/ressourcen/graphiken/icons/star.svg"
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user