site: add blog (#837)

* add blog folder

* switch to sentence case
This commit is contained in:
RichieEscarez 2019-01-30 09:56:37 -08:00 committed by Richie Escarez
parent 8a3b442f51
commit 4fa93f5029
9 changed files with 101 additions and 0 deletions

12
blog/_index.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "Knative blog"
linkTitle: "Blog"
menu:
main:
weight: 30
---
Welcome to the Knative **blog** section. Keep up-to-date with product and
release announcements, read articles, hear about recent social events, and
find out where the Knative team will be talking next.

File diff suppressed because one or more lines are too long

6
blog/articles/_index.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Knative articles"
linkTitle: "Articles"
weight: 30
---

File diff suppressed because one or more lines are too long

5
blog/events/_index.md Normal file
View File

@ -0,0 +1,5 @@
---
title: "Knative social events"
linkTitle: "Events"
weight: 20
---

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

5
blog/releases/_index.md Normal file
View File

@ -0,0 +1,5 @@
---
title: "Knative releases"
linkTitle: "Releases"
weight: 20
---

10
community/_index.md Normal file
View File

@ -0,0 +1,10 @@
---
title: Community
menu:
main:
weight: 40
---
<!--add blocks of content here to add more sections to the community page -->
<!--Note: This page layout is from the Docsy template. See params.toml for link configuration. -->