add eclipse config with none context path (#469)
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
f0487b051d
commit
b49bb6522e
@@ -1,10 +0,0 @@
|
||||
# Site settings
|
||||
title: Eclipse hawkBit
|
||||
email: hawkbit-dev@eclipse.org
|
||||
description: Eclipse hawkBit - IoT Software Update
|
||||
baseurl: "" # the subpath of your site, e.g. /blog/
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
paginate: 3
|
||||
paginate_path: '/blog/page:num/'
|
||||
@@ -44,7 +44,7 @@ code {
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand-logo {
|
||||
background-image: url("/img/hawkbit_flower.png");
|
||||
background-image: url("../img/hawkbit_flower.png");
|
||||
background-size: 250px;
|
||||
background-repeat: no-repeat;
|
||||
position: absolute;
|
||||
@@ -68,7 +68,7 @@ code {
|
||||
}
|
||||
|
||||
.navbar-lp .navbar-brand-logo {
|
||||
background-image: url("/img/hawkbit_flower.png");
|
||||
background-image: url("../img/hawkbit_flower.png");
|
||||
background-size: 250px;
|
||||
background-repeat: no-repeat;
|
||||
position: absolute;
|
||||
@@ -99,7 +99,7 @@ code {
|
||||
}
|
||||
|
||||
.navbar-lp.scroll .navbar-brand-logo {
|
||||
background-image: url("/img/hawkbit_flower.png");
|
||||
background-image: url("../img/hawkbit_flower.png");
|
||||
background-size: 80px;
|
||||
background-repeat: no-repeat;
|
||||
position: absolute;
|
||||
@@ -266,7 +266,7 @@ footer {
|
||||
padding-top: 20px;
|
||||
}
|
||||
.navbar-inverse .navbar-brand-logo {
|
||||
background-image: url("/img/hawkbit_flower.png");
|
||||
background-image: url("../img/hawkbit_flower.png");
|
||||
background-size: 100px;
|
||||
background-repeat: no-repeat;
|
||||
position: absolute;
|
||||
|
||||
5
docs/src/main/resources/eclipseconfig.yml
Normal file
5
docs/src/main/resources/eclipseconfig.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Site settings
|
||||
title: Eclipse hawkBit
|
||||
email: hawkbit-dev@eclipse.org
|
||||
description: Eclipse hawkBit - IoT Software Update
|
||||
baseurl: "" # the subpath of your site, e.g. /blog/
|
||||
5
docs/src/main/resources/localconfig.yml
Normal file
5
docs/src/main/resources/localconfig.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Site settings
|
||||
title: Eclipse hawkBit
|
||||
email: hawkbit-dev@eclipse.org
|
||||
description: Eclipse hawkBit - IoT Software Update
|
||||
baseurl: "/hawkbit/" # the subpath of your site, e.g. /blog/
|
||||
Reference in New Issue
Block a user