Refactor MkDocs blog structure, enhance SCSS watcher, and improve plugin configuration (#103)
- 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.
This commit is contained in:
@@ -21,18 +21,6 @@ tags:
|
||||
- Enterprise-Software
|
||||
---
|
||||
|
||||
<style>
|
||||
.md-typeset .admonition.warning {
|
||||
color: #fff !important;
|
||||
background-color: rgba(255, 152, 0, 0.1) !important;
|
||||
border-color: #ff9800 !important;
|
||||
}
|
||||
.md-typeset .admonition.warning .admonition-title {
|
||||
background-color: #ff9800 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
# KI entwickelt Software: Wie Prompts zu Enterprise-Ready-Lösungen werden 🚀🔖
|
||||
|
||||
## Wenn Algorithmen programmieren: Die neue Ära der AI-gestützten Entwicklung
|
||||
|
||||
Reference in New Issue
Block a user