From c88e7e7e2b8bef773dde6f5b5f3c04f310ee3f4b Mon Sep 17 00:00:00 2001
From: madrilene {{ blog.intro }} {{ blog.intro }} © {{ credit }} © {{ credit }}
- A list of sites based on / built with Eleventy Excellent.
-
+ in
-
+
-
+ {{ font.description }} Font Families: {{ font.value | join(', ')}} {{ font.description }} Font Families: {{ font.value | join(', ') }}
- {{ item.data.title }}
-
+
+ {{ item.data.title }}
+
{% else %}
-
- {{ item.data.title }}
-
+
+ {{ item.data.title }}
+
{% endif %}
{{ item.data.title }}
- {{ item.templateContent | safe }}
-{{ item.data.title }}
+ {{ item.templateContent | safe }}
+
- {% set itemList = pagination.items %} {% for item in itemList %}
-
- {% set activateTags = true %}
-
- {% set definedDate = item.date %}
-
- {% set headingContext = "h2" %}
-
- {% include 'components/card.njk' %} {% endfor %}
+ {% set itemList = pagination.items %}
+ {% for item in itemList %}
+
+ {% set activateTags = true %}
+
+ {% set definedDate = item.date %}
+
+ {% set headingContext = "h2" %}
+
+ {% include 'components/card.njk' %}
+ {% endfor %}
@@ -37,7 +39,7 @@ masonry: true
{% set metaKey = "blog" %}
{% if collectionToPaginate.length > pagination.size %}
-
- {% include 'components/pagination.njk' %} {% endif %}
+
+ {% include 'components/pagination.njk' %}
+ {% endif %}
-
diff --git a/src/_layouts/home.njk b/src/_layouts/home.njk
index 63c6211..625499b 100644
--- a/src/_layouts/home.njk
+++ b/src/_layouts/home.njk
@@ -12,9 +12,7 @@ masonry: true
- {% set itemList = collections.posts %} {% for item in itemList.slice(0, 4) %}
-
- {% set activateTags = true %}
-
- {% set headingContext = "h3" %}
-
- {% include 'components/card.njk' %} {% endfor %}
+ {% set itemList = collections.posts %}
+ {% for item in itemList.slice(0, 4) %}
+
+ {% set activateTags = true %}
+
+ {% set headingContext = "h3" %}
+
+ {% include 'components/card.njk' %}
+ {% endfor %}
{{ title }}
{% if image %}
-
- {% eleventyImage image, alt or title, null, "eager", "feature" %} {% endif %} {% if
- credit %}
-
-
-
- Add yours by submitting a
+ A list of sites based on / built with Eleventy Excellent. Add yours by submitting a
{{ designTokens.colors.description }}
- {%- for color in designTokens.colors.items %}
-
var(--color-{{ color.name | slugify }})
- var(--color-{{ color.name | slugify }})
+ Custom colors
variables.css. Some only change for dark theme.
- {%- for color in customColors %}
-
{{ color.property }}
- {{ color.property }}
+ Gradients
- {%- for gradient in customGradients %}
-
@@ -84,16 +84,16 @@ customGradients:
{{ gradient.property }}
-
-
- {{ gradient.property }}
+
+
+ Fonts
- {%- for font in designTokens.fonts.items %}
-
@@ -107,22 +107,24 @@ customGradients:
- {{ font.name }}
-
- var(--font-{{ font.name | slugify }})
-
+ {{ font.name }}
+
+ var(--font-{{ font.name | slugify }})
+
- {{ size.name }}- |
-
-
- {{ size.min }}px to {{ size.max }}px -var(--size-{{ size.name | slugify }})
-
- |
-
- {{ size.name }} - |
-
|---|---|---|
+ {{ size.name }}+ |
+
+
+ {{ size.min }}px to {{ size.max }}px +var(--size-{{ size.name | slugify }})
+
+ |
+
+ + {{ size.name }} + + |
+
- {{ space.name }}- |
-
-
- {{ space.min }}px to {{ space.max }}px -var(--space-{{ space.name | slugify }})
-
- |
- - - | -
|---|---|---|
+ {{ space.name }}+ |
+
+
+ {{ space.min }}px to {{ space.max }}px +var(--space-{{ space.name | slugify }})
+
+ |
+ + + | +