Skip to content

Commit b16a42a

Browse files
committed
Website updates
1 parent b252e34 commit b16a42a

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
174174

175175

176176
# Plugins
177-
gems:
177+
plugins:
178178
# - jekyll-paginate
179179
- jekyll-sitemap
180180
- jekyll-gist

_layouts/archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
{% if (page.header.overlay_color or page.header.overlay_image) or page.header.image %}
5+
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
66
{% include page__hero.html %}
77
{% endif %}
88

_layouts/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% include base_path %}
66

7-
{% if (page.header.overlay_color or page.header.overlay_image) or page.header.image %}
7+
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
88
{% include page__hero.html %}
99
{% endif %}
1010

_layouts/splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% include base_path %}
66

7-
{% if (page.header.overlay_color or page.header.overlay_image) or page.header.image %}
7+
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
88
{% include page__hero.html %}
99
{% endif %}
1010

_pages/home.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ needhelp:
3333
image_path: migeran-logo-200x200.png
3434
image_width: 200px
3535
excerpt: '[Migeran]({{ site.data.links.migeran }}) is the project lead and core developer of Multi-OS Engine. We provide commercial support, custom development and training services.<br/><br/>[Contact Migeran]({{ site.data.links.migeran_contact }}){: .btn .btn--large .btn--migeran-red}'
36-
analyzer:
37-
- title: 'Is your Android App Ready for iOS?'
38-
image_path: features/MigeranAnalyzer.png
39-
excerpt: 'Find out with the free Migeran Analyzer web service<br /><br />[Start Now]({{ site.data.links.migeran_analyzer }}){: .btn .btn--large .btn--migeran-blue}'
4036
---
4137

4238
{% include button_nav %}
@@ -45,6 +41,4 @@ analyzer:
4541

4642
{% include feature_row id="learnmore" type="center" %}
4743

48-
{% include feature_row id="analyzer" type="center" %}
49-
5044
{% include feature_row id="needhelp" type="center" %}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Moved MOE Website ot GitHub Pages"
3+
excerpt: ""
4+
author_profile: true
5+
layout: single
6+
comments: true
7+
---
8+
9+
Dear MOE Community,
10+
11+
today we moved the https://multi-os-engine.org repository to [GitHub Pages](https://github.com/multi-os-engine/multi-os-engine.github.io), so anyone can send in PRs to update the website.
12+

0 commit comments

Comments
 (0)