add eclipse config with none context path (#469)

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2017-04-03 15:36:50 +02:00
committed by Kai Zimmermann
parent f0487b051d
commit b49bb6522e
5 changed files with 24 additions and 16 deletions

View File

@@ -21,6 +21,10 @@
<description>Documenation for hawkBit</description>
<properties>
<jekyll.config>localconfig.yml</jekyll.config>
</properties>
<!-- Jekyll Linux Build -->
<profiles>
@@ -59,7 +63,7 @@
<phase>generate-resources</phase>
<configuration>
<file>${project.build.directory}/rubygems/bin/jekyll</file>
<execArgs>build --trace --source ${project.basedir}/src/main/resources --destination ${project.build.outputDirectory}</execArgs>
<execArgs>build --trace --source ${project.basedir}/src/main/resources --destination ${project.build.outputDirectory} --config ${project.basedir}/src/main/resources/${jekyll.config}</execArgs>
</configuration>
</execution>
<execution>
@@ -70,7 +74,7 @@
</goals>
<configuration>
<file>${project.build.directory}/rubygems/bin/jekyll</file>
<execArgs>serve --trace --source ${project.basedir}/src/main/resources --destination ${project.build.outputDirectory}</execArgs>
<execArgs>serve --trace --source ${project.basedir}/src/main/resources --destination ${project.build.outputDirectory} --config ${project.basedir}/src/main/resources/${jekyll.config}</execArgs>
</configuration>
<phase>none</phase>
</execution>
@@ -124,6 +128,8 @@
<argument>${project.basedir}/src/main/resources</argument>
<argument>--destination</argument>
<argument>${project.build.outputDirectory}</argument>
<argument>--config</argument>
<argument>${project.basedir}/src/main/resources/${jekyll.config}</argument>
</arguments>
</configuration>
</execution>
@@ -142,6 +148,8 @@
<argument>${project.basedir}/src/main/resources</argument>
<argument>--destination</argument>
<argument>${project.build.outputDirectory}</argument>
<argument>--config</argument>
<argument>${project.basedir}/src/main/resources/${jekyll.config}</argument>
</arguments>
</configuration>
<phase>none</phase>

View File

@@ -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/'

View File

@@ -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;

View 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/

View 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/