-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
122 lines (98 loc) · 2.65 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Plugins
gems:
- jekyll-sitemap
- jekyll-paginate
- jemoji
safe: false
# Build Settings
markdown: kramdown
permalink: pretty
exclude:
- CONTRIBUTING
- CONTRIBUTORS
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- LICENSE
- .gitignore
- .travis.yml
jekyll-press:
exclude: ['sitemap.xml', '*.css']
js_options: {}
css_options: {}
html_options: {}
# Enable minification SASS
sass:
style: compressed
# Site settings
baseurl: ""
url: "http://labs.cloudbase.it"
google-tracking-id: "UA-72187921-1"
lang: "en"
author: "Cloudbase Solutions"
title: "Cloudbase LABS"
description: >
CloudbaseLABS is a training program developed by Cloudbase Solutions
in the fields of Python programming, OpenStack and DevOps technologies
and practices.
keywords: "windows, linux, python, bash, powershell, openstack, hyper-v"
twitterAccount: "@cloudbaseit"
socialImageSrcGooglePlus: "/img/seo/sharing-google-plus.png"
socialImageSrcTwitter: "/img/seo/sharing-twitter.png"
socialImageSrcFacebook: "/img/seo/sharing-facebook.png"
favicon: "/img/favicon.ico"
logo: "/img/logo.png"
404-img: "/img/labtocat.png"
web-app-mode: True
# Icons for Web App mode
icon-36p: "/img/web-app/icon-36p.png"
icon-48p: "/img/web-app/icon-48p.png"
icon-72p: "/img/web-app/icon-72p.png"
icon-96p: "/img/web-app/icon-96p.png"
icon-144p: "/img/web-app/icon-144p.png"
icon-192p: "/img/web-app/icon-192p.png"
# Blog
post-preview-words: 96
# Items displayed per page
paginate: 5
# Pagination path
paginate_path: "/blog/page:num/"
# Share options
email-share: True
fb-share: True
twitter-share: True
linkedin-share: True
reddit-share: True
google-plus-share: True
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: False
disqus-shortname: "cloudbaselabs"
syntax-highlight: True
social:
- title: "github"
url: "http://github.com/cloudbase/"
- title: "facebook"
url: "https://www.facebook.com/CloudbaseSolutions/"
- title: "twitter"
url: "http://twitter.com/cloudbaseit"
- title: "youtube"
url: "https://www.youtube.com/channel/UCBgH5RqPL4lgxA8gn3rIAFw/videos"
- title: "flickr"
url: "https://www.flickr.com/photos/cloudbaseit"
- title: "linkedin"
url: "http://www.linkedin.com/company/cloudbase-solutions"
- title: "google-plus"
url: "http://github.com/cloudbase/"
- title: "rss"
url: "/feed.xml"
# Settings for deploy rake task
username: "alexandrucoman"
repo: "labs.cloudbase.it"
branch: "master"
relative_source: "../labs.cloudbase.it/"
destination: "../labs.cloudbase.it-pages/"
production_url: "http://labs.cloudbase.it/"
source_url: "https://github.com/alexandrucoman/labs.cloudbase.it"