0.0.2 • Published 4 years ago

hexo-generator-bdpostmap v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

hexo-generator-bdpostmap

参考hexo-generator-postmap插件做了一个百度地图的版本 生成 location.json 文件和一个带文章链接的百度地图页面

在文章或者页面的 meta 信息中添加经纬度,如:

location: [50.092953, 14.445974]

Install

$ npm install hexo-generator-bdpostmap --save
  • Hexo 3: 0.1.x

Options

You can configure this plugin in _config.yml.

bdpostmap:
  jsonPath: 'locations.json'
  mapPageStub: 'mapofposts'
  mapPageTitle: 'Map of posts'
  baiduMapAK: 'API_KEY'
  • jsonPath - location.json 的路径.
  • mapPageStub - 地图页面的名字
  • mapPageTitle - 地图页面的 title.
  • baiduMapAK - 百度地图的AK 免费申请一下.