Skip to content

Commit b268f85

Browse files
author
Moritz »mo.« Sauer
committed
Version 0.9
1 parent af69d3d commit b268f85

50 files changed

Lines changed: 417 additions & 203 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url: "/design/typography/"
1717
- title: "Blog-Page"
1818
url: "/blog/"
19-
- title: "Post-Layout"
19+
- title: "Post"
2020
url: "/design/post/"
2121
- title: "Post-Left-Sidebar"
2222
url: "/design/post-left-sidebar/"

_drafts/gallery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tags:
1010
- photos
1111
- gallery
1212
image:
13-
header: "no"
1413
thumb: "gallery_thumb.jpg"
1514
---
1615

_drafts/page_all_frontmatter.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: page
3+
title: ""
4+
subheadline: ""
5+
meta_description: ""
6+
description: ""
7+
date: 2014-03-28 00:00:00
8+
categories:
9+
-
10+
tags:
11+
-
12+
image:
13+
homepage: ""
14+
header: ""
15+
thumb: ""
16+
credit: ""
17+
url: ""
18+
---
19+
20+
21+
22+
23+
24+
[1]: #
25+
[2]: #
26+
[3]: #
27+
[4]: #
28+
[5]: #
29+
[6]: #
30+
[7]: #
31+
[8]: #
32+
[9]: #
33+
[10]: #

_drafts/post_with_image.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: ""
4+
subheadline: ""
5+
meta_description: ""
6+
description: ""
7+
categories:
8+
-
9+
tags:
10+
-
11+
image:
12+
header: ""
13+
thumb: ""
14+
homepage: ""
15+
credit: ""
16+
url: ""
17+
---
18+
19+
20+
21+
22+
[1]: #
23+
[2]: #
24+
[3]: #
25+
[4]: #
26+
[5]: #
27+
[6]: #
28+
[7]: #
29+
[8]: #
30+
[9]: #
31+
[10]: #

_drafts/post_without_image.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ categories:
88
-
99
tags:
1010
-
11-
image:
12-
header: "no"
1311
---
12+
13+
14+
15+
16+
17+
[1]: #
18+
[2]: #
19+
[3]: #
20+
[4]: #
21+
[5]: #
22+
[6]: #
23+
[7]: #
24+
[8]: #
25+
[9]: #
26+
[10]: #

_drafts/video.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: video
3+
title: ""
4+
subheadline: ""
5+
meta_description: ""
6+
description: ""
7+
image:
8+
categories:
9+
-
10+
tags:
11+
- video
12+
iframe: "<iframe width='970' height='546' src='//www.youtube.com/embed/WoHxoz_0ykI' frameborder='0' allowfullscreen></iframe>"
13+
---

_includes/footer.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<div class="row">
2-
<div class="small-12 columns" style="text-align: right;">
3-
<a class="entypo entypo-48" href="#top-of-page">&nbsp;&#59231;&nbsp;</a>
4-
</div><!-- /.small-12.columns -->
5-
</div><!-- /.row -->
1+
<div id="up-to-top" class="row">
2+
<div class="small-12 columns" style="text-align: right;">
3+
<a class="entypo entypo-48" href="#top-of-page">&nbsp;&#59231;&nbsp;</a>
4+
</div><!-- /.small-12.columns -->
5+
</div><!-- /.row -->
66

77

88
<footer id="footer-content" class="bg-grau">
@@ -47,7 +47,7 @@ <h5 class="shadow-black">Thank You!</h5>
4747

4848
<div id="subfooter">
4949
<nav class="row">
50-
<section id="subfooter-left" class="bottom-30 small-12 medium-6 columns">
50+
<section id="subfooter-left" class="b30 small-12 medium-6 columns">
5151
<ul class="inline-list">
5252
<li><a href="{{ site.url }}/about/">About</a></li>
5353
<li>We &hearts; <a style="display:inline;" href="http://jekyllrb.com/" target="_blank">Jekyll</a> &amp; <a style="display:inline;" href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a> </li>

_includes/footer_scripte.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<script src="{{ site.url }}/assets/js/app.min.js"></script>
22

3+
{% if page.image.header %}
34
<script>
4-
$("#masthead").backstretch("{{ site.url }}/assets/img/{% if page.image.header %}{{ page.image.header }}{% else %}unsplash_3.jpg{% endif %}");
5-
</script>
5+
$("#masthead").backstretch("{{ site.url }}/assets/img/{{ page.image.header }}");
6+
</script>
7+
{% endif %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
› offset
77
› category
88

9-
Example: {% include blog-entries.html entries='3' offset='1' category='design' %}
9+
Example: {% include list-posts.html entries='3' offset='1' category='design' %}
1010

1111

1212
This loop works like this:

_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if page.image.header == "no" %}
1+
{% if page.image.header == NULL %}
22

33
<div id="masthead-no-image-header">
44
<div class="row">

0 commit comments

Comments
 (0)