style: standardize modern favicon as favicon-car-modern.png and configure social cards, bump to 2.0.6

This commit is contained in:
Nubenetes Bot
2026-05-25 14:27:40 +02:00
parent 434d97222e
commit 5ff9dd7dca
6 changed files with 17 additions and 5 deletions

View File

@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [[2.0.6]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.0.6) - 2026-05-25
### Changed
- **Branding & Social Identity**: Renamed the modern favicon to `favicon-car-modern.png` and configured the MkDocs `social` plugin to utilize it as the default OpenGraph logo across V1 and V2 portals. This ensures a consistent, modern visual identity whenever documentation pages are shared on social platforms.
## [[2.0.5]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.0.5) - 2026-05-25
### Changed

View File

@@ -352,7 +352,7 @@ The bot must rotate between profiles to avoid detection:
- **Native GitHub Pages**: Migrated deployment to use native artifacts instead of the `gh-pages` branch for improved security and speed.
- **CI/CD Caching**: Implemented `cache: pip` via `requirements.txt` to significantly speed up build times.
- **V2 Elite Cyber Cloud Aesthetic**: Upgraded UI with high-contrast pure black backgrounds, neon cyan accents, advanced glassmorphism, and hover glow effects.
- **Visual Identity Modernization**: Replaced the legacy car favicon with a new modern "Gemini construction car" PNG to improve search engine appearance and brand consistency.
- **Visual Identity Modernization**: Replaced the legacy car favicon with a new modern "Gemini construction car" PNG (`favicon-car-modern.png`) to improve search engine appearance and brand consistency.
- **MkDocs Features Enabled**: Activated native Privacy Plugin (GDPR compliance), Pruned Navigation (performance), Social Cards in V1, Code Copy, Tab Sync, and Tooltips.
- **Announce Banner**: Added a global announcement banner to V1 directing users to the V2 Elite Portal.
- **Resilient Architectural Refinements (Phase 2)**:

View File

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -13,7 +13,7 @@ theme:
icon:
logo: logo
repo: fontawesome/brands/github
favicon: images/favicon-modern.png
favicon: images/favicon-car-modern.png
palette:
- scheme: default
primary: indigo

View File

@@ -52,6 +52,11 @@ plugins:
- privacy
- social:
cards: true
cards_layout_options:
background_color: "#263238"
font_family: "Inter"
custom_dir: "docs/images/"
logo: favicon-car-modern.png
extra_css:
- static/extra.css
extra_javascript:

View File

@@ -13,14 +13,14 @@ edit_uri: "edit/master/v2-docs/"
theme:
name: material
language: en
favicon: images/favicon-modern.png
favicon: images/favicon-car-modern.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/shield-outline
icon: material/shield-moon-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
@@ -47,7 +47,7 @@ theme:
- navigation.prune
- toc.integrate
plugins:
plugins:
- search
- privacy
- social:
@@ -55,6 +55,8 @@ plugins:
cards_layout_options:
background_color: "#263238"
font_family: "Inter"
custom_dir: "docs/images/"
logo: favicon-car-modern.png
extra:
social: