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 1
1
mruby.org
2
2
=========
3
3
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.
6
6
7
7
## Preview
8
8
9
9
The following will give you a preview of the site.
10
10
11
11
Install bundler:
12
12
13
- ```
13
+ ``` shell
14
14
gem install bundler
15
15
```
16
16
17
17
Clone the repository:
18
18
19
- ```
19
+ ``` shell
20
20
git clone https://github.com/mruby/mruby.github.io
21
21
```
22
22
23
23
Install Jekyll and its dependencies:
24
24
25
- ```
25
+ ``` shell
26
26
cd mruby.github.io
27
27
bundle install
28
28
```
29
29
30
30
Preview the site:
31
31
32
- ```
32
+ ``` shell
33
33
bundle exec jekyll serve
34
34
open " http://localhost:4000"
35
35
```
Original file line number Diff line number Diff line change 18
18
< link rel ="stylesheet " href ="/css/main.css ">
19
19
20
20
<!-- 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 1
1
< nav class ="navbar navbar-mruby " role ="navigation ">
2
2
< div class ="navbar-header ">
3
- < a href ="/ "> < img src ="/images/mruby_header.png " / ></ a >
3
+ < a href ="/ "> < img src ="/images/mruby_header.png "> </ a >
4
4
</ div >
5
5
6
6
< div >
25
25
<!--
26
26
<form class="navbar-form navbar-left" role="search">
27
27
<div class="form-group">
28
- <input type="text" class="form-control" / >
28
+ <input type="text" class="form-control">
29
29
</div> <button type="submit" class="btn btn-default">Submit</button>
30
30
</form>
31
31
-->
You can’t perform that action at this time.
0 commit comments