You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ languages:
9
9
title: Kured
10
10
description: Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.
11
11
languageCode: en-gb
12
+
time_format_default: 2006-01-02
13
+
time_format_blog: 2006-01-02
14
+
15
+
permalinks:
16
+
blog: /:section/:year/:month/:slug/
12
17
13
18
module:
14
19
proxy: direct
@@ -57,6 +62,10 @@ params:
57
62
url: 'https://twitter.com/kubereboot'
58
63
icon: fa-brands fa-twitter
59
64
desc: Follow us on Twitter to get the latest news!
description: 'We are starting our very own blog! Expect Kured news here!'
6
+
url: /blog/2022/11/hello-world/
7
+
tags: [announcement]
8
+
---
9
+
10
+
We are very pleased to start this blog and keep you up to date on what's new with Kured.
11
+
12
+
If you want to join our community, please have a look at our [community docs](/docs/community/). We are a very small team and look forward to seeing you around!
0 commit comments