diff --git a/config.yaml b/config.yaml index 4c3cd55..661629b 100644 --- a/config.yaml +++ b/config.yaml @@ -45,7 +45,14 @@ params: link: https://headlamp.dev/docs/latest/installation/desktop/ - title: Plugin development link: https://headlamp.dev/docs/latest/development/plugins/ - + news_stripe: + text: 'Headlamp present with a kiosk at KubeCon NA 2023 [Read more ยป](/blog/2023/11/headlamp-in-kubecon-north-america-2023/)' + expiration: "2023-11-10T00:00:00+02:00" + no_show_on: + - /blog/2023/11/headlamp-in-kubecon-north-america-2023/ + style: + bgcolor: "" + fgcolor: "" menu: main: - name: Blog diff --git a/content/blog/2023-11-06-kubecon-na-2023/index.md b/content/blog/2023-11-06-kubecon-na-2023/index.md new file mode 100644 index 0000000..09ae411 --- /dev/null +++ b/content/blog/2023-11-06-kubecon-na-2023/index.md @@ -0,0 +1,15 @@ ++++ +authors = ["joaquim-rocha"] +date = "2023-11-06T10:00:00+02:00" +description = "Headlamp in KubeCon North America 2023" +draft = false +tags = ["kubernetes", "ui", "headlamp", "cncf"] +title = "Headlamp in KubeCon North America 2023" +postImage = "splash.jpg" ++++ + +I'm excited to share that Headlamp will be at [KubeCon NA 2023](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/). ๐ŸŽ‰ + +For the first time, we are having a kiosk as well! So, if you're attending the event, you can find us at kiosk P13-A in the [project pavilion](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/program/project-engagement/#project-pavilion-hours). Come by and say hi, check out Headlamp's features and demos, and chat with our team members. We'd love to hear your feedback and suggestions on how to make Headlamp even better! + +We hope to see you there! diff --git a/content/blog/2023-11-06-kubecon-na-2023/splash.jpg b/content/blog/2023-11-06-kubecon-na-2023/splash.jpg new file mode 100644 index 0000000..94cc048 Binary files /dev/null and b/content/blog/2023-11-06-kubecon-na-2023/splash.jpg differ