Sha256: a4aaa98cf0ab6a78d3e9f0ec15e74281d7dd6377b8d30933ecc2a95675f91570

Contents?: true

Size: 734 Bytes

Versions: 2

Compression:

Stored size: 734 Bytes

Contents

---
title: Home
layout: default
---

<h1>{{ site.title }}</h1>

<p>{{ site.description }}</p>

<h2>Latest Posts</h2>

<ul class="feed">
    {% for post in site.posts limit:3 %}
    <li class="feed-item">
    	<p class="feed-item__date"><time>{{ post.date | date: "%Y-%m-%d"}}</time></p>
    	<h1 class="feed-item__title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
    </li>
    {% endfor %}
    
    <p style="margin-top: 1.5rem;"><a id="all_posts" href="{{ '/posts' | relative_url }}">View all posts →</a></p>
</ul>

## Features
- Semantic HTML
- Modular CSS 
- SEO 
- Social Media cards created by default
- RSS Feed
- Responsive Design 📱
- Light / Dark mode ☀️ 
- Utility CSS classes for developers

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arrow-jekyll-theme-0.1.6 index.md
arrow-jekyll-theme-0.1.5 index.md