Skip to content

Commit d7a7e3d

Browse files
committed
add tutorials section
1 parent 07b910b commit d7a7e3d

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# baseurl is the website's URL without the hostname
55

66
# 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"
88
baseurl: ""
99

1010
# 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!
2424
# List of links in the navigation bar
2525
navbar-links:
2626
Download: "download"
27+
Blog: ''
28+
Tutorials: "tutorials"
2729
#Resources:
2830
# - Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
2931
# - Learn markdown: "http://www.markdowntutorial.com/"
@@ -123,7 +125,6 @@ defaults:
123125
type: "posts"
124126
values:
125127
layout: "post"
126-
comments: true # add comments to all blog posts
127128
social-share: true # add social media sharing buttons to all blog posts
128129
-
129130
scope:

css/main.css

+9
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ img {
8484
max-width: 100%;
8585
}
8686

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+
8796
/* --- Navbar --- */
8897

8998
.navbar-custom {

img/hardware.jpg

713 KB
Loading

img/software.png

47.8 KB
Loading

tutorials.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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">&nbsp;</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>

0 commit comments

Comments
 (0)