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 -[![Build Status](https://travis-ci.org/apel/apel.svg?branch=dev)](https://travis-ci.org/apel/apel) -[![Coverage Status](https://coveralls.io/repos/apel/apel/badge.svg?branch=dev)](https://coveralls.io/r/apel/apel?branch=dev) -[![Code Health](https://landscape.io/github/apel/apel/dev/landscape.svg?style=flat)](https://landscape.io/github/apel/apel/dev) +### APEL [![GitHub release](https://img.shields.io/github/release/apel/apel.svg)](https://github.com/apel/apel/releases/latest) [![GitHub issues](https://img.shields.io/github/issues-raw/apel/apel.svg)](https://github.com/apel/apel/issues) -###SSM -[![Build Status](https://travis-ci.org/apel/ssm.svg?branch=dev)](https://travis-ci.org/apel/ssm) -[![Coverage Status](https://coveralls.io/repos/apel/ssm/badge.svg?branch=dev)](https://coveralls.io/r/apel/ssm?branch=dev) -[![Code Health](https://landscape.io/github/apel/ssm/dev/landscape.svg?style=flat)](https://landscape.io/github/apel/ssm/dev) +[![Build Status](https://travis-ci.org/apel/apel.svg?branch=dev)](https://travis-ci.org/apel/apel) +[![Coverage Status](https://coveralls.io/repos/github/apel/apel/badge.svg?branch=dev)](https://coveralls.io/github/apel/apel?branch=dev) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b614b03d576a4f5cbb6efa2e64e5f7ef)](https://www.codacy.com/app/apel/apel) +[![Maintainability](https://api.codeclimate.com/v1/badges/03094b74f5fc4f728bc7/maintainability)](https://codeclimate.com/github/apel/apel/maintainability) + +### SSM [![GitHub release](https://img.shields.io/github/release/apel/ssm.svg)](https://github.com/apel/ssm/releases/latest) -[![GitHub issues](https://img.shields.io/github/issues-raw/apel/ssm.svg)](https://github.com/apel/ssm/issues) \ No newline at end of file +[![GitHub issues](https://img.shields.io/github/issues-raw/apel/ssm.svg)](https://github.com/apel/ssm/issues) + +[![Build Status](https://travis-ci.org/apel/ssm.svg?branch=dev)](https://travis-ci.org/apel/ssm) +[![Coverage Status](https://coveralls.io/repos/github/apel/ssm/badge.svg?branch=dev)](https://coveralls.io/github/apel/ssm?branch=dev) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cc3e808664ee41638938aa5c660a88ae)](https://www.codacy.com/app/apel/ssm) +[![Maintainability](https://api.codeclimate.com/v1/badges/34aa04f3583afce2ceb2/maintainability)](https://codeclimate.com/github/apel/ssm/maintainability)