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:
parent
31bab3cf3b
commit
16bcf8b091
18 changed files with 2074 additions and 112 deletions
|
@ -1,44 +0,0 @@
|
|||
baseURL = 'https://new.tfcconnection.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'TFC Connection'
|
||||
theme = "blowfish"
|
||||
|
||||
DefaultContentLanguage = "en"
|
||||
# SectionPagesMenu = "main"
|
||||
enableRobotsTXT = true
|
||||
|
||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
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."
|
||||
|
||||
|
||||
# Privacy
|
||||
[privacy]
|
||||
[privacy.disqus]
|
||||
disable = true
|
||||
[privacy.googleAnalytics]
|
||||
disable = true
|
||||
[privacy.instagram]
|
||||
[privacy.twitter]
|
||||
[privacy.vimeo]
|
||||
[privacy.youtube]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue