Skip to content

Commit 8408fe1

Browse files
committed
- Fixed layout etc
1 parent ed5d24b commit 8408fe1

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ start:
1010
$(JEKYLL)
1111
stop:
1212
killall ruby
13+
14+
post:
15+
touch "_posts/`date +"%Y-%m-%d-index.md"`"

index.html renamed to _layouts/mainpage.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ <h1>Open HackSpace Stockholm</h1>
1414
<!-- <p class="view"><a href="https://github.com/openhackspace">View My GitHub Profile</a></p> -->
1515
</header>
1616
<section>
17-
<h2>Open HackSpace Stockholm</h2>
18-
<p>Test site.</p>
19-
<p><a href="2013/01/22/foo.html">Our first post!</a></p>
17+
{{ content }}
2018
</section>
2119
<footer>
2220
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
File renamed without changes.

foo.md

-10
This file was deleted.

index.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: mainpage
3+
---
4+
5+
## Open HackSpace Stockholm
6+
7+
Open HackSpace is...
8+
9+
[This is our first post!](2013/01/22/index.html)
10+

0 commit comments

Comments
 (0)