From 22babb1718bda54e1fb5d07d0d13f1aa1ccc2eba Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Tue, 9 Jul 2019 15:09:53 +0200 Subject: [PATCH] Update URLs in GitHub Pages (#2953) Project is now under https://github.com/jerryscript-project and https://jerryscript.net . Update hardcoded URLs to use HTTPS, both for JerryScript and IoT.js. Make non-hardcoded URLs use Jekyll's `relative_url` filter to avoid mixed content errors on GH Pages. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu --- _config.yml | 14 +------------- _includes/head.html | 12 ++++++------ _includes/header.html | 16 ++++++++-------- _layouts/default.html | 2 +- index.html | 6 +++--- 5 files changed, 19 insertions(+), 31 deletions(-) diff --git a/_config.yml b/_config.yml index 092cdbbef..c2e755eab 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,4 @@ # Site settings title: JerryScript Engine -#email: your-email@domain.com -description: > # this means to ignore newlines until "baseurl:" - JerryScript is a very lightweight JavaScript engine with capability to run on microcontrollers with less than 8KB of RAM. +description: JerryScript is a very lightweight JavaScript engine with capability to run on microcontrollers with less than 8KB of RAM. # baseurl: "/jerryscript" # the subpath of your site, e.g. /blog/ -# url: "http://samsung.github.io" # the base hostname & protocol for your site -#twitter_username: jekyllrb -#github_username: samsung - -# Build settings -highlighter: rouge - -markdown: kramdown -kramdown: - input: GFM diff --git a/_includes/head.html b/_includes/head.html index 81f454190..03552a55f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,12 +9,12 @@ JavaScript engine for Internet of Things{% if page.title %}: {{ page.title }} {% endif %} - - - - - - + + + + + + - + diff --git a/index.html b/index.html index 2bf5d742b..50c5fad80 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ permalink: /

-

To learn more, please visit the project on GitHub.

-

If you want to try JerryScript take a look at our documentation. It includes Getting Started guides and JerryScript APIs reference.

-

Please, report all bugs and feature requests on JerryScript issue tracker. Feel free to ask questions on issue tracker.

+

To learn more, please visit the project on GitHub.

+

If you want to try JerryScript take a look at our documentation. It includes Getting Started guides and JerryScript APIs reference.

+

Please, report all bugs and feature requests on JerryScript issue tracker. Feel free to ask questions on issue tracker.