lucht/src/index.njk

26 lines
624 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>HTML Minification</li>
2023-06-08 19:42:42 +00:00
<li>CSS Pipline (SCSS > CleanCSS > Inline)</li>
<li>Eleventy Dev Server</li>
2021-12-08 01:52:08 +00:00
<li>Eleventy SVG Sprites</li>
<li>Eleventy RSS</li>
<li>Post Date Formatting Filter</li>
2021-12-09 01:53:24 +00:00
<li>Post Excerpts</li>
2021-12-08 01:52:08 +00:00
</ul>
2021-09-05 19:32:14 +00:00
</p>
2021-12-09 01:53:24 +00:00
<p>Visit the <a href="{{ site.githubUrl }}">eleventonia repo</a> for more information.</p>
2021-09-05 19:32:14 +00:00
</article>