💾 Archived View for tommi.space › Jekyll.gmi captured on 2023-01-29 at 03:22:41. Gemini links have been rewritten to link to archived content
View Raw
More Information
-=-=-=-=-=-=-
Features requests
- Instead of {% raw %}{% for movie in site.data.watchlist %}{% endraw %} geting data from the URL of a file at build time, for example {% raw %}{% for movie in 'https://cloud.publiclink.net/watchlist.csv' %}{% endraw %}. This should work for data files (YAML, CSV, JSON) but it could also work for partials: {% raw %}{% render https://example.com/partials/head.html %}{% endraw %}.