lucht/src/index.njk

25 lines
510 B
Text
Raw Normal View History

2021-09-03 02:06:40 +00:00
---
2021-09-05 19:32:14 +00:00
layout: base
title: Home
permalink: '/'
2021-12-03 02:29:33 +00:00
heading: A Mildly Opinionated Eleventy Starter
2021-09-05 19:32:14 +00:00
---
<article>
2021-12-03 02:29:33 +00:00
<h1>
2021-09-05 19:32:14 +00:00
{{ heading }}
2021-12-03 02:29:33 +00:00
</h1>
2021-09-05 19:32:14 +00:00
<p>
2021-12-08 01:52:08 +00:00
Features include:
<ul>
<li>CSS Pipeline (Sass > CleanCSS)</li>
<li>HTML Minification</li>
<li>Eleventy SVG Sprites</li>
<li>Eleventy RSS</li>
<li>Post Date Formatting Filter</li>
</ul>
2021-09-05 19:32:14 +00:00
</p>
2021-12-08 01:52:08 +00:00
<p>Visit the eleventonia repo for more information.</p>
2021-09-05 19:32:14 +00:00
</article>