mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
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
|
||||
# plugins
|
||||
plugins:
|
||||
- blog
|
||||
- include-markdown
|
||||
- callouts
|
||||
- glightbox
|
||||
@@ -112,6 +113,8 @@ nav:
|
||||
- Home: index.md
|
||||
- "Installation": installation.md
|
||||
- "Contributing": contributing.md
|
||||
- Blog:
|
||||
- "Blog Home": blog/index.md
|
||||
- Guidance:
|
||||
- "Getting Started": guidance/getting-started.md
|
||||
- "Managing Goose Sessions": guidance/managing-goose-sessions.md
|
||||
|
||||
Reference in New Issue
Block a user