diff --git a/docs/blog/.authors.yml b/docs/blog/.authors.yml new file mode 100644 index 00000000..ec6e2901 --- /dev/null +++ b/docs/blog/.authors.yml @@ -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 \ No newline at end of file diff --git a/docs/blog/index.md b/docs/blog/index.md new file mode 100644 index 00000000..c58f16c5 --- /dev/null +++ b/docs/blog/index.md @@ -0,0 +1,2 @@ +# Blog + diff --git a/mkdocs.yml b/mkdocs.yml index ac1018e9..ab18c4ed 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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