feat: adding blog component (#254)
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
authors:
|
||||||
|
ebony:
|
||||||
|
name: Ebony Louis
|
||||||
|
description: Developer Advocate
|
||||||
|
avatar: https://avatars.githubusercontent.com/u/55366651?v=4
|
||||||
|
rizel:
|
||||||
|
name: Rizel Scarlett
|
||||||
|
description: Staff Developer Advocate
|
||||||
|
avatar: https://avatars.githubusercontent.com/u/22990146?v=4
|
||||||
|
adewale:
|
||||||
|
name: Adewale Abati
|
||||||
|
description: Staff Developer Advocate
|
||||||
|
avatar: https://avatars.githubusercontent.com/u/4003538?v=4
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Blog
|
||||||
|
|
||||||
@@ -40,6 +40,7 @@ theme:
|
|||||||
logo: assets/logo.ico
|
logo: assets/logo.ico
|
||||||
# plugins
|
# plugins
|
||||||
plugins:
|
plugins:
|
||||||
|
- blog
|
||||||
- include-markdown
|
- include-markdown
|
||||||
- callouts
|
- callouts
|
||||||
- glightbox
|
- glightbox
|
||||||
@@ -112,6 +113,8 @@ nav:
|
|||||||
- Home: index.md
|
- Home: index.md
|
||||||
- "Installation": installation.md
|
- "Installation": installation.md
|
||||||
- "Contributing": contributing.md
|
- "Contributing": contributing.md
|
||||||
|
- Blog:
|
||||||
|
- "Blog Home": blog/index.md
|
||||||
- Guidance:
|
- Guidance:
|
||||||
- "Getting Started": guidance/getting-started.md
|
- "Getting Started": guidance/getting-started.md
|
||||||
- "Managing Goose Sessions": guidance/managing-goose-sessions.md
|
- "Managing Goose Sessions": guidance/managing-goose-sessions.md
|
||||||
|
|||||||
Reference in New Issue
Block a user