1.0.3 • Published 2 years ago

hexo-migrator-blogspot v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hexo-migrator-blogspot

npm version

Migrate blog from blogspot (blogger) to Hexo.

Install

npm install hexo-migrator-blogspot --save

Usage

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 _posts folder.
  • <base_url> - blog base url. Optional. By default: <source_protocol>://<source_domain>/ where <source_protocol> - source url protocol (http or https), source_domain - source url domain.
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago