File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
url : " https://spdk.github.io"
2
- baseurl : " "
2
+ baseurl : " http://www.spdk.io "
3
3
title : Storage Performance Development Kit
4
4
5
5
author : Benjamin Walker
Original file line number Diff line number Diff line change 11
11
< hr class ="section-heading-spacer ">
12
12
< div class ="clearfix "> </ div >
13
13
< h2 class ="section-heading "> {{ post.title }}</ h2 >
14
- < div class ="lead "> {{ post.excerpt }} < a class ="post-link " href ="{{ post.url }} "> Continue...</ a > </ div >
14
+ < div class ="lead "> {{ post.excerpt }} < a class ="post-link " href ="{{ site.baseurl }}{{ post.url }} "> Continue...</ a > </ div >
15
15
</ div >
16
16
< div class ="col-lg-5 col-lg-offset-2 col-sm-6 ">
17
- < img class ="img-responsive " src ="img/blog/{{ post.img }} " alt ="">
17
+ < img class ="img-responsive " src ="{{ site.baseurl }}/ img/blog/{{ post.img }} " alt ="">
18
18
</ div >
19
19
</ div >
20
20
@@ -32,10 +32,10 @@ <h2 class="section-heading">{{ post.title }}</h2>
32
32
< hr class ="section-heading-spacer ">
33
33
< div class ="clearfix "> </ div >
34
34
< h2 class ="section-heading "> {{ post.title }}</ h2 >
35
- < div class ="lead "> {{ post.excerpt }} < a class ="post-link " href ="{{ post.url }} "> Continue...</ a > </ div >
35
+ < div class ="lead "> {{ post.excerpt }} < a class ="post-link " href ="{{ site.baseurl }}{{ post.url }} "> Continue...</ a > </ div >
36
36
</ div >
37
37
< div class ="col-lg-5 col-sm-pull-6 col-sm-6 ">
38
- < img class ="img-responsive " src ="img/blog/{{ post.img }} " alt ="">
38
+ < img class ="img-responsive " src ="{{ site.baseurl }}/ img/blog/{{ post.img }} " alt ="">
39
39
</ div >
40
40
</ div >
41
41
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2>Join Our Community:</h2>
14
14
{% if box.ico == null %}
15
15
< i class ="fa fa-{{ box.title }} fa-fw "> </ i >
16
16
{% else %}
17
- < img class ="fa fa-fw " src ="/{{ box.ico }} "> </ img >
17
+ < img class ="fa fa-fw " src ="{{ site.baseurl }} /{{ box.ico }} "> </ img >
18
18
{% endif %}
19
19
< span class ="box-name "> {{ box.title }}</ span >
20
20
</ a >
Original file line number Diff line number Diff line change 8
8
9
9
< title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ title >
10
10
11
- < link href ="/css/bootstrap.min.css " rel ="stylesheet ">
12
- < link href ="/css/spdk.css " rel ="stylesheet ">
11
+ < link href ="{{ site.baseurl }} /css/bootstrap.min.css " rel ="stylesheet ">
12
+ < link href ="{{ site.baseurl }} /css/spdk.css " rel ="stylesheet ">
13
13
< link href ='https://fonts.googleapis.com/css?family=Roboto:400,900 ' rel ='stylesheet ' type ='text/css '>
14
14
15
15
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h3>{{ page.subTitle }}</h3>
11
11
{% for box in site.boxes %}
12
12
< li >
13
13
< a href ="{{ box.url }} " class ="btn btn-default btn-lg ">
14
- < img class ="box-ico " src ="/{{ box.ico }} "> </ img >
14
+ < img class ="box-ico " src ="{{ site.baseurl }} /{{ box.ico }} "> </ img >
15
15
< span class ="box-name "> {{ box.title }}</ span >
16
16
</ a >
17
17
</ li >
You can’t perform that action at this time.
0 commit comments