Metadata-Version: 2.0
Name: blogger-to-hugo
Version: 1.0.0
Summary: Command line tool to convert Blogger posts to Hugo
Home-page: https://bitbucket.org/petraszd/blogger-to-hugo
Author: Petras Zdanavicius
Author-email: petraszd@gmail.com
License: UNKNOWN
Keywords: blogger hugo command line utility
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: awesome-slugify
Requires-Dist: beautifulsoup4
Requires-Dist: Pillow
Requires-Dist: pypandoc
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: toml
Provides-Extra: dev
Provides-Extra: test

Blogger to Hugo converter
=========================

Convert Blogger's posts to `Hugo <https://gohugo.io/>`_ posts. It also tries
to download 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 <https://pandoc.org/>`_ must be installed.


