From c2488bc62851e995f6e63de0f2dbc230880814cf Mon Sep 17 00:00:00 2001 From: Matthias Leuffen Date: Fri, 13 Oct 2023 18:58:58 +0200 Subject: [PATCH] update --- _tpl/_root/.kick-stack.yml | 10 ++++++++++ _tpl/_root/.schiller-context.txt | 28 ++++++++++++++++++++++++++++ _tpl/_root/.schiller.yml | 3 +++ _tpl/pages/ueber-uns.de.md | 2 +- package.json | 2 +- 5 files changed, 43 insertions(+), 2 deletions(-) create mode 100755 _tpl/_root/.kick-stack.yml create mode 100755 _tpl/_root/.schiller-context.txt create mode 100755 _tpl/_root/.schiller.yml diff --git a/_tpl/_root/.kick-stack.yml b/_tpl/_root/.kick-stack.yml new file mode 100755 index 0000000..776b5ae --- /dev/null +++ b/_tpl/_root/.kick-stack.yml @@ -0,0 +1,10 @@ +version: "3" +services: + # This service will be available as: project_name_some_service + schiller: + image: ghcr.io/leuffen/schiller:unstable + ports: + - "5000:80" + volumes: + - ./:/data + diff --git a/_tpl/_root/.schiller-context.txt b/_tpl/_root/.schiller-context.txt new file mode 100755 index 0000000..694b33d --- /dev/null +++ b/_tpl/_root/.schiller-context.txt @@ -0,0 +1,28 @@ + +Website für Artzpraxis Dr. med. Heike Falk + +Schreibe professionelle Texte für die Website von Artzpraxis Scheche. Sprich den Leser mit "Sie" direkt an. Sprich +von "wir" als Praxis. Schreibe professionell, freundlich und informativ. Schreibe Titel wie "Dr." nur dann, wenn diese +explizit vor Namen im Context genannt wurden. + + + + + + + +Folgende Bilder stehen zur Verfügung: + +![Blutzuckeruntersuchung am Finger](https://cdn.leuffen.de//leu-stock/v2/9/1024-683_gfedcba/AdobeStock_417585744.webp) +![Blutdruckmessung bei Mann mit Maske](https://cdn.leuffen.de//leu-stock/v2/21/c_gfedcba/AdobeStock_349906385.webp) +![Ultraschall des Halses](https://cdn.leuffen.de//leu-stock/v2/21/c_gfedcba/AdobeStock_349906385.webp) + +![Rezept wird überreicht](https://cdn.leuffen.de//leu-stock/v2/62/c_gfedcba/AdobeStock_57857048.webp) +![Arzt füllt Impfpass aus](https://cdn.leuffen.de//leu-stock/v2/76/c_gfedcba/AdobeStock_79790308.webp) +![Hinweistext zur Vorsorgeuntersuchung](https://cdn.leuffen.de//leu-stock/v2/76/c_gfedcba/AdobeStock_79790308.webp) +![](https://cdn.leuffen.de//leu-stock/v2/89/c_gfedcba/glucometer-for-checking-sugar-level-and-fresh-bake-2021-12-09-17-10-57-utc.webp) +![](https://cdn.leuffen.de//leu-stock/v2/90/95-63_gfedcba/closeup-of-obese-elderly-woman-2022-12-16-00-04-29-utc.webp) +![](https://cdn.leuffen.de//leu-stock/v2/91/71-24_gfedcba/obese-woman-with-fat-belly-in-dieting-concept-2023-01-18-01-36-31-utc.webp) + +![Sportliches Paar beim Jogging](https://cdn.leuffen.de//leu-stock/v2/31/c_gfedcba/AdobeStock_114414482.webp) +![Insulin Injektion in Bauch](https://cdn.leuffen.de//leu-stock/v2/92/d_gfedcba/AdobeStock_501320379.webp) diff --git a/_tpl/_root/.schiller.yml b/_tpl/_root/.schiller.yml new file mode 100755 index 0000000..82705ed --- /dev/null +++ b/_tpl/_root/.schiller.yml @@ -0,0 +1,3 @@ +doc_root: docs +template_dir: ./node_modules/@leuffen/themejs1/_tpl + diff --git a/_tpl/pages/ueber-uns.de.md b/_tpl/pages/ueber-uns.de.md index 1b4f247..6197e35 100755 --- a/_tpl/pages/ueber-uns.de.md +++ b/_tpl/pages/ueber-uns.de.md @@ -19,7 +19,7 @@ type: article ## Ein kompetentes Team für Ihre Augengesundheit {: layout="use: #sec-card-2col"} -![](cdn:///leu-stock/v/64/1920x1280_1200x800_992x661_768x512_480x320_256x256/AdobeStock_495434983.avif_jpeg) +![](https://cdn.leuffen.de//leu-stock/v2/60/418-279_gfedcba/AdobeStock_99592855.webp) > Ein Team mit Leidenschaft diff --git a/package.json b/package.json index 5f96aca..473610e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leuffen/themejs1", - "version": "6.0.1", + "version": "6.0.2", "description": "", "license": "proprietary",