-
Notifications
You must be signed in to change notification settings - Fork 376
/
_config.yml
65 lines (57 loc) · 1.07 KB
/
_config.yml
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
title: Microsoft Open Source
email:
description: Microsoft Open Source
twitter_username: openatmicrosoft
github_username: microsoft
cdn:
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-seo-tag
- jekyll-octicons
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
collections:
projects:
output: false
posts:
output: false
community:
output: false
fossfund:
output: false
exclude:
- README.md
- Brewfile
- Brewfile.lock.json
- CODE_OF_CONDUCT.md
- content.json
- CONTRIBUTING.md
- LICENSE
- localbuilder.sh
- Gemfile
- SECURITY.md
- Gemfile.lock
- CNAME
- Dockerfile
- Dockerfile.builder
- script
- vendor/gems
- node_modules
- node_modules/**/CHANGELOG.md
- CHANGELOG.md
- gulpfile.js
- package.json
- package-lock.json
seo:
twitter:
username: openatmicrosoft
defaults:
-
scope:
path: ""
values:
image: https://opensource.azureedge.net/assets/images/social-card.png
layout: default