-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy path_config.yml
More file actions
110 lines (96 loc) · 2.1 KB
/
_config.yml
File metadata and controls
110 lines (96 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Jekyll Configuration for MCS Labs
title: "Microsoft Copilot Agents Labs"
subtitle: "Hands-on labs for building AI agents"
description: "Hands-on labs for building AI agents with Microsoft Copilot Studio"
baseurl: "/mcs-labs"
url: "https://microsoft.github.io"
logo: "/favicon.svg"
# Theme
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "air"
# Locale — emits <html lang>; used by minimal-mistakes for UI text lookups.
locale: "en-US"
# Search
search: true
search_full_content: true
# Breadcrumbs
breadcrumbs: true
# Code copy button
enable_copy_code_button: true
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-include-cache
# Kramdown settings
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
# Site author (shown in sidebar)
author:
name: "MCS Labs"
bio: "Hands-on labs for building AI agents with Microsoft Copilot Studio"
avatar: "/favicon.svg"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pratapladhani/mcs-labs"
# Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pratapladhani/mcs-labs"
# Collections
collections:
labs:
output: true
permalink: /labs/:name/
events:
output: true
permalink: /events/:name/
# Default layouts and front matter
defaults:
- scope:
path: ""
type: "labs"
values:
layout: "lab"
author_profile: false
toc: true
toc_sticky: true
toc_label: "On this page"
toc_icon: "bookmark"
read_time: false
share: false
- scope:
path: ""
type: "events"
values:
layout: "event"
author_profile: false
classes: wide
toc: false
share: false
- scope:
path: ""
type: "pages"
values:
layout: "single"
# Include favicon files
include:
- favicon.svg
# Exclude from build
exclude:
- .github/
- README.md
- LICENSE
- SECURITY.md
- labs/*/README.md
- labs/*/local-dist/
- labs/lab-template.md