Sha256: b3618b377c1cb52218251d8e4a726a2864902ba8a8a74aa0515ce6a071e127f8

Contents?: true

Size: 1.56 KB

Versions: 5

Compression:

Stored size: 1.56 KB

Contents

---
layout: default
---

<header>
  <div class="logo logo-closer-to-top-on-mobile">
    <svg xmlns="http://www.w3.org/2000/svg" width="103" height="136" viewBox="0 0 103 136">
      <path fill="#F22939" fill-rule="evenodd" d="M0 0v6.663h2.352c5.29 0 8.034 3.331 9.406 6.27L49.97 94.26c-3.135 8.623-9.798 29.003-16.657 29.003-3.331 0-3.331-3.723-3.527-5.879-.392-6.859-5.095-11.17-12.542-11.17-8.035 0-12.934 6.075-12.934 13.326C4.311 126.594 9.798 136 23.32 136c14.697 0 22.536-9.994 32.138-34.686L83.09 30.571C92.3 7.055 93.476 6.663 98.963 6.663h3.527V0H67.608v6.663h3.92c2.351 0 6.858.588 6.858 6.27 0 7.447-5.879 24.3-7.838 29.591l-9.015 24.3-23.516-53.89c-1.371-3.332-.196-6.271 3.332-6.271h5.29V0H0z"/>
    </svg>
    <div class="under under-large">
      <h1><em>{{ site.title | escape }}</em></h1>
      <div class="social">
        <a class="accent" href="https://twitter.com/yefim"><i class="fa fa-twitter"></i></a><a class="accent" href="https://github.com/yefim"><i class="fa fa-github"></a></i><a class="accent make-mail-smaller" href="mailto:hi@yef.im"><i class="fa fa-paper-plane"></i></a>
      </div>
    </div>
  </div>
</header>
<main>
  <ul>
    {% for post in site.posts %}
      <li class="post">
        <span class="accent fixed-date">{{ post.date | date: "%b %-d, %Y" }}</span>
        <div class="post-details">
          <h2><a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a></h2>
          <p class="excerpt">{{ post.excerpt | strip_html | normalize_whitespace | truncate: 160 | escape }}</p>
        </div>
      </li>
    {% endfor %}
  </ul>
</main>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yefeme-0.3.8 _layouts/home.html
yefeme-0.3.7 _layouts/home.html
yefeme-0.3.6 _layouts/home.html
yefeme-0.3.5 _layouts/home.html
yefeme-0.3.4 _layouts/home.html