refactor(content): migrate journal entries entry.md -> entry.en.md
The site runs languages.supported:[en] with include_default_lang_file_extension: true, so add-page-by-form (and thus the new edit-in-place save) writes entry.en.md. The 36 seeded journal entries used the plain entry.md, so an edit would leave a stale orphan entry.md shadowed by the new entry.en.md. Rename them to the config-canonical entry.en.md so edits overwrite in place with no orphan. Folder names (which carry the entry URL) are unchanged; only the page file is renamed. Stories are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H1FrCYNq6RXdGYbn5PFrhM
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: 'Twelve Hundred Meters of Hills in Tuscany'
|
||||
date: '2025-10-16 19:11'
|
||||
template: entry
|
||||
published: true
|
||||
hero_image: 'photo-1.jpg'
|
||||
lat: '43.076517'
|
||||
lng: '11.678583'
|
||||
location_city: 'Pienza'
|
||||
location_country: 'Italy'
|
||||
weather_temp_c: '18'
|
||||
weather_desc: 'partly cloudy'
|
||||
---
|
||||
|
||||
Day 3 of the Grand Escape, a true escape of daily life and usual routine, no escape from hills, sweat and crazy fast downhill sections. The first day with proper hills, about 1200 height meters, very challenging, very rewarding coffee, food and views!
|
||||
Reference in New Issue
Block a user