studio-348 / art-walk

A static site generator to create a guide for art walks
0 stars 0 forks source link

The Idea #1

Open amommersteeg opened 1 month ago

amommersteeg commented 1 month ago

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

amommersteeg commented 2 weeks ago
amommersteeg commented 2 weeks 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.

amommersteeg commented 2 weeks ago

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.

amommersteeg commented 12 hours ago

Another possible tool for map creation https://leafletjs.com/