mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
17 lines
539 B
YAML
17 lines
539 B
YAML
# 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 then 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: pygments
|
|
|
|
markdown: kramdown
|
|
kramdown:
|
|
input: GFM
|