Sha256: 312fa726cad08df058a1fd914e31b8146ff3f30e4ccce7c19fd30abf41a003a3
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 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 }}">{{ post.title }}</a></h1> </li> {% endfor %} <p style="margin-top: 1.5rem;"><a href="/posts">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.1 | index.md |
arrow-jekyll-theme-0.1.0 | index.md |