diff --git a/homepage/cwsvJudo/pandocTemplate/materialize.pandocTemplate b/homepage/cwsvJudo/pandocTemplate/materialize.pandocTemplate index 8469262..82fbbcc 100644 --- a/homepage/cwsvJudo/pandocTemplate/materialize.pandocTemplate +++ b/homepage/cwsvJudo/pandocTemplate/materialize.pandocTemplate @@ -12,43 +12,39 @@ // @todo remove galleries galleryRedirector(); ?> - - - $for(author-meta)$ - - $endfor$ - $if(date-meta)$ - - $endif$ - $if(keywords)$ - - $endif$ - $if(canonicalPath)$ - - $endif$ - $if(ampVersionLink)$ - - $endif$ - $if(phpTitleString)$ - <?php echo( $phpTitleString$ );?> - - $else$$if(title)$ - $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ - $endif$ - $endif$ - $if(phpDescriptionString)$ - - $else$$if(description)$ - - $endif$$endif$ +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ +$if(canonicalPath)$ + +$endif$ +$if(ampVersionLink)$ + +$endif$ +$if(phpTitleString)$ + <?php echo( $phpTitleString$ );?> +$else$$if(title)$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ +$endif$$endif$ +$if(phpDescriptionString)$ + +$else$$if(description)$ + +$endif$$endif$ - - $if(css)$ +$if(css)$ - $endif$ +$endif$ - $if(quotes)$ +$if(quotes)$ - $endif$ - $if(highlighting-css)$ +$endif$ +$if(highlighting-css)$ - $endif$ - $for(extraCss)$ +$endif$ +$for(extraCss)$ - $endfor$ - $if(math)$ - $math$ - $endif$ +$endfor$ +$if(math)$ + $math$ +$endif$ - $if(jsonSdFiles)$ - $for(jsonSdFiles)$ +$if(jsonSdFiles)$ + $for(jsonSdFiles)$ - $endfor$ - $endif$ - $if(jsLibs)$ - $for(jsLibs)$ + $endfor$ +$endif$ +$if(jsLibs)$$for(jsLibs)$ - $endfor$ - $endif$ +$endfor$ +$endif$ - - $for(header-includes)$ - $header-includes$ - $endfor$ + +$for(header-includes)$ + $header-includes$ +$endfor$
Judo im Chemnitzer WSV - Promo + src="/ressourcen/graphiken/banner/bannerlogo.1.jpg"> Judo @@ -137,29 +131,53 @@ $endif$ Judo im Chemnitzer WSV - Logo + src="/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png" + srcset="/ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png 2x">
- $if(mainNav)$ +$if(mainNav)$ + $for(mainNav)$ + + $if(mainNav.icon)$ + + $mainNav.caption$ + + $endif$ + $if(mainNav.caption)$ + $mainNav.caption$ + $endif$ + + $endfor$ + +$endif$ $if(subNav)$ @@ -211,7 +229,7 @@ $endif$ href="/kontakt">Kontakt Impressum Datenschutz - Newsfeed diff --git a/homepage/cwsvJudo/readMe.md b/homepage/cwsvJudo/readMe.md index a6884bf..5cad00b 100644 --- a/homepage/cwsvJudo/readMe.md +++ b/homepage/cwsvJudo/readMe.md @@ -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 \ No newline at end of file diff --git a/homepage/cwsvJudo/src/yaml/images.yaml b/homepage/cwsvJudo/src/yaml/images.yaml index 48c5702..43b1800 100644 --- a/homepage/cwsvJudo/src/yaml/images.yaml +++ b/homepage/cwsvJudo/src/yaml/images.yaml @@ -4,68 +4,68 @@ cwsvJudoLogoWappen: &cwsvJudoLogoWappen height: "52" alt: "cwsvJudo" title: "Judo im Chemnitzer WSV - Logo" - src: "/ressourcen/graphiken/logos/cwsvJudoLogoWappen.64w.png" - srcset: "/ressourcen/graphiken/logos/cwsvJudoLogoWappen.128w.png 2x, /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: "/ressourcen/graphiken/logos/cwsvLogoWappen.64w.png" - srcset: "/ressourcen/graphiken/logos/cwsvLogoWappen.128w.png 2x, /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: "/ressourcen/graphiken/icons/clockIconFriendly.svg" + src: "/ressourcen/graphiken/icons/clockIconFriendly.svg" iconCalendar: &iconCalendar width: "782" height: "800" alt: "Kalender" - src: "/ressourcen/graphiken/icons/calendarIcon.svg" + src: "/ressourcen/graphiken/icons/calendarIcon.svg" iconPlanner: &iconPlanner width: "60" height: "60" alt: "Planer" - src: "/ressourcen/graphiken/icons/terminKalender.svg" + src: "/ressourcen/graphiken/icons/terminKalender.svg" iconGallery: &iconGallery width: "500" height: "500" alt: "Galerien" - src: "/ressourcen/graphiken/icons/gallery.svg" + src: "/ressourcen/graphiken/icons/gallery.svg" iconContact: &iconContact width: "953" height: "943" alt: "Kontakt" - src: "/ressourcen/graphiken/icons/contact4Ways.svg" + src: "/ressourcen/graphiken/icons/contact4Ways.svg" iconWikipediaW: &iconWikipediaW width: "1700" height: "1700" alt: "Kontakt" - src: "/ressourcen/graphiken/icons/wikipediaW.svg" + src: "/ressourcen/graphiken/icons/wikipediaW.svg" iconQuizLampe: &iconQuizLampe width: "135" height: "137.01" alt: "Quiz" - src: "/ressourcen/graphiken/icons/quizLampe.svg" + src: "/ressourcen/graphiken/icons/quizLampe.svg" iconWerkzeug: &iconWerkzeug width: "240" height: "240" alt: "Tools" - src: "/ressourcen/graphiken/icons/werkzeugIcon.svg" + src: "/ressourcen/graphiken/icons/werkzeugIcon.svg" iconLinks: &iconLinks width: "500" height: "500" alt: "Links" - src: "/ressourcen/graphiken/icons/linksIcon.svg" + src: "/ressourcen/graphiken/icons/linksIcon.svg" iconDownloads: &iconDownloads width: "200" height: "200" alt: "Links" - src: "/ressourcen/graphiken/icons/downloadIcon.svg" + src: "/ressourcen/graphiken/icons/downloadIcon.svg" iconExtrasStern: &iconExtrasStern width: "100" height: "100" alt: "Extras" - src: "/ressourcen/graphiken/icons/star.svg" + src: "/ressourcen/graphiken/icons/star.svg" ...