File tree 5 files changed +33
-2
lines changed
5 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 4
4
# baseurl is the website's URL without the hostname
5
5
6
6
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
7
- url : " http ://radio-pi.github.io"
7
+ url : " https ://radio-pi.github.io"
8
8
baseurl : " "
9
9
10
10
# If you are building a GitHub project page then use these settings:
@@ -24,6 +24,8 @@ description: Radio Pi - Transforme your Rapberry Pi in a Radio!
24
24
# List of links in the navigation bar
25
25
navbar-links :
26
26
Download : " download"
27
+ Blog : ' '
28
+ Tutorials : " tutorials"
27
29
# Resources:
28
30
# - Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
29
31
# - Learn markdown: "http://www.markdowntutorial.com/"
@@ -123,7 +125,6 @@ defaults:
123
125
type : " posts"
124
126
values :
125
127
layout : " post"
126
- comments : true # add comments to all blog posts
127
128
social-share : true # add social media sharing buttons to all blog posts
128
129
-
129
130
scope :
Original file line number Diff line number Diff line change 84
84
max-width : 100% ;
85
85
}
86
86
87
+ .projectIMG {
88
+ width : 100% ;
89
+ height : 250px ;
90
+ -webkit-box-shadow : 3px 3px 3px # 7C7C7C ;
91
+ box-shadow : 3px 3px 3px # 7C7C7C ;
92
+ border : 1px solid;
93
+ border-color : gray;
94
+ }
95
+
87
96
/* --- Navbar --- */
88
97
89
98
.navbar-custom {
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : Tutorials
4
+ ---
5
+
6
+
7
+ <div style =" width :49% ; float :left " >
8
+ <a href =" /2016-01-12-setup-a-radio-pi " >
9
+ <h3>Assemble the hardware</h3>
10
+ <img class="projectIMG" src="/img/hardware.jpg">
11
+ </a>
12
+ </div >
13
+
14
+ <div style =" width :2% ; float :left " >  ; </div >
15
+
16
+ <div style =" width :49% ; float :left " >
17
+ <a href="/2016-01-13-setup-a-radio-pi-software">
18
+ <h3>Install the software</h3>
19
+ <img class="projectIMG" src="/img/software.png">
20
+ </a>
21
+ </div >
You can’t perform that action at this time.
0 commit comments