forked from Azure/azure.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (33 loc) · 983 Bytes
/
_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
# Site settings
title: Open source cloud frameworks, SDKs and contribution guidelines - Microsoft Azure Open Source
email: [email protected]
description: > # Learn about the open source frameworks and SDKs for Microsoft Azure including our Java, PHP, Node.js,
Python and other libraries. We also provide information and guidelines for contributing to our open source projects on
GitHub. All Azure open source projects have a flexible Apache 2.0 or MIT license.
url: "https://azure.github.io"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate_path: "/blog/page:num/"
paginate: 5
disqus: "azureghio"
excerpt_length: 50
exclude:
- "node_modules"
- "Gemfile"
- "Gemfile.lock"
- "gulpfile.js"
- "package.json"
- "Rakefile"
- "Readme.md"
- "LICENSE.txt"
- "assets"
- "ignore"
include:
- .nojekyll
github_username: azuresdkci
gems:
- jekyll-redirect-from
- jekyll-categories
- jekyll-paginate