Blog/2025 05 20 test blog post (#51)

* Remove unused font-face definitions from stylesheets

The `fonts.scss` file defining `Assistant` font-face rules has been deleted as it was no longer in use. This cleanup reduces unnecessary assets and improves maintainability.

* Fix npm script command in blog preview workflow

Replaced `npm scss:build` with the correct `npm run scss:build` command in the GitHub Actions workflow. This ensures the SCSS build step executes properly during site generation.

* Update blog preview workflow to use mkdocs gh-deploy

Replaces the GitHub Pages action with `mkdocs gh-deploy` for deploying previews. Simplifies the workflow configuration and reduces dependencies.

* Update `site_url` logic and fix URL format consistency

Simplified the `site_url` handling in the workflow by removing branch-specific URL construction. Additionally, ensured the main URL in `mkdocs.yml` uses a consistent trailing slash. This enhances clarity and maintains uniformity in URL formatting.

* Set `use_directory_urls` in mkdocs.yml directly.

Removed redundant script lines for configuring `use_directory_urls` in the workflow file. This simplifies deployment logic by directly defining the configuration in the mkdocs.yml file.

* Remove unnecessary CSS source map file

Deleted `custom.css.map` as it is not required for production. Removing it helps reduce clutter and keeps the repository clean.

* Add support for 'satware.ai' as a homepage path

Updated body-classes.js to treat 'satware.ai' as a homepage path by adding the 'home' class to the body element. This ensures correct behavior for both empty paths and specific developer GitHub Pages.

* Simplify FAQ and navigation structure.

Renamed `faq.md` to `index.md` for consistency and updated navigation links in `mkdocs.yml` to use folder paths directly. Adjusted `main.html` to clean up formatting with additional line breaks.

* Update footer links to use relative paths

Replaced absolute paths with relative paths for internal footer links to ensure consistency and improve maintainability. External links remain unchanged.

* Fix relative URL for Jane Alesi's team page in authors file

Updated the URL path for Jane Alesi to ensure correct navigation to her team page. This fixes a broken link caused by an incorrect relative URL.

* Update footer links and enhance blog post on website relaunch

Updated footer links to utilize dynamic `config.site_url` for consistent URL routing. Enhanced the blog post for better readability, showcasing the MkDocs implementation, GitHub integration, and use of Mermaid diagrams.

* Update footer link and simplify satWay documentation

Replaced the "Blog" link in the footer with "satWay Prinzipien" and refined the satWay documentation by removing overly detailed content about Jane Alesi. Additionally, added the Blog section to the site navigation in `mkdocs.yml`.
This commit is contained in:
mw
2025-05-20 15:27:23 +02:00
committed by GitHub
parent 9ec744a042
commit 9fbea33697
86 changed files with 389 additions and 238 deletions
+37 -57
View File
@@ -6,78 +6,61 @@ hide:
- toc
---
<div class="satag--home-landing">
<!-- Section entry -->
<div class="satag--home-hero entry">
<h1>KI-Power<br /> für Ihr Business</h1>
<div class="entry-text">
<div class="satag--home-hero entry">
<h1>KI-Power<br /> für Ihr Business</h1>
<div class="entry-text">
<span class="satag-trademark">satware®</span> AI bietet zukunftsweisende KI-Lösungen, die Unternehmen dabei
unterstützen, ihre Prozesse zu optimieren, Daten effektiver zu nutzen und intelligente Entscheidungen zu treffen. Unsere
Technologien sind darauf ausgerichtet, Ihren Geschäftserfolg durch moderne, KI-gestützte Lösungen zu steigern.
</div>
<p class="hero-buttons"><a class="md-button md-button--primary" href="/webinare/" title="Präsentation zu satware® AI anfragen">Präsentation anfragen</a> <a class="md-button" href="/zugang/" title="Zugang zu satware® AI bestellen">Zugang bestellen</a></p>
<p class="screenshot-container satag--padding-container">
</div>
<p class="hero-buttons">
<a class="md-button md-button--primary" href="webinare/" title="Präsentation zu satware® AI anfragen">Präsentation anfragen</a> <a class="md-button" href="zugang/" title="Zugang zu satware® AI bestellen">Zugang bestellen</a>
</p>
<p class="screenshot-container satag--padding-container">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/satware-ai-chat-screenshot.avif" type="image/avif">
<source srcset="assets/images/home/satware-ai-chat-screenshot.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/satware-ai-chat-screenshot.jpg" alt="Screenshot von satware AI chat" />
<img src="assets/images/home/satware-ai-chat-screenshot.jpg" alt="Screenshot von satware AI chat" />
</picture>
</p>
</p>
</div>
<!-- end Section entry -->
<!-- Section Companies -->
<div class="satag--home-companies satag--padding-container">
<h2>Innovative Unternehmen setzen auf <span class="satag-trademark">satware®</span> AI</h2>
<div class="satag--home-companies-logo-container">
<div class="satag--home-companies-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/square/hammel-steuerberatungsgesellschaft.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/square/hammel-steuerberatungsgesellschaft.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/company-logos/square/hammel-steuerberatungsgesellschaft.png" alt="Hammel Steuerbüro Logo" />
<img src="assets/images/home/company-logos/square/hammel-steuerberatungsgesellschaft.png" alt="Hammel Steuerbüro Logo" />
</picture>
</div>
<div class="satag--home-companies-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/square/ocu-pro.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/square/ocu-pro.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/company-logos/square/ocu-pro.png" alt="Ocu Pro Logo" />
<img src="assets/images/home/company-logos/square/ocu-pro.png" alt="Ocu Pro Logo" />
</picture>
</div>
<div class="satag--home-companies-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/square/satware.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/square/satware.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/company-logos/square/satware.png" alt="satware AG Logo" />
<img src="assets/images/home/company-logos/square/satware.png" alt="satware AG Logo" />
</picture>
</div>
<div class="satag--home-companies-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/square/klinikum.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/square/klinikum.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/company-logos/square/klinikum.png" alt="Klinikum Worms Logo" />
<img src="assets/images/home/company-logos/square/klinikum.png" alt="Klinikum Worms Logo" />
</picture>
</div>
</div>
@@ -131,9 +114,9 @@ Technologien sind darauf ausgerichtet, Ihren Geschäftserfolg durch moderne, KI-
<div class="satag--home-testimonials-text active" data-testimonial-id="1">
<picture class="satag--home-testimonial-text-logo">
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/testimonials/silentwaves_logo.avif" type="image/avif">
<source srcset="assets/images/home/testimonials/silentwaves_logo.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img class="satag--home-testimonial-text-logo" src="../assets/images/home/testimonials/silentwaves_logo.png" alt="Silent Waves Logo">
<img class="satag--home-testimonial-text-logo" src="assets/images/home/testimonials/silentwaves_logo.png" alt="Silent Waves Logo">
</picture>
<p>
"Die KI-Agenten der satware sind für mich wertvoller Sparringspartner für Konzeptentwicklung & Reflektion.
@@ -149,9 +132,9 @@ Für mich als Coach & Mediator ist Vertraulichkeit der Schlüssel. Top!"
<div class="satag--home-testimonials-text" data-testimonial-id="2">
<picture class="satag--home-testimonial-text-logo">
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/square/klinikum.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/square/klinikum.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img class="satag--home-testimonial-text-logo" src="../assets/images/home/company-logos/square/klinikum.png" alt="Klinikum Worms Logo">
<img class="satag--home-testimonial-text-logo" src="assets/images/home/company-logos/square/klinikum.png" alt="Klinikum Worms Logo">
</picture>
<p>
@@ -166,9 +149,9 @@ Für mich als Coach & Mediator ist Vertraulichkeit der Schlüssel. Top!"
<div class="satag--home-testimonials-text" data-testimonial-id="3">
<picture class="satag--home-testimonial-text-logo">
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/square/ocu-pro.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/square/ocu-pro.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img class="satag--home-testimonial-text-logo" src="../assets/images/home/company-logos/square/ocu-pro.png" alt="Ocu Pro Logo">
<img class="satag--home-testimonial-text-logo" src="assets/images/home/company-logos/square/ocu-pro.png" alt="Ocu Pro Logo">
</picture>
<p>
@@ -186,48 +169,48 @@ Für mich als Coach & Mediator ist Vertraulichkeit der Schlüssel. Top!"
<div class="satag--home-testimonial-image-wrapper active" data-testimonial-id="1">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/testimonials/silentwaves.avif" type="image/avif">
<source srcset="assets/images/home/testimonials/silentwaves.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/testimonials/silentwaves.jpg" alt="Jens Emrich von Kajdacsy" class="satag--home-testimonial-image">
<img src="assets/images/home/testimonials/silentwaves.jpg" alt="Jens Emrich von Kajdacsy" class="satag--home-testimonial-image">
</picture>
<div class="satag--home-testimonial-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/testimonials/silentwaves_logo.avif" type="image/avif">
<source srcset="assets/images/home/testimonials/silentwaves_logo.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/testimonials/silentwaves_logo.png" alt="Silent Waves Logo">
<img src="assets/images/home/testimonials/silentwaves_logo.png" alt="Silent Waves Logo">
</picture>
</div>
</div>
<div class="satag--home-testimonial-image-wrapper" data-testimonial-id="2">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/testimonials/klinikum-worms-eva-ehmke.avif" type="image/avif">
<source srcset="assets/images/home/testimonials/klinikum-worms-eva-ehmke.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/testimonials/klinikum-worms-eva-ehmke.jpg" alt="Dr. Eva Ehmke" class="satag--home-testimonial-image">
<img src="assets/images/home/testimonials/klinikum-worms-eva-ehmke.jpg" alt="Dr. Eva Ehmke" class="satag--home-testimonial-image">
</picture>
<div class="satag--home-testimonial-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/klinikum-worms.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/klinikum-worms.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/company-logos/klinikum-worms.png" alt="Klinikum Worms Logo">
<img src="assets/images/home/company-logos/klinikum-worms.png" alt="Klinikum Worms Logo">
</picture>
</div>
</div>
<div class="satag--home-testimonial-image-wrapper" data-testimonial-id="3">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/testimonials/ocu-pro-thomas-tyrtania.avif" type="image/avif">
<source srcset="assets/images/home/testimonials/ocu-pro-thomas-tyrtania.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/testimonials/ocu-pro-thomas-tyrtania.jpg" alt="Dr. Thomas Tyrtania" class="satag--home-testimonial-image">
<img src="assets/images/home/testimonials/ocu-pro-thomas-tyrtania.jpg" alt="Dr. Thomas Tyrtania" class="satag--home-testimonial-image">
</picture>
<div class="satag--home-testimonial-logo">
<picture>
<!-- Best compression, newer browsers -->
<source srcset="../assets/images/home/company-logos/ocupro.avif" type="image/avif">
<source srcset="assets/images/home/company-logos/ocupro.avif" type="image/avif">
<!-- Fallback for older browsers -->
<img src="../assets/images/home/company-logos/ocupro.png" alt="Ocu Pro Logo">
<img src="assets/images/home/company-logos/ocupro.png" alt="Ocu Pro Logo">
</picture>
</div>
</div>
@@ -238,8 +221,5 @@ Für mich als Coach & Mediator ist Vertraulichkeit der Schlüssel. Top!"
</div>
<!-- end section testimonials -->
<script src="assets/javascript/lightbox.js"></script>
</div>
</div>