feat: restructure pages under trips/japan-korea-2026 entity
- Create trips/japan-korea-2026/{tracker,map,stats,stories} hierarchy
- Move 8 entry folders from 01.tracker into trips/.../01.tracker/
- Add active_trip: japan-korea-2026 to site.yaml
- Whitelist GPX file type in media.yaml
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
gpx:
|
||||||
|
type: file
|
||||||
|
extensions: ['gpx']
|
||||||
|
mime: application/gpx+xml
|
||||||
|
|||||||
@@ -6,3 +6,4 @@ author:
|
|||||||
taxonomies: [category, tag]
|
taxonomies: [category, tag]
|
||||||
metadata:
|
metadata:
|
||||||
description: 'Into the East — travel journal'
|
description: 'Into the East — travel journal'
|
||||||
|
active_trip: japan-korea-2026
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Stories
|
||||||
|
template: stories
|
||||||
|
published: true
|
||||||
|
---
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: 'Japan & Korea 2026'
|
||||||
|
template: trip
|
||||||
|
date: '2026-06-17'
|
||||||
|
date_start: '2026-06-17'
|
||||||
|
date_end: ''
|
||||||
|
cover_image: ''
|
||||||
|
content:
|
||||||
|
items: '@self.children'
|
||||||
|
---
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Trips
|
||||||
|
template: trips
|
||||||
|
content:
|
||||||
|
items: '@self.children'
|
||||||
|
order:
|
||||||
|
by: date
|
||||||
|
dir: desc
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user