-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (70 loc) · 1.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
# Site settings
title: Labs64 – Innovations Delivered
slogan: Innovations Delivered
email: info@labs64.com
description: Labs64 is one of the first companies worldwide with a cloud-based solution that can be individually configured, delivering Licensing as a Service.
keywords: labs64,netlicensing,guidechimp,software license,licensing model,membership,license management,Licensing-as-a-Service
copyright: Labs64 GmbH
company: Labs64
url: "https://www.labs64.com"
baseurl: ""
dns_prefetch:
- //netlicensing.io
- //go.netlicensing.io
- //ui.netlicensing.io
- //www.labs64.de
- //www.labs64.com
- //io.labs64.com
- //l64.cc
# Styling
stage_banner_image: "../img/netlicensing-stage-banner-01.png"
# TopNav sticker
topnav_sticker_text: "We Are Hiring!"
topnav_sticker_url: "/career/"
topnav_sticker_image: "/img/labs64-hiring.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"