-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (34 loc) · 972 Bytes
/
_config.yml
File metadata and controls
43 lines (34 loc) · 972 Bytes
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
# defaults
sass:
style: expanded # nested|expanded|compact|compressed
deploy_style: compressed # nested|expanded|compact|compressed
# "deploy_style:" is used only for building the site
# (ie: not using the --watch flag)
compile_in_place: false # true|false
# If true, compiles sass directly into your jekyll source directory
# As well as your destination directory
name: Cloudiator
description: A multi-tenant, cross-cloud orchestration framework.
url: https://cloudiator.github.io
# url: http://localhost:4000
favicon: /images/favicon.png
logo: /images/logo.png
gems:
- jekyll-seo-tag
- jekyll-sitemap
collections:
docs:
output: true
components:
output: true
api:
output: true
defaults:
- scope:
path: "_api/colosseum"
values:
api: "colosseum"
google_site_verification: 1_UKbWPLg8mXzsfaB0OSRpLVp2vqfJ3DNdGSisGQ4o8
markdown: kramdown
highlighter: rouge
exclude: [README.md, vendor, script]