-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
89 lines (78 loc) · 2.03 KB
/
_config.yml
File metadata and controls
89 lines (78 loc) · 2.03 KB
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
# Site settings
title: Labs64.IO Ecosystem
slogan: Agile Business Powerhouse
email: info@labs64.io
description: A comprehensive suite of interconnected microservices designed to streamline and automate critical business workflow steps.
keywords: labs64io,ecosystem,cloud-native,api,integration,microservices,workflow automation,business automation,payment gateway,modularity,digital transformation,efficiency,enterprise software,devops,system architecture
copyright: Labs64 GmbH
company: Labs64.IO
url: "https://labs64.io"
baseurl: ""
dns_prefetch:
- //netlicensing.io
- //go.netlicensing.io
- //ui.netlicensing.io
- //www.labs64.de
- //www.labs64.com
- //labs64.io
- //io.labs64.com
- //l64.cc
# Styling
stage_banner_image: "../img/labs64io-stage-banner-01.png"
# Blog
blog_placeholder_image: "/img/blog/blog-placeholder.jpg"
blog_recommended_posts:
- /blog/2025/05/23/welcome-to-the-labs64io-ecosystem-diary/
- /blog/2025/06/16/helm-chart-documentation/
- /blog/2025/08/07/securing-microservices-with-keycloak-and-traefik-authproxy/
# TopNav sticker
topnav_enabled: false
topnav_sticker_text: "GitHub"
topnav_sticker_url: "https://github.com/topics/labs64-io"
topnav_sticker_image: "/img/banner-top-empty.png"
topnav_sticker_onclick: ""
topnav_sticker_target: "_self"
# SEO
#google_analytics_tracking_id: "UA-32654174-1"
google_analytics_tracking_id:
#yandex_metrika_tracking_id: "61860391"
yandex_metrika_tracking_id:
# Build settings
markdown: kramdown
highlight: rouge
permalink: /blog/:year/:month/:day/:title/
# Sass
sass:
sass_dir: _scss
style: :compressed
compress_html:
clippings: []
comments: []
endings: []
profile: false
ignore:
envs: []
# Exclude these files from production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- .gitignore
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
show_meta: true
author: "Labs64"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
show_meta: true
author: "Labs64"