Skip to content

Commit 02dc054

Browse files
Daniel Holbachdholbach
authored andcommitted
Add blog section to website
Fixes: #29 Signed-off-by: Daniel Holbach <daniel@weave.works>
1 parent e579151 commit 02dc054

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ languages:
99
title: Kured
1010
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.
1111
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/
1217

1318
module:
1419
proxy: direct
@@ -57,6 +62,10 @@ params:
5762
url: 'https://twitter.com/kubereboot'
5863
icon: fa-brands fa-twitter
5964
desc: Follow us on Twitter to get the latest news!
65+
- name: RSS Feed
66+
url: /blog/index.xml
67+
icon: fa fa-rss
68+
desc: Subscribe to the RSS feed of our blog!
6069
developer:
6170
- name: GitHub
6271
url: 'https://github.com/kubereboot'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
author: dholbach
3+
date: 2022-11-29 8:30:00+00:00
4+
title: Hello World
5+
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!

content/en/blog/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Blog
3+
type: section
4+
menu:
5+
main:
6+
weight: 20
7+
---

0 commit comments

Comments
 (0)