1.0.3 • Published 4 years ago
hexo-migrator-blogspot v1.0.3
hexo-migrator-blogspot
Migrate blog from blogspot (blogger) to Hexo.
Install
npm install hexo-migrator-blogspot --saveUsage
hexo migrate blogspot <source> [<limit>] [<target>] [<base_url>]<source>- your blogspot blog url. For example: https://hexomigrator.blogspot.com/<limit>- max. number of migrated posts. Optional. By default: 10000.<target>- target folder. Optional. By default: Hexo_postsfolder.<base_url>- blog base url. Optional. By default:<source_protocol>://<source_domain>/ where<source_protocol>- source url protocol (httporhttps),source_domain- source url domain.