Init Jekyll Theme
This commit is contained in:
parent
ef6d8f23ef
commit
e5d20c0faf
161 changed files with 11696 additions and 0 deletions
12
style-guide.html
Normal file
12
style-guide.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Style your content!"
|
||||
subtitle: "Layouts of Feeling Responsive"
|
||||
image_header: "header_unsplash_6.jpg"
|
||||
permalink: "/design/style-guide/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.categories.layout %}
|
||||
<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
Reference in a new issue