* Update .gitignore to include custom.css.map
Added a reference to custom.css.map to prevent it from being tracked by Git. This helps avoid committing autogenerated files and keeps the repository clean.
* Fix layout issues for iPad and tablet landscape view
Updated responsive styles to ensure proper visibility and alignment of header elements and navigation on devices with widths between 768px and 1220px. Adjusted logo, spacing, font sizes, and layout to improve usability and appearance. Disabled the hamburger menu to avoid conflicts in this viewport range.
* Fix layout issues for iPad and tablet landscape view
Updated responsive styles to ensure proper visibility and alignment of header elements and navigation on devices with widths between 768px and 1220px. Adjusted logo, spacing, font sizes, and layout to improve usability and appearance. Disabled the hamburger menu to avoid conflicts in this viewport range.
* Add workflow_dispatch trigger to preview workflows
Enable manual execution for preview deployment workflows by adding the `workflow_dispatch` trigger. This allows users to start the workflows manually when necessary, improving flexibility and control.
* Set default font to "Assistant" in base.scss
Removed an unnecessary comment and ensured the root uses "Assistant" as the default font. This improves code clarity while maintaining consistent styling.
---------
Co-authored-by: Tim Friedrich Weber <tfw@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>