Skip to content

Commit

Permalink
fix(template): heading padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 13, 2015
1 parent 8d4f0f4 commit 470b508
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 27 deletions.
40 changes: 21 additions & 19 deletions _app/_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,25 @@ <h2>Super-fast Jekyll framework</h2>
<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">0.0.30</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
</header>

<h2>Getting Started</h2>
{% for post in site.tags.getting-started %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

<h2>Customization</h2>
{% for post in site.tags.customization %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

<h2>Deployment</h2>
{% for post in site.tags.deployment %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

<h2>Miscellaneous</h2>
{% for post in site.tags.miscellaneous %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}
<div class="page-content">
<h2>Getting Started</h2>
{% for post in site.tags.getting-started %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

<h2>Customization</h2>
{% for post in site.tags.customization %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

<h2>Deployment</h2>
{% for post in site.tags.deployment %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}

<h2>Miscellaneous</h2>
{% for post in site.tags.miscellaneous %}
{% include themes/{{ site.theme }}/includes/page-item.html %}
{% endfor %}
</div>
</article>
1 change: 0 additions & 1 deletion _app/_posts/note/2014-02-01-external-link-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: External Link Post
category: note
link: http://sparanoid.com/
hidden: true
tags: customization
---

Expand Down
1 change: 0 additions & 1 deletion _app/_posts/note/2014-02-01-svg-post-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: SVG Post Ttile
category: note
tags: customization
hidden: true
svg-headline: svg/kai.svg
svg-headline-width: 400
svg-headline-height: 86
Expand Down
1 change: 0 additions & 1 deletion _app/_posts/note/2014-04-01-custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: Unique Post Styling via Custom CSS
category: note
hidden: true
tags: customization
scheme-text: "rgba(100, 16, 0, .5)"
scheme-code: "#fff"
Expand Down
1 change: 0 additions & 1 deletion _app/_posts/note/2014-05-01-custom-color-scheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: Custom Color Scheme
category: note
hidden: true
tags: customization
scheme-text: "#0029ff"
scheme-link: "#ff00b4"
Expand Down
1 change: 0 additions & 1 deletion _app/_posts/note/2014-06-01-custom-html-markups.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: Custom HTML Markups
category: note
plugin: intense
hidden: true
tags: customization
---

Expand Down
1 change: 0 additions & 1 deletion _app/_posts/note/2014-06-05-markup-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: Markup Example
category: note
plugin: intense
hidden: true
tags: miscellaneous
---

Expand Down
1 change: 0 additions & 1 deletion _app/_posts/note/2014-06-06-markdown-features-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: Markdown Features Test
category: note
hidden: true
tags: miscellaneous
---

Expand Down
2 changes: 1 addition & 1 deletion _app/_posts/note/2014-06-13-welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: note
tag: getting-started
---

`amsf`, a.k.a. **Almace Scaffolding**, a super-fast Jekyll framework, supports live reloading (Browsersync), LESS, HTML minification, inlined stylesheets and more.
AMSF, a.k.a. **Almace Scaffolding**, is a super-fast Jekyll framework, supports live reloading (Browsersync), LESS, HTML minification, inlined stylesheets and more.

<p class="largetype">
<a href="http://sparanoid.com/lab/amsf/getting-started.html">Getting Started</a>
Expand Down

0 comments on commit 470b508

Please sign in to comment.