diff --git a/web/content/images/controlcenter.jpg b/web/content/images/controlcenter.jpg new file mode 100644 index 0000000..4cf2401 Binary files /dev/null and b/web/content/images/controlcenter.jpg differ diff --git a/web/content/images/donkey.png b/web/content/images/donkey.png new file mode 100644 index 0000000..a5ad608 Binary files /dev/null and b/web/content/images/donkey.png differ diff --git a/web/content/images/nfcreader.jpg b/web/content/images/nfcreader.jpg new file mode 100644 index 0000000..5b669c1 Binary files /dev/null and b/web/content/images/nfcreader.jpg differ diff --git a/web/content/pages/guide.md b/web/content/pages/guide.md index 6864536..6590236 100644 --- a/web/content/pages/guide.md +++ b/web/content/pages/guide.md @@ -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. \ No newline at end of file + + +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: + + \ No newline at end of file diff --git a/web/content/tags/ein_hod_07.md b/web/content/tags/ein_hod_07.md index d0c47de..718fa40 100644 --- a/web/content/tags/ein_hod_07.md +++ b/web/content/tags/ein_hod_07.md @@ -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. \ No newline at end of file diff --git a/web/pelicanconf.py b/web/pelicanconf.py index 24d4954..31c9e65 100644 --- a/web/pelicanconf.py +++ b/web/pelicanconf.py @@ -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'},} \ No newline at end of file