Open amommersteeg opened 5 months ago
Starting point includes:
Hoping to do those pages with two themes/projects to see how this works and present to people. The more advanced ideas can be added later, but these feel like the core features.
Google Maps API is not longer free, so an alternative maybe need. Another idea is to dynamically generate a static image with an API and host that with legend the links to the posts.
Tools
Create a simple script that generates a static map on deployment or manually. Reads the meta data from posts to generate the required string from the API call. Add the API Key to the github repo secrets.
Another possible tool for map creation https://leafletjs.com/
The original idea came from seeing all the wonderful art hidden around Montreal and found similar art after moving to Kitchener. It turns out the Downtown Kitchener Business Improvement Area (DTK BIA) creates a print and pdf version of different art work.
So this project is to be modelled after that guide but online to allow for additional content to be presented with the art:
Technically the thought is to use a static site generator (11ty) that can read a JSON file for content to generate the site. The reasons for using a static site are:
Reference