Skip to content

Commit fc223b7

Browse files
committed
generate a preview for social media sharing
1 parent ea9cfc2 commit fc223b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/_default/params.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ mainSections = ["posts", "series", "projects"]
1818
disableImageOptimization = false
1919
disableTextInHeader = false
2020
backgroundImageWidth = 1000
21-
defaultBackgroundImage = "img/rack.jpg" # used as default for background images
21+
defaultBackgroundImage = "img/rack.jpg" # used as default for background images
2222
#defaultFeaturedImage = "" # used as default for featured images in all articles
23+
defaultSocialImage = "img/logo.png" # used as fallback image for social media previews
2324

2425
highlightCurrentMenuArea = true
2526
smartTOC = true

content/series/kubernetes-in-ipv6-only-networks/part1/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: IPv6 infrastructure before deploying Kubernetes
3+
summary: The not so obvious infrastructure requirements to consider before deploying Kubernetes in IPv6 Only networks
34
date: 2025-10-22
45
lastmod: 2025-10-22
56
tags: ["IPv6", "Cilium", "Kubernetes"]

0 commit comments

Comments
 (0)