Project Structure Flowchart

This flowchart visualizes the structure of the project.

graph LR A[index.markdown] --> B{_config.yml} A --> C[_posts/] C --> D[2024-06-01-Using-Codestral-with-VS-Code.markdown] C --> E[2024-06-01-working-with-codestral.markdown] C --> F[2025-01-28-qodo-extension-deepseek.markdown] C --> G[2025-02-12-supercharge-your-vs-code-with-cline-configuration-and-openrouter-integration.markdown] B --> H[Gemfile] C --> I[_posts/azure/] I --> J[...more azure posts] A --> K[404.html] A --> L[assets/] L --> M[assets/images/] M --> N[assets/images/Continue_vscode_extension.jpg] subgraph Archive O[archive/] end