This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
99 lines (92 loc) · 1.93 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
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
# Site wide configuration
title: "Azure Citadel"
description: "A location for Azure related training material developed and maintained by the UK One Commercial Partner Solution Architect team at Microsoft"
logo: MSLogo.jpg
teaser: MSLogo.jpg
featured: project.png
locale: en
timezone: Europe/London
url: https://azurecitadel.github.io
feed:
path: atom.xml
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: pretty
kramdown:
input: GFM
toc_levels: 1..2
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
# Front matter defaults
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: article
author_profile: true
comments: true
share: true
related: true
# images
- scope:
path: "images"
values:
image: true
# Site owner
owner:
name: Richard Cheney
email: [email protected]
twitter: https://twitter.com/RichCheneyAzure
bio:
avatar: /images/authors/rich-c.jpg # 160x160 px image for author byline
disqus-shortname: https-ukpducim-github-io # Do not change - matches against https://https-ukpducim-github-io.disqus.com/admin/settings/general/
include:
- .htaccess
- "_pdu"
- "_workshops"
- "_posts"
- "_pages"
- "_blogs"
- "_landingpages"
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- github-pages-local.md
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp