Toward Truth, Goodness, and Beauty

Explore featured galleries


View the Latest

Loading journal…
(async function () { const container = document.getElementById('vision-feed-desktop'); try { const response = await fetch( 'https://blog.reenchanting.vision/photos/index.json' ); if (!response.ok) { throw new Error( 'Feed request failed: ' + response.status ); } const feed = await response.json(); const posts = feed.items.slice(0, 3); if (!posts.length) { throw new Error('No posts found.'); } function createEntry(item, extraClass) { const article = document.createElement('article'); article.className = 'vision-entry ' + (extraClass || ''); /* * IMPORTANT: * We insert Micro.blog's content_html exactly as supplied. * No image extraction or rebuilding. */ const content = document.createElement('div'); content.className = 'vision-content'; content.innerHTML = item.content_html || ''; article.appendChild(content); /* * Date */ const date = new Date(item.date_published); const formattedDate = date.toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' }); const dateElement = document.createElement('div'); dateElement.className = 'vision-date'; dateElement.textContent = formattedDate; article.appendChild(dateElement); /* * Make the photograph itself link to the journal post. * If Micro.blog already wrapped it in a link, leave it alone. */ const image = content.querySelector('img'); if (image && !image.closest('a')) { const link = document.createElement('a'); link.href = item.url; image.parentNode.insertBefore(link, image); link.appendChild(image); } return article; } /* * Clear loading message. */ container.innerHTML = ''; /* * Most recent post = large feature. */ container.appendChild( createEntry( posts[0], 'vision-featured' ) ); /* * Posts 2–3 = two-column grid. */ if (posts.length > 1) { const grid = document.createElement('div'); grid.className = 'vision-secondary-grid'; posts.slice(1).forEach(post => { grid.appendChild( createEntry(post, 'vision-secondary') ); }); container.appendChild(grid); } } catch (error) { console.error( 'ReEnchanting Vision:', error ); container.innerHTML = '
' + 'The journal could not be loaded.' + '
'; } })();
Loading journal…
(async function () { const container = document.getElementById('vision-feed-mobile'); try { const response = await fetch( 'https://blog.reenchanting.vision/photos/index.json' ); if (!response.ok) { throw new Error( 'Feed request failed: ' + response.status ); } const feed = await response.json(); const posts = feed.items.slice(0, 3); if (!posts.length) { throw new Error('No posts found.'); } function createEntry(item) { const article = document.createElement('article'); article.className = 'vision-entry'; /* * Insert Micro.blog's own HTML directly. */ const content = document.createElement('div'); content.className = 'vision-content'; content.innerHTML = item.content_html || ''; article.appendChild(content); /* * Format date. */ const date = new Date(item.date_published); const formattedDate = date.toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' }); const dateElement = document.createElement('div'); dateElement.className = 'vision-date'; dateElement.textContent = formattedDate; article.appendChild(dateElement); /* * If the image is not already linked, * link it to the journal entry. */ const image = content.querySelector('img'); if (image && !image.closest('a')) { const link = document.createElement('a'); link.href = item.url; image.parentNode.insertBefore( link, image ); link.appendChild(image); } return article; } container.innerHTML = ''; posts.forEach(post => { container.appendChild( createEntry(post) ); }); } catch (error) { console.error( 'ReEnchanting Vision mobile:', error ); container.innerHTML = '
' + 'The journal could not be loaded.' + '
'; } })();

Featured galleries

Hi there!

I’m Zachary Rethorn.Photography teaches me to see again.To notice where light falls and where shadows gather. To linger with a face, a street, a landscape long enough for it to become particular. To discover that the more closely I attend to the ordinary moments, the more remarkable they become when I stay with them long enough to really see them.I make photographs partly because I love photographs. But I also make photographs as a way of becoming the kind of person I want to be: someone capable of reverent attention, deep affection, and imaginative care. The camera asks me to slow down, to notice what is actually here, and to regard the world as something to encounter, know, and love.ReEnchanting Vision is what I have seen along the way.Read more about this project's mission statement.

Contact me

Interested in chatting with me about what you've seen? Have ideas for how you could contribute? Get in touch!

Subscribe

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the .

Isle of Skye

Somewhere along the Scottish coast, an emerald island lies;
The weather's always changing, from heavy cloud to fair,
And even when it's raining, it's always lovely there.

Tuscan Sunrise

The sun rises early in the Val D'Orcia, but those who brave the early morning are rewarded with the wonder of ever changing colors and interplays of light and shadow.

Hallstatt

Hallstatt is an enchanted lake town bullied onto the steep slopes of the Salzkammergut Mountains in the middle of Austria where swans rule and the world seems to carry on much as it has for the last 4000 years.

Berner Oberland

The Lauterbrunnental is a deep, U-shaped cleft in the Alps ringed by 3000 foot high precipices and 72 mighty waterfalls. Just above the valley is the white-capped rooftop of the Jungfrau and dramatic panoramas that feel just this side of heaven.

Paris

The city's all a-shining
Beneath a fickle sun,
A gay young wind's a-blowing,
The little shower is done.
But the rain-drops still are clinging
And falling one by one -
Oh it's Paris, it's Paris,
And spring-time has begun.
- Sara Teasdale

Merrie Olde England

This royal throne of kings, this sceptred isle,
This earth of majesty, this seat of Mars,
This other Eden, demi-paradise,
This fortress built by Nature for herself
Against infection and the hand of war,
This happy breed of men, this little world,
This precious stone set in the silver sea,
Which serves it in the office of a wall,
Or as a moat defensive to a house,
Against the envy of less happier lands,
This blessed plot, this earth, this realm, this England

Netherlands

My ancestors from recorded time onward farmed the land in Fryslân, a northern province in the Netherlands. I had the opportunity to come "home" to the Netherlands in 2015 and discover part of myself that had lain dormant.

Keukenhof

Keukenhof (lit. kitchen garden) is a distinctly Dutch 80 acre flower garden - one with approximately 7 million flower bulbs - primarily tuilip, but also hyacinth, daffodil, lily, carnation, and iris - that bloom for eight weeks from mid-March to mid-May.