File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : mruby
2
+ title : Lightweight Ruby
3
+ description : >- # this means to ignore newlines until "markdown:"
4
+ mruby is the lightweight implementation of the Ruby language complying to (part of) the ISO standard.
5
+ mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the
6
+ interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the
7
+ mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to generate compiled byte
8
+ code in a C source file, see the "mrbtest" program under the "test" directory for an example.
2
9
markdown : kramdown
3
10
highlighter : rouge
11
+ url : https://mruby.org
12
+ repository : https://github.com/mruby/mruby.github.io
4
13
include : _index.html
5
14
exclude :
6
15
- Gemfile
Original file line number Diff line number Diff line change 3
3
< h2 > Latest News</ h2 >
4
4
</ div >
5
5
</ div >
6
- </ div>
7
6
< div class ='row '>
8
7
< div class ="col-md-12 ">
9
8
< ul class ="posts ">
Original file line number Diff line number Diff line change 21
21
{% include footer.html %}
22
22
23
23
</ body >
24
- </ html >
24
+ </ html >
Original file line number Diff line number Diff line change 21
21
{% include footer.html %}
22
22
23
23
</ body >
24
- </ html >
24
+ </ html >
You can’t perform that action at this time.
0 commit comments