Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 364 Bytes

jekyll-leaflet

https://davidjvitale.com/tech/jekyll-leaflet/

Embed leatlet.js maps in Jekyll. As simple as:

{% leaflet_map %}
    {% leaflet_marker { "latitude" : 41.881832,
                       "longitude" : -87.623177,
                       "popupContent" : "Hello World from Chicago!"} %}
{% endleaflet_map %}