adding leaflet-hugo maps

This will hopefully allow me to create shortcode maps with osm and
leaflet rather than google.
This commit is contained in:
Chris Cochrun 2023-03-22 10:25:49 -05:00
parent 31bab3cf3b
commit 16bcf8b091
18 changed files with 2074 additions and 112 deletions

View file

@ -0,0 +1,56 @@
baseURL: 'https://new.tfcconnection.org/'
languageCode: en-us
title: TFC Connection
theme: blowfish
DefaultContentLanguage: en
enableRobotsTXT: true
Paginate: 10
SummaryLength: 20
buildDrafts: false
buildFuture: false
outputs:
home:
- HTML
- RSS
- JSON
taxonomies:
tag: tags
category: categories
author: authors
series: series
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
params:
favicon: favicon-16x16.png
site_logo: img/logo.png
description: >-
Connecting teens with the truth of Jesus Christ… teaching and equipping them
to live out the Great Commission.
hugoLeaflet:
css:
- href: "https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
params:
integrity: "sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin: ""
- href: "https://unpkg.com/@raruto/leaflet-elevation@1.1.1/dist/leaflet-elevation.css"
- href: "css/leaflet.extra-markers.min.css"
js:
- src: "https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
params:
integrity: "sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
crossorigin: ""
- src: "js/leaflet.elevation.js"
- src: "js/leaflet.hugo.js"
- src: "js/leaflet.extra-markers.min.js"
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram: {}
twitter: {}
vimeo: {}
youtube: {}