diff --git a/.travis.yml b/.travis.yml
index 5edb9b8..58a2335 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: ruby
-rvm: 2.4.2
+rvm: 2.5.1
sudo: false
cache: bundler
diff --git a/_config.yml b/_config.yml
index 16e88ce..f384ff5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,7 +8,9 @@ subheading: APEL client and server source code
description: "GitHub Page for the APEL project."
analytics: #Google analytics code in the format XX-nnnnnnnn-n
baseurl: "" #important: start with /
-url: "http://apel.github.io"
+url: "https://apel.github.io"
+
+safe: true
# Travis bundles gems in the vendor directory which Jekyll will fail on if it's not excluded.
exclude: [vendor]
@@ -26,13 +28,7 @@ colors: #in hex code if not noted else
link_hover: "#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
-
-# Serving
-detach: false
-port: 8080
-host: 0.0.0.0
-baseurl: "" # does not include hostname
-
+
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
diff --git a/_includes/head.html b/_includes/head.html
index 42422a2..c8082df 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -10,7 +10,7 @@
-
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 991e1f4..058726e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,5 +1,5 @@
-
+
{% include head.html %}
diff --git a/assets/css/style.css b/assets/css/main.css
similarity index 100%
rename from assets/css/style.css
rename to assets/css/main.css
diff --git a/index.md b/index.md
index 65d6afe..71c7224 100644
--- a/index.md
+++ b/index.md
@@ -5,7 +5,7 @@ subheading: APEL
project-url: https://github.com/apel
---
-#Welcome to APEL
+# Welcome to APEL
This is the GitHub Page for the APEL project.
@@ -15,18 +15,22 @@ The accounting information is gathered from different sensors into a central acc
Statistics are available for view in different detail by Users, VO Managers, Site Administrators and anonymous users according to well defined access rights.
-##Software Status
+## Software Status
-###APEL
-[](https://travis-ci.org/apel/apel)
-[](https://coveralls.io/r/apel/apel?branch=dev)
-[](https://landscape.io/github/apel/apel/dev)
+### APEL
[](https://github.com/apel/apel/releases/latest)
[](https://github.com/apel/apel/issues)
-###SSM
-[](https://travis-ci.org/apel/ssm)
-[](https://coveralls.io/r/apel/ssm?branch=dev)
-[](https://landscape.io/github/apel/ssm/dev)
+[](https://travis-ci.org/apel/apel)
+[](https://coveralls.io/github/apel/apel?branch=dev)
+[](https://www.codacy.com/app/apel/apel)
+[](https://codeclimate.com/github/apel/apel/maintainability)
+
+### SSM
[](https://github.com/apel/ssm/releases/latest)
-[](https://github.com/apel/ssm/issues)
\ No newline at end of file
+[](https://github.com/apel/ssm/issues)
+
+[](https://travis-ci.org/apel/ssm)
+[](https://coveralls.io/github/apel/ssm?branch=dev)
+[](https://www.codacy.com/app/apel/ssm)
+[](https://codeclimate.com/github/apel/ssm/maintainability)