-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Organized Theme › new include-folder called helper, corrected typography
- Loading branch information
Showing
29 changed files
with
58 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,23 @@ | ||
--- | ||
layout: compress | ||
layout: default | ||
format: archive | ||
--- | ||
{% include _1_head.html %} | ||
|
||
{% include _2_topbar_navigation.html %} | ||
|
||
{% include _3_masthead.html %} | ||
|
||
<div id="content" class="row"> | ||
<div class="medium-8 medium-centered columns"> | ||
<div class="medium-8 medium-centered columns"> | ||
|
||
<h1>{{ page.title }}</h1> | ||
<h1>{{ page.title }}</h1> | ||
|
||
{{ content }} | ||
{{ content }} | ||
|
||
<div class="bem2"> | ||
{% include search %} | ||
</div> | ||
<div class="bem2"> | ||
{% include search %} | ||
</div> | ||
|
||
<ul class="toc"> | ||
{% for post in site.posts %} | ||
<li><a href="{{ post.url | absolute_url }}">{% if post.subheadline %}<span>{{ post.subheadline }}</span>{% endif %}{{ post.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
<ul class="toc"> | ||
{% for post in site.posts %} | ||
<li><a href="{{ post.url | absolute_url }}">{% if post.subheadline %}<span>{{ post.subheadline }}</span>{% endif %}{{ post.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</div><!-- /.row --> | ||
|
||
{% include _4_footer.html %} | ||
|
||
{% include _5_footer_scripts.html %} | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
layout: compress | ||
--- | ||
{% include _1_head.html %} | ||
{% include helper/_1_head.html %} | ||
|
||
{% include _2_topbar_navigation.html %} | ||
{% include helper/_2_topbar_navigation.html %} | ||
|
||
{% include _3_masthead.html %} | ||
{% include helper/_3_masthead.html %} | ||
|
||
{{ content }} | ||
|
||
{% include _4_footer.html %} | ||
{% include helper/_4_footer.html %} | ||
|
||
{% include _5_footer_scripts.html %} | ||
{% include helper/_5_footer_scripts.html %} | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
title: 'Post with Image and Caption' | ||
image: 'death-to-the-stock-photography-3457.jpg' | ||
caption: 'Death to Stock Photography' | ||
caption_url: 'http://deathtothestockphoto.com/' | ||
title : 'Post with Image and Caption' | ||
image : 'unsplash-samuel-scrimshaw.jpg' | ||
caption : 'Samuel Scrimshaw' | ||
caption_url : 'https://www.instagram.com/samscrim/' | ||
--- | ||
If you need a big image to open your post, add one line to front matter. *Simplicity* does the rest. If you want to add a caption, do it! The caption should link to the source of the photo? Add a link. | ||
<!--more--> | ||
{% highlight html %} | ||
--- | ||
title: Post with Image and Caption | ||
image: death-to-the-stock-photography-3457.jpg | ||
caption: Death to Stock Photography | ||
caption_url: http://deathtothestockphoto.com/ | ||
title : 'Post with Image and Caption' | ||
image : 'unsplash-samuel-scrimshaw.jpg' | ||
caption : 'Samuel Scrimshaw' | ||
caption_url : 'https://www.instagram.com/samscrim/' | ||
--- | ||
{% endhighlight %} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters