aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 092cdbbef7665a93062b23622032731111f36e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.
# 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