From 95d951fc96db837363667bf0a1ae01a74a69cc8a Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Fri, 22 Mar 2024 04:28:32 -0500 Subject: [PATCH] updated the yaml file --- _config.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5fe441e..d608b1c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,18 @@ +title: 'Build an AI copilot with v-Core-based Azure Cosmos DB for MongoDB and Azure OpenAI' +remote_theme: MicrosoftLearning/Jekyll-Theme +exclude: + - readme.md + - .github/ +header_pages: + - index.html +author: Microsoft Learning +twitter_username: mslearning +github_username: MicrosoftLearning +plugins: + - jekyll-sitemap + - jekyll-mentions + - jemoji markdown: kramdown kramdown: syntax_highlighter_opts: - disable : true -sass: - style: :compressed + disable : true \ No newline at end of file