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
55
config/_default/params.yaml
Normal file
55
config/_default/params.yaml
Normal file
|
@ -0,0 +1,55 @@
|
|||
colorScheme: blowfish
|
||||
defaultAppearance: dark
|
||||
autoSwitchAppearance: false
|
||||
enableSearch: true
|
||||
logo: logo.png
|
||||
author:
|
||||
name: TFC Connection
|
||||
links:
|
||||
- facebook: 'https://facebook.com/tfcconnection'
|
||||
- instagram: 'https://instagram.com/tfcconnection'
|
||||
header:
|
||||
layout: basic
|
||||
homepage:
|
||||
layout: page
|
||||
showRecent: false
|
||||
showRecentItems: 5
|
||||
showMoreLink: true
|
||||
showMoreLinkDest: docs
|
||||
article:
|
||||
showDate: false
|
||||
showDateUpdated: false
|
||||
showAuthor: true
|
||||
showHero: true
|
||||
heroStyle: background
|
||||
showBreadcrumbs: true
|
||||
showDraftLabel: true
|
||||
showEdit: true
|
||||
seriesOpened: false
|
||||
showHeadingAnchors: true
|
||||
showPagination: true
|
||||
invertPagination: false
|
||||
showReadingTime: false
|
||||
showTableOfContents: true
|
||||
showTaxonomies: true
|
||||
showAuthorsBadges: true
|
||||
showWordCount: false
|
||||
showSummary: true
|
||||
sharingLinks:
|
||||
- twitter
|
||||
- reddit
|
||||
- facebook
|
||||
- instagram
|
||||
- email
|
||||
list:
|
||||
showBreadcrumbs: true
|
||||
showSummary: true
|
||||
showTableOfContents: true
|
||||
showCards: true
|
||||
groupByYear: false
|
||||
footer:
|
||||
showMenu: true
|
||||
showCopyright: true
|
||||
showThemeAttribution: true
|
||||
showAppearanceSwitcher: false
|
||||
showScrollToTop: true
|
Loading…
Add table
Add a link
Reference in a new issue