The Fastest Eleventy Starter Project

{% markdown -%} {% include 'content.md' %} {%- endmarkdown %} {% picture 'car.jpg', 'Panning photo of grey coupe on road', '90vw', 'lazy' %}
{% stylesheet 'scss' %} // Import sass from your styles directory @import "mixins"; .home { @include container; margin-bottom: 4rem; &__title { margin-bottom: 2rem; margin-top: 2rem; } &__content > * + { * { margin-top: 1rem; } picture, p > picture:only-child { margin-top: 2rem; } } } {% endstylesheet %} {% javascript %} console.log("Super fast 💨"); {% endjavascript %}