-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1014 Bytes
/
index.html
File metadata and controls
35 lines (30 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: "Home"
---
<div class="container">
<section class="text-center mb-5">
<h2>Theme workshop</h2>
<p>Simple, fast, and minimal themes for your favorite static site generators.</p>
</section>
<div class="row justify-content-center">
{% include product-card.html
title="Jekyll Theme"
slug="rawfeed-jekyll"
version="0.3.1"
description="A minimal theme for Jekyll with a console-style aesthetic and fast loading."
url="/rawfeed-jekyll/" %}
{% include product-card.html
title="11ty Theme"
slug="rawfeed-11ty"
version=""
description="A straightforward Eleventy theme with no JS bloat and pure semantic HTML."
url="/rawfeed-11ty/" %}
<!-- {% include product-card.html
title="Astro Theme"
slug="rawfeed-astro"
version=""
description="A lightweight Astro theme for those who love retro design and markdown simplicity."
url="/rawfeed-astro/" %} -->
</div>
</div>