blogger-to-hugo

Command line tool to convert Blogger posts to Hugo


Keywords
blogger, hugo, command, line, utility
License
MIT
Install
pip install blogger-to-hugo==1.0.1

Documentation

Blogger to Hugo converter

A tool to convert Blogger's posts to Hugo posts. It also downloads images embedded inside blog posts.

How to get blogger's xml file

Settings --> Other --> Import & back up --> Back up content.

How to install

It is a normal Python package. Install as you would install normal python package.

https://pip.pypa.io/ https://packaging.python.org/tutorials/installing-packages/

Requirements

Internal

See requirements.txt file inside repository. Usually packaging tools will take care of that.

External

pandoc must be installed.