Neuer Blog-Beitrag: Wie moderne LLMs wirklich denken (#58)
* 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>
This commit is contained in:
+6
-3
@@ -48,7 +48,7 @@ theme:
|
||||
|
||||
|
||||
#font:
|
||||
# text: Roboto
|
||||
# text: Roboto
|
||||
#code: Roboto Mono
|
||||
|
||||
favicon: assets/images/favicon.png
|
||||
@@ -74,6 +74,10 @@ plugins:
|
||||
post_url_format: "{slug}"
|
||||
post_date_format: "dd.MM.yyyy"
|
||||
archive_toc: true
|
||||
# Added exclusion pattern for README.md files
|
||||
exclude:
|
||||
- "*.txt"
|
||||
- "README.md"
|
||||
- social
|
||||
|
||||
|
||||
@@ -182,5 +186,4 @@ nav:
|
||||
- Workshops: workshops/
|
||||
- Preise: zugang/
|
||||
- FAQ: faq/
|
||||
- Blog: blog/
|
||||
|
||||
- Blog: blog/
|
||||
Reference in New Issue
Block a user