Sha256: 4170eb2f1d50cf4d16ee44cb9ab755c2c87638f3ca0aca7704e741a62552bef2
Contents?: true
Size: 875 Bytes
Versions: 3
Compression:
Stored size: 875 Bytes
Contents
--- title: Home layout: default --- <h1>{{ site.title }}</h1> Arrow is a text-first Jekyll theme available as a Ruby gem. It features minimal CSS by relying on default browser stylesheets to produce highly readable, responsive websites and blogs. <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 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
arrow-jekyll-theme-0.1.4 | index.md |
arrow-jekyll-theme-0.1.3 | index.md |
arrow-jekyll-theme-0.1.2 | index.md |