<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Thousand Furrows Farm on Blogophonic</title>
    <link>/</link>
    <description>Recent content in Thousand Furrows Farm on Blogophonic</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 02 Mar 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Farm Log</title>
      <link>/blog/farm-log/</link>
      <pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate>
      <guid>/blog/farm-log/</guid>
      <description>&lt;hr&gt;&#xA;&lt;h3 id=&#34;4626&#34;&gt;4/6/26&lt;/h3&gt;&#xA;&lt;p&gt;The weather is warming up. It has been beautiful for a few days and will be beautiful for a few days still. Normally the season would be ramped up with me rushing to get ready for early May markets. But with our son being only 5 months old, I delayed the start of market until early July. So April will be more relaxed than usual, but I do have planting to get done. The prop house is full of transplants. The first tomatoes are in the ground, and a lot of onions are ready to be set outside. So, I will be planting onions in my free time for the next 2 weeks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Farm Philosophy &amp; Practice</title>
      <link>/blog/philosophy-and-practice/</link>
      <pubDate>Fri, 01 Mar 2019 00:00:00 +0000</pubDate>
      <guid>/blog/philosophy-and-practice/</guid>
      <description>&lt;h4 id=&#34;details-of-my-farming-system-in-this-article-are-circa-2019-in-the-time-since-i-have-moved-the-farm-and-am-transitioning-away-from-tillage-to-low--and-no-till-methods&#34;&gt;Details of my farming system in this article are Circa 2019. In the time since I have moved the farm and am transitioning away from tillage to low- and no-till methods.&lt;/h4&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;backstory&#34;&gt;Backstory&lt;/h3&gt;&#xA;&lt;p&gt;I first arrived at my current occupation through a belief that food was the best available tool for connecting people to an idea and vision of sustainability. Food is essential for human life and pivotal to our experience of culture and community. Agriculture is one of our indelible connections to the land, being neither completely natural nor human-made. Food or its absence has the capacity to demonstrate either incredible abundance or scarcity. And food production is inherently tangible. A rare thing in modern society.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact Ben</title>
      <link>/contact/</link>
      <pubDate>Mon, 25 Feb 2019 13:38:41 -0600</pubDate>
      <guid>/contact/</guid>
      <description>&lt;p&gt;** Contact page don&amp;rsquo;t contain a body, just the front matter above.&#xA;See form.html in the layouts folder **&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gallery</title>
      <link>/gallery/</link>
      <pubDate>Tue, 19 Feb 2019 14:47:22 -0600</pubDate>
      <guid>/gallery/</guid>
      <description>&lt;!DOCTYPE html&gt;&#xA;&lt;html lang=&#34;en&#34;&gt;&#xA;&lt;head&gt;&#xA;  &lt;meta charset=&#34;UTF-8&#34;&gt;&#xA;  &lt;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1.0&#34;&gt;&#xA;  &lt;title&gt;Farm Gallery&lt;/title&gt;&#xA;  &lt;style&gt;&#xA;    body {&#xA;      font-family: Arial, sans-serif;&#xA;      margin: 0;&#xA;      padding: 0;&#xA;      background-color: #f4f4f4;&#xA;    }&#xA;    h1 {&#xA;      text-align: center;&#xA;      margin: 20px 0;&#xA;    }&#xA;    .gallery {&#xA;  display: flex;&#xA;  flex-direction: column;&#xA;  gap: 20px;&#xA;  padding: 20px;&#xA;  max-width: 800px;&#xA;  margin: 0 auto;&#xA;}&#xA;&#xA;.gallery img {&#xA;  width: 100%;&#xA;  height: auto;&#xA;  border-radius: 8px;&#xA;  cursor: pointer;&#xA;  transition: transform 0.3s;&#xA;}&#xA;&#xA;.gallery img:hover {&#xA;  transform: scale(1.01);&#xA;}&#xA;&#xA;    /* Lightbox Modal Styles */&#xA;    .lightbox {&#xA;  display: none;&#xA;  position: fixed;&#xA;  top: 0;&#xA;  left: 0;&#xA;  width: 100%;&#xA;  height: 100%;&#xA;  background-color: rgba(0, 0, 0, 0.85);&#xA;  justify-content: center;&#xA;  align-items: center;&#xA;  flex-direction: column;&#xA;  padding: 20px;&#xA;  box-sizing: border-box;&#xA;}&#xA;&#xA;.lightbox img {&#xA;  max-width: 90%;&#xA;  max-height: 80vh; /* Leave room for caption */&#xA;  border-radius: 8px;&#xA;  margin-bottom: 15px;&#xA;}&#xA;&#xA;    .lightbox .close {&#xA;      position: absolute;&#xA;      top: 20px;&#xA;      right: 20px;&#xA;      font-size: 2rem;&#xA;      color: white;&#xA;      cursor: pointer;&#xA;    }&#xA;&#xA;    .image-badge {&#xA;  position: absolute;&#xA;  top: 8px;&#xA;  right: 8px;&#xA;  background: rgba(0, 0, 0, 0.6);&#xA;  color: white;&#xA;  font-size: 0.75rem;&#xA;  padding: 4px 8px;&#xA;  border-radius: 12px;&#xA;  pointer-events: none; /* so clicks pass through to image */&#xA;  user-select: none;&#xA;}&#xA;.image-container {&#xA;  position: relative; /* to position badge inside */&#xA;  display: inline-block;&#xA;}&#xA;&#xA;  &lt;/style&gt;&#xA;&lt;/head&gt;&#xA;&lt;body&gt;&#xA;&#xA;  &lt;h1&gt;Farm Gallery&lt;/h1&gt;&#xA;  &lt;div class=&#34;gallery&#34; id=&#34;gallery&#34;&gt;&lt;/div&gt;&#xA;&#xA;  &lt;!-- Lightbox Modal --&gt;&#xA;  &lt;div class=&#34;lightbox&#34; id=&#34;lightbox&#34;&gt;&#xA;    &lt;span class=&#34;close&#34; id=&#34;close&#34;&gt;&amp;times;&lt;/span&gt;&#xA;    &lt;button id=&#34;prev&#34; aria-label=&#34;Previous image&#34; style=&#34;position:absolute;left:20px;top:50%;font-size:2rem;color:white;background:none;border:none;cursor:pointer;&#34;&gt;&amp;#10094;&lt;/button&gt;&#xA;    &lt;img src=&#34;&#34; alt=&#34;Full size image&#34; id=&#34;lightboxImage&#34;&gt;&#xA;    &lt;button id=&#34;next&#34; aria-label=&#34;Next image&#34; style=&#34;position:absolute;right:20px;top:50%;font-size:2rem;color:white;background:none;border:none;cursor:pointer;&#34;&gt;&amp;#10095;&lt;/button&gt;&#xA;    &lt;p id=&#34;lightboxCaption&#34; style=&#34;color: white; font-size: 1rem; max-width: 90%; text-align: center; margin-top: 10px;&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Our Markets</title>
      <link>/about/</link>
      <pubDate>Tue, 19 Feb 2019 14:47:22 -0600</pubDate>
      <guid>/about/</guid>
      <description>&lt;h1 class=&#34;f2 f1-ns measure-narrow lh-solid&#34;&gt;&#xA;  Where to Find Our Products&#xA;&lt;/h1&gt;&#xA;&lt;hr class=&#34;f4 ba b--black-10 mt5 mb4 ml0&#34;&gt;&#xA;&#xA;&lt;h3 class=&#34;f4 f2-ns i-l measure-narrow lh-solid&#34;&gt;&#xA;  St. Johns Farmers Market&#xA;&lt;/h3&gt;&#xA;&lt;p class=&#34;f4 measure lh-copy&#34;&gt;&#xA;&lt;img src=&#34;/about/assets/amelia_market.jpeg&#34; align=&#34;left&#34; class=&#34;mw-400 w10 mr3 db br3 br--left&#34;&#xA;        alt=&#34;Market Stand&#34;&gt;&lt;/br&gt;&lt;/br&gt;&lt;/br&gt;&#xA;      &lt;/p&gt;&#xA;&lt;/br&gt;&#xA;&lt;p class=&#34;f4 measure lh-copy&#34;&gt;&#xA; The farm recently finished it&#39;s fifth season selling vegetables at the &lt;a href=&#34;https://www.stjohnsopportunity.org/stjohnsfarmersmarket&#34;&gt;St. Johns Farmers Market&lt;/a&gt;. &#xA;St. Johns is a wonderful, neighborhood market that is well loved and well supported by Northwest Portland!&#xA;The market has a great variety of food products including 5+ farms, bread/baked goods, mushrooms, meat, eggs, plus many value-added products and ready to eat options. &#xA;&lt;/br&gt;&#xA;&lt;/br&gt;&#xA;Location: Corner of N Charleston and N Central in St. Johns&lt;/br&gt;&lt;/br&gt;&#xA;2025 Market Season:&lt;/br&gt;&#xA;Ever Saturday from 9 AM to 2 PM from May 3 to November 22, 2025.&lt;/br&gt;&#xA;Christmas market: December 13, 10 AM to 2 PM.&#xA;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
