* feat: Add blog post for "KI für Einsteiger - Live erleben" webinar
- Comprehensive blog post advertising the June 6, 2025 beginner webinar
- Features Luna Alesi, Justus Alesi, and Zuri Alesi as demo agents
- Includes authentic customer testimonials from satware.ai homepage
- Structured for MkDocs with proper metadata and formatting
- Targets absolute AI beginners with practical, accessible content
* feat: Move blog post to correct posts directory
- Move blog post from docs/blog/ to docs/blog/posts/ for proper MkDocs blog structure
- Maintains all content and formatting
- Follows MkDocs Material blog plugin conventions
* feat: Rename blog post with date prefix for consistency
- Rename ki-fuer-einsteiger-live-erleben.md to 2025-06-04-ki-fuer-einsteiger-live-erleben.md
- Follows naming convention of other blog posts (YYYY-MM-DD-title.md)
- Maintains all content and formatting unchanged
- Improves chronological organization in blog directory
* feat: Add Tim Friedrich Weber as blog author
- Add tim-friedrich-weber author entry following michael-wegener pattern
- Include profile information from satware.com/TFW
- Use provided avatar image URL
- Set description as Web Developer & Creative Professional
- Add URL reference to satware.com profile
* feat: Update blog post author to Tim Friedrich Weber
- Change author from satware-team to tim-friedrich-weber
- Reflects that Tim Friedrich Weber is the webinar moderator
- Aligns with author configuration in .authors.yml
* Delete docs/blog/ki-fuer-einsteiger-live-erleben.md
Signed-off-by: Michael Wegener <mw@satware.com>
* Delete docs/blog/posts/ki-fuer-einsteiger-live-erleben.md
Signed-off-by: Michael Wegener <mw@satware.com>
* Update .authors.yml
Signed-off-by: Michael Wegener <mw@satware.com>
* Remove references to "Kostenloser Testzugang" and emphasize participant questions
* Remove references to "Kostenloser Testzugang" and emphasize participant questions
* Add YouTube channel and webinar playlist references
* Update title and enhance content based on satware® AI chat knowledge
---------
Signed-off-by: Michael Wegener <mw@satware.com>
Co-authored-by: Michael Wegener <mw@satware.com>
- Adjusted `mkdocs.sh` to expand SCSS watcher to include `docs` and `mkdocs.yml`.
- Simplified blog template by extracting post logic to `partials/post.html`.
- Updated `mkdocs.yml` with refined plugins including RSS, meta, and enhanced blog options.
- Improved blog Markdown files with structural changes and better TOC handling.
- Removed unused styles and deprecated logic in blog posts for cleaner maintenance.
* feat: Add John and Leon Alesi to blog authors
* feat: Add comprehensive blog post about AI-driven software development
* fix: Remove irrelevant financial disclaimer from software development blog post
* ✨ Blog Update: Enhanced QRCode-MCP testing framework details & expanded Alesi AGI team
* 🔧 Fix: Correct markdown unordered lists formatting for MkDocs Material
Eliminated unnecessary blank lines in two blog posts to improve readability and maintain a more consistent formatting style. These changes have no impact on the content but enhance the visual structure.
Eliminated unnecessary blank lines in two blog posts to improve readability and maintain a more consistent formatting style. These changes have no impact on the content but enhance the visual structure.
* feat: Add Sequential Thinking Blog Post with legal compliance
- Add comprehensive blog post about Sequential Thinking Plugin launch
- Include multi-agent collaboration from Jane, Theo, and Justus Alesi
- Feature legal compliance review and financial disclaimers
- Integrate technical specifications and practical examples
- Add verified sources and evidence quality framework
- Include Mermaid diagrams for visual explanation
- Implement proper German localization with DACH market focus
* feat: Update Sequential Thinking blog post with comprehensive content, legal compliance and verified sources
- Added comprehensive Theo Alesi financial analysis section with Sequence-of-Returns Risk
- Integrated Justus Alesi legal compliance review with UWG compliance
- Included verified sources with tier classification system
- Added proper disclaimers for financial content
- Enhanced technical specifications and implementation details
- Added visual diagrams via Mermaid for better understanding
- Comprehensive quality assurance with all regulatory requirements
* feat: Add Theo Alesi and Justus Alesi to blog authors
- Added theo-alesi: Financial & Investment Intelligence Specialist
- Added justus-alesi: Legal Expert for Swiss, German and EU Law
- Required for Sequential Thinking blog post build to succeed
* feat: Restructure blog post with finance usecase and moved disclaimer
- Moved financial disclaimer to Theo Alesi section
- Transformed Theo's section into comprehensive usecase with real scenario
- Added detailed Sequential Thinking workflow for portfolio planning
- Enhanced readability with step-by-step financial analysis example
- Improved visual flow with Mermaid diagram for risk illustration
- Maintained legal compliance while showcasing practical application
---------
Co-authored-by: Jane Alesi <ja@satware.ai>
* Add new blog post about the Cortex system
* Update case study with Wolfgang Alesi example
* Update 2025-05-21-cortex-system-ai-gedaechtnis.md
Signed-off-by: Michael Wegener <mw@satware.com>
* Update Quellenverzeichnis with validated references
* Updated reference section with validated sources
---------
Signed-off-by: Michael Wegener <mw@satware.com>
Co-authored-by: Michael Wegener <mw@satware.com>
* Neuer Blog-Beitrag: Wie moderne LLMs wirklich denken
* Update blog post to improve formatting
* Add modified workflow file to fix deployment
* Add README to blog post directory
* Fix YAML front matter quotes syntax
* Update MkDocs config to exclude README.md from blog posts
* Delete docs/blog/posts/README.md
Signed-off-by: Jane Alesi <ja@satware.ai>
* Fix Mermaid diagram styling for dark mode
* Add Jane Alesi as additional author
---------
Signed-off-by: Jane Alesi <ja@satware.ai>
* 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`.
Removed `pointer-events: none` to enable hover effects on images and updated font weight for better visibility. Added new CSS for tooltips and modified navigation/yaml configuration for better presentation.
Added various FontAwesome font assets for enhanced icon support in the project. Updated images of team members and removed an outdated JavaScript bundle."