File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11mruby.org
22=========
33
4- This is the [ Jekyll] ( http ://www. jekyllrb.com/) source of
5- the [ mruby.org] ( http ://mruby.org/) website.
4+ This is the [ Jekyll] ( https ://jekyllrb.com/) source of
5+ the [ mruby.org] ( https ://mruby.org/) website.
66
77## Preview
88
99The following will give you a preview of the site.
1010
1111Install bundler:
1212
13- ```
13+ ``` shell
1414gem install bundler
1515```
1616
1717Clone the repository:
1818
19- ```
19+ ``` shell
2020git clone https://github.com/mruby/mruby.github.io
2121```
2222
2323Install Jekyll and its dependencies:
2424
25- ```
25+ ``` shell
2626cd mruby.github.io
2727bundle install
2828```
2929
3030Preview the site:
3131
32- ```
32+ ``` shell
3333bundle exec jekyll serve
3434open " http://localhost:4000"
3535```
Original file line number Diff line number Diff line change 1818 < link rel ="stylesheet " href ="/css/main.css ">
1919
2020 <!-- Favicon -->
21- < link rel ="icon " type ="image/png " href ="/favicon.png " / >
21+ < link rel ="icon " type ="image/png " href ="/favicon.png ">
Original file line number Diff line number Diff line change 11 < nav class ="navbar navbar-mruby " role ="navigation ">
22 < div class ="navbar-header ">
3- < a href ="/ "> < img src ="/images/mruby_header.png " / ></ a >
3+ < a href ="/ "> < img src ="/images/mruby_header.png "> </ a >
44 </ div >
55
66 < div >
2525 <!--
2626 <form class="navbar-form navbar-left" role="search">
2727 <div class="form-group">
28- <input type="text" class="form-control" / >
28+ <input type="text" class="form-control">
2929 </div> <button type="submit" class="btn btn-default">Submit</button>
3030 </form>
3131 -->
You can’t perform that action at this time.
0 commit comments