Experiment Log
Recent experiments rendered as a clean editorial log.
Logged tests, not just recommendations
Entries pull from the experiments collection and preserve failed outcomes.
Humidity tray baseline
Slight reduction in edge crisping, but the bigger improvement came from more even watering and less afternoon heat exposure.
Mulch versus bare soil in a shade bed
The mulched zone held moisture longer and required fewer recovery waterings, with better frond density by the end of the test period.
Daily misting failure
No durable improvement. Leaf surfaces looked better briefly after spraying, but edge crisping and decline pattern stayed functionally unchanged.
---
import ExperimentLog from "@page-sections/eferns/experiment-log/ExperimentLog.astro";
---
<ExperimentLog
experimentSlugs={
[
"humidity-tray-baseline",
"mulch-vs-bare-soil",
"daily-misting-failure"
]
} eyebrow="Experiment archive" heading="Logged tests, not just recommendations" subtext="Entries pull from the experiments collection and preserve failed outcomes."
/> ---
blocks:
_component: page-sections/eferns/experiment-log
eyebrow: Experiment archive
heading: Logged tests, not just recommendations
subtext: Entries pull from the experiments collection and preserve failed outcomes.
experimentSlugs:
- humidity-tray-baseline
- mulch-vs-bare-soil
- daily-misting-failure
--- Overview
A collection-backed teaser section for measured tests. Useful on methodology or landing pages where editors want visible evidence chains instead of generic credibility copy.
Properties
eyebrow string | default: Experiment log
heading string | default: Measured interventions, including bad ideas that stayed bad
subtext string | default: Broken relationships collapse silently, so the section survives content churn.
experimentSlugs string | default: array
limit string | default: 4
backgroundColor string | default: surface
Examples
Primary
Logged tests, not just recommendations
Entries pull from the experiments collection and preserve failed outcomes.
Humidity tray baseline
Slight reduction in edge crisping, but the bigger improvement came from more even watering and less afternoon heat exposure.
Mulch versus bare soil in a shade bed
The mulched zone held moisture longer and required fewer recovery waterings, with better frond density by the end of the test period.
Daily misting failure
No durable improvement. Leaf surfaces looked better briefly after spraying, but edge crisping and decline pattern stayed functionally unchanged.
---
import ExperimentLog from "@page-sections/eferns/experiment-log/ExperimentLog.astro";
---
<ExperimentLog
experimentSlugs={
[
"humidity-tray-baseline",
"mulch-vs-bare-soil",
"daily-misting-failure"
]
} eyebrow="Experiment archive" heading="Logged tests, not just recommendations" subtext="Entries pull from the experiments collection and preserve failed outcomes."
/> ---
blocks:
_component: page-sections/eferns/experiment-log
eyebrow: Experiment archive
heading: Logged tests, not just recommendations
subtext: Entries pull from the experiments collection and preserve failed outcomes.
experimentSlugs:
- humidity-tray-baseline
- mulch-vs-bare-soil
- daily-misting-failure
---