Skip to content

Commit 2350a5a

Browse files
authored
Blog: Add "Containers: pitfalls of incomplete tar archives" (#20)
* Add Blog section to site Signed-off-by: John Eckersberg <jeckersb@redhat.com> * Blog: Add "Containers: pitfalls of incomplete tar archives" Signed-off-by: John Eckersberg <jeckersb@redhat.com> * Update link for CNCF trademark usage Signed-off-by: John Eckersberg <jeckersb@redhat.com> --------- Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent 7fe5512 commit 2350a5a

File tree

6 files changed

+556
-1
lines changed

6 files changed

+556
-1
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ juice_extra_menu = [
5454
{ title = "About", link = "/about", external = false },
5555
{ title = "Docs", link = "https://bootc-dev.github.io/bootc/", external = true },
5656
{ title = "News", link = "/news", external = false },
57+
{ title = "Blog", link = "/blog", external = false },
5758
{ title = "GitHub", link = "https://github.com/bootc-dev/bootc", external = true },
5859
]
5960
favicon = "favicon.ico"

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Reference [Governance](about/governance) for project governance details.
5252
The bootc project is a [Cloud Native Computing Foundation (CNCF) Sandbox project](https://www.cncf.io/sandbox-projects/) and adheres to the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
5353

5454
---
55-
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).
55+
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/legal/trademark-usage/).

0 commit comments

Comments
 (0)