added guide, fixed location

This commit is contained in:
randogoth 2024-02-08 11:41:53 +02:00
parent 08354ce5a9
commit 4129f503ea
6 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -3,6 +3,12 @@ Save_as: zone/blue-eyed-donkey/guide.html
An unknown traveler has visited Ein Hod some time ago and tried to investigate the mysteries around this peculiar place and its inhabitants. The traveler escaped in a rush and was never heard of again, but left traces of their journal in hidden places around the village.
Using your phone you can read each of the traveler's journal entries by holding it close to the Blue Eyed Donkey stickers that you can find scattered around the village. Each sticker reveals one journal entry and a map showing where to find the others.
Using your phone you can read each of the traveler's journal entries by holding it close to the Blue Eyed Donkey stickers that you can find scattered around the village. Each sticker reveals one journal entry and a [map](index.html) showing where to find the others.
Make sure your phone has NFC enabled. On iPhones you may have to manually select the NFC Tag Reader from the Control Center to scan a sticker.
<img src="/images/donkey.png" style="width:200px" />
Make sure your phone has **NFC enabled**.
On iPhones you may have to manually select the NFC Tag Reader from the Control Center to scan a sticker:
<img src="/images/controlcenter.jpg" style="width:250px; margin-right: 20px" /><img src="/images/nfcreader.jpg" style="width:250px" />

View file

@ -1,6 +1,6 @@
Title: Journal Entry 07
Date: 2023-04-12
Category: Blue Eyed Donkey
Location: 32.69913, 34.98266
Location: 32.69908, 34.98269
I ventured deep into one of the caves that dot this area. Its twisting tunnels and cavernous halls seem to have no end, and I feel like I've been wandering for hours. The musty air is thick with dust and the scent of damp earth, and the walls are slick with moss and lichen. It's as if the very rocks themselves are alive and breathing. As I explored further down one of the tunnels, I heard strange echoes and whispers.

View file

@ -61,5 +61,5 @@ DELETE_OUTPUT_DIRECTORY = True
PLUGINS = ['geohash', 'geodata']
STATIC_PATHS = ['../extra/robots.txt']
STATIC_PATHS = ['images', '../extra/robots.txt']
EXTRA_PATH_METADATA = {'../extra/robots.txt': {'path': 'robots.txt'},}