Skip to content

Commit a9d8c20

Browse files
committed
Corrected & Optimized Drafts to start faster
1 parent cd8dccb commit a9d8c20

9 files changed

Lines changed: 90 additions & 53 deletions

_drafts/gallery.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,23 @@
11
---
22
layout: page
3-
title:
43
subheadline:
4+
title:
5+
teaser:
56
meta_description:
6-
description:
7+
permalink:
78
categories:
89
-
910
tags:
10-
- photos
11-
- gallery
11+
-
1212
image:
13-
thumb: "gallery_thumb.jpg"
13+
thumb:
1414
---
1515

1616
<ul class="clearing-thumbs small-block-grid-3" data-clearing>
17-
<li><a href="{{ site.url }}/images/_1.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
18-
<li><a href="{{ site.url }}/images/_2.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
19-
<li><a href="{{ site.url }}/images/_3.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
20-
<li><a href="{{ site.url }}/images/_4.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
21-
<li><a href="{{ site.url }}/images/_5.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
22-
<li><a href="{{ site.url }}/images/_6.jpg"><img data-caption="" class="th" src="{{ site.url }}/images/thumb.jpg"></a></li>
17+
<li><a href="{{ site.urlimg }}_1.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
18+
<li><a href="{{ site.urlimg }}_2.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
19+
<li><a href="{{ site.urlimg }}_3.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
20+
<li><a href="{{ site.urlimg }}_4.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
21+
<li><a href="{{ site.urlimg }}_5.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
22+
<li><a href="{{ site.urlimg }}_6.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
2323
</ul>
24-
25-
26-
27-
28-
29-
[1]: #
30-
[2]: #
31-
[3]: #
32-
[4]: #
33-
[5]: #
34-
[6]: #
35-
[7]: #
36-
[8]: #
37-
[9]: #
38-
[10]: #

_drafts/page_all_frontmatter.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,30 @@
22
layout: page
33
subheadline:
44
title:
5-
description:
5+
teaser:
6+
meta_description:
7+
permalink:
68
categories:
79
-
810
tags:
911
-
12+
header: no
1013
header:
11-
image: ""
12-
pattern: ""
13-
color: ""
14+
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
15+
image:
16+
pattern:
17+
color:
18+
background-color: "#fabb00"
19+
title: header with text
1420
image:
15-
homepage: ""
16-
thumb: ""
17-
credit: ""
18-
url: ""
21+
title:
22+
homepage:
23+
thumb:
24+
credit:
25+
url:
26+
show_meta: false
27+
sidebar: left
28+
comments: true
29+
breadcrumb: true
1930
---
2031

21-
22-
23-
24-
25-
[1]: #
26-
[2]: #
27-
[3]: #
28-
[4]: #
29-
[5]: #
30-
[6]: #
31-
[7]: #
32-
[8]: #
33-
[9]: #
34-
[10]: #

_drafts/page_simple.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
title:
4+
teaser:
5+
permalink:
6+
header: no
7+
---
8+

_drafts/page_with_image.md

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

_drafts/page_with_table_of_contents.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
layout: page-fullwidth
33
subheadline:
44
title:
5-
description:
5+
teaser:
66
meta_description:
7+
permalink:
78
categories:
89
-
910
tags:
@@ -12,7 +13,7 @@ tags:
1213
<div class="row">
1314
<div class="medium-4 medium-push-8 columns" markdown="1">
1415
<div class="panel radius" markdown="1">
15-
**Table of Contents**
16+
**Inhalt**
1617
{: #toc }
1718
* TOC
1819
{:toc}

_drafts/page_without_image.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title:
4+
subheadline:
5+
teaser:
6+
meta_description:
7+
permalink:
8+
categories:
9+
-
10+
tags:
11+
-
12+
---

_drafts/video.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
layout: video
3-
title:
43
subheadline:
4+
title:
5+
teaser:
56
meta_description:
6-
description:
7+
permalink:
78
image:
89
categories:
910
-

pages/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ There are several types of images you can define via front matter. If you want t
125125
126126
~~~
127127
image:
128-
title: thumbnail_image.jpg
128+
title: image.jpg
129129
~~~
130130
131131

pages/roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permalink: "/roadmap/"
1111
## Ideas and possible new features
1212
{: .t30 }
1313

14+
* Layout/Template for category-archives
1415
* Clean bare-bones version of *Feeling Responsive*
1516
* Landingpage
1617
* Even better responsive typography

0 commit comments

Comments
 (0)