Skip to content

Commit

Permalink
add blog collection and sample entry
Browse files Browse the repository at this point in the history
currently set `draft: true` so section and entry are both not rendered.

References clusterlink-net#410

Signed-off-by: Etai Lev Ran <[email protected]>
  • Loading branch information
elevran committed Mar 20, 2024
1 parent 2ea8929 commit 1bd0c0d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: ClusterLink Blogs
linkTitle: Blog
menu: {main: {weight: 20, pre: "<i class='fa-solid fa-blog'></i>" }}
draft: true
---

Coming Soon!
22 changes: 22 additions & 0 deletions website/content/en/blog/hello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Long Page Title"
linkTitle: ShortNavigationTitle
date: 2024-03-20
author: Etai Lev Ran
description: >-
Welcome to ClusterLink
type: blog
draft: true
---

## Hello

That's it. Just wanted to say Hi.

Be gone now!

Oh, and if you delete the `draft: true` entry in the front matter above,
it'll actually show up on the website. For now it's our secret.

Blog entries will be displayed in reverse chronological order, based on the
`date` entry in the front matter.

0 comments on commit 1bd0c0d

Please sign in to comment.