-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_config.yml
More file actions
24 lines (24 loc) · 948 Bytes
/
_config.yml
File metadata and controls
24 lines (24 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: mruby
title: Lightweight Ruby
description: >- # this means to ignore newlines until "markdown:"
mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard.
mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the
interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the
mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to generate compiled byte
code in a C source file, see the "mrbtest" program under the "test" directory for an example.
markdown: kramdown
highlighter: rouge
url: https://mruby.org
repository: https://github.com/mruby/mruby.github.io
include: ['_index.html']
plugins:
- jekyll-avatar
- jekyll-feed
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- README.md
- gen_mgemdata.rb
- gen_mrbdoc.rb
- vendor