-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
89 lines (77 loc) · 1.83 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
title: Sovereign Cloud Stack
tagline: One platform — standardized, built and operated by many.
description: Sovereign Cloud Stack combines the best of cloud computing in one unified standard. SCS is built, backed, and operated by an active open-source community worldwide. Together we put users in control of their data by enabling cloud operators through a decentralized and federated cloud stack – leveraging true digital sovereignty to foster trust in clouds.
url: https://scs.community
permalink: pretty
languages: ["en", "de"]
exclude_from_localizations: ["/assets"]
sass:
sass_dir: /assets/css/_sass
style: compressed
include:
- _pages
exclude:
- .sass-cache
- .jekyll-cache
- .devcontainer
- .github
- _gems
- node_modules
- _assets
social:
name: Sovereign Cloud Stack
links:
- https://www.linkedin.com/company/sovereigncloudstack
- https://github.com/SovereignCloudStack
defaults:
- scope:
path: ""
values:
image: default-card.jpg
feed:
categories:
- security
- release
collections:
jobs:
output: true
permalink: /:collection/:name
employees:
output: true
permalink: /:name
partners:
output: true
permalink: /:collection/:name
tenders:
output: true
sort_by: number
permalink: /:collection/:name
members:
output: true
permalink: /:collection/:name
assets:
destination: "/assets"
sources:
- _assets/
- _assets/vendor
- _assets/slides
- _assets/fonts
- _assets/scripts
- _assets/css/_sass
source_maps: false
cache: false
gzip: true
compression: true
compressors:
uglifier:
harmony: true
compress:
unused: false
plugins:
- jekyll-multiple-languages-plugin
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-last-modified-at
- jekyll-feed
- jekyll-scholar
- jekyll-assets