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.