mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Add post on cilium 1.14
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
31
mkdocs.yml
31
mkdocs.yml
@@ -28,6 +28,25 @@ plugins:
|
||||
include_dir: _includes
|
||||
meta-descriptions: # If not provided, auto-generate a description (https://pypi.org/project/mkdocs-meta-descriptions-plugin/)
|
||||
meta:
|
||||
blog:
|
||||
# post_excerpt: required
|
||||
post_url_format: "{date}/{file}" # this allows us to change the post title in future without breaking URLs
|
||||
tags:
|
||||
tags_file: blog/tags.md
|
||||
rss:
|
||||
match_path: blog/posts/.*
|
||||
date_from_meta:
|
||||
as_creation: date
|
||||
categories:
|
||||
- categories
|
||||
- tags
|
||||
abstract_chars_count: 200
|
||||
image: https://geek-cookbook.funkypenguin.co.nz/images/site-logo.png
|
||||
url_parameters:
|
||||
utm_source: "geek-cookbook-blog"
|
||||
utm_medium: "RSS"
|
||||
utm_campaign: "feed-syndication"
|
||||
|
||||
|
||||
#theme_dir: mkdocs-material
|
||||
nav:
|
||||
@@ -92,6 +111,7 @@ nav:
|
||||
- InstaPy: recipes/instapy.md
|
||||
- Invidious: recipes/invidious.md
|
||||
- Jellyfin: recipes/jellyfin.md
|
||||
- Joplin Server: recipes/joplin-server.md
|
||||
- Keycloak:
|
||||
- recipes/keycloak/index.md
|
||||
- OIDC Provider: recipes/keycloak/setup-oidc-provider.md
|
||||
@@ -200,9 +220,14 @@ nav:
|
||||
- kubernetes/oidc/index.md
|
||||
- Authentik: kubernetes/oidc/authentik.md
|
||||
# - Keycloak: kubernetes/oidc/authentik.md
|
||||
# - Backup:
|
||||
# - kubernetes/backup/index.md
|
||||
# - kubernetes/wip.md
|
||||
- Backup:
|
||||
- kubernetes/backup/index.md
|
||||
- CSI Snapshots:
|
||||
- kubernetes/backup/csi-snapshots/index.md
|
||||
- Snapshot Validation Webhook: kubernetes/backup/csi-snapshots/snapshot-validation-webhook.md
|
||||
- Snapshot Controller: kubernetes/backup/csi-snapshots/snapshot-controller.md
|
||||
- Velero: kubernetes/backup/velero.md
|
||||
|
||||
# - Logging:
|
||||
# - fluent-bit, graylog, etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user