3.1 KB
raw
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dark furrow, a quiet almanac of soil and sky</title>
<meta name="description" content="a seasonal almanac of planting, harvest, moon phases, and forgotten rhythms. what to grow, what to cook, what the sky is doing. tended by hand for zone 7a.">
<meta name="author" content="isaac bythewood">
<meta name="theme-color" content="#16110d">
<meta name="color-scheme" content="dark">
<!-- open graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://darkfurrow.com">
<meta property="og:title" content="dark furrow">
<meta property="og:description" content="a quiet almanac of soil and sky. planting, harvest, moon phases, and the rhythms the modern world forgot.">
<meta property="og:site_name" content="dark furrow">
<meta property="og:image" content="https://darkfurrow.com/static/og.svg">
<meta property="og:locale" content="en_US">
<!-- twitter / x -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="dark furrow">
<meta name="twitter:description" content="a quiet almanac of soil and sky. what to plant, what to cook, what the moon is doing. it breathes with the season and the hour.">
<meta name="twitter:image" content="https://darkfurrow.com/static/og.svg">
<!-- misc -->
<meta name="robots" content="index, follow">
<meta name="generator" content="hand and soil">
<link rel="canonical" href="https://darkfurrow.com">
<link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
<!-- typography is self-hosted from /static/fonts/ via @font-face in
base.scss. no third-party font cdn calls at runtime. -->
<link rel="stylesheet" href="{{ vite_asset('index.js', 'css') }}">
</head>
<body data-time="{{ time_key }}" data-season="{{ season_key }}">
<div class="glow" aria-hidden="true"></div>
<div id="sky-layer"></div>
<div id="time-layer"></div>
<div class="grain" aria-hidden="true"></div>
<main>
<article class="readout">
<header class="masthead">
<span class="masthead-mark">MMXXVI</span>
<span class="masthead-mark">ZONE VII·A</span>
<span class="masthead-mark">35°N</span>
</header>
<section class="title-block">
<h1 class="wordmark">dark furrow</h1>
<p class="wordmark-sub">a quiet almanac of soil and sky</p>
</section>
<p class="date-line">{{ date_line }}</p>
<section class="season-block">
<p class="season-name">{{ season_name }}</p>
<div class="season-note">{{ season_note|safe }}</div>
</section>
<section class="haiku-block">
<blockquote>{{ haiku_html|safe }}</blockquote>
</section>
<div class="sections">{{ sections_html|safe }}</div>
</article>
<footer>
<p class="footer-status">{{ footer_text }}</p>
<nav class="seasons-nav">{{ season_nav_html|safe }}</nav>
<p class="credit">a project by <a href="https://isaacbythewood.com">isaac bythewood</a></p>
</footer>
</main>
<script src="{{ vite_asset('index.js') }}"></script>
</body>
</html>