Skip to content

dullroar/pelican_import_blogger_html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Import Blogger posts as html in a Pelican blog

This Python script parses a Blogger XML export and writes all posts as Markdown files, WITHOUT converting HTML to Markdown, Markdown also allows raw HTML.

With this method we have a more reliable import, with the downside that our old posts will be more difficult to edit of course.

It also supports download images locally, just add --download-images as command line argument.

Run as:

python pelican_import_blogger_html.py blogger_export_file.xml --output=mypelicansite/content/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%